For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.3\\0.3\\1.5\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.36\\0.96\\2.67\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}0.672\\2.16\\4.869\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}1.402\\4.391\\9.137\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}2.878\\8.625\\17.46\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}5.752\\16.76\\33.67\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}11.31\\32.48\\65.16\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}22.04\\62.92\\126.3\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}42.8\\121.9\\244.8\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}83.01\\236.3\\474.6\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}160.9\\458.1\\920.1\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.4\\1.8\\1.0\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.04\\2.42\\2.9\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.8\\3.926\\6.634\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}3.01\\7.152\\13.75\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}5.269\\13.67\\27.32\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}9.682\\26.49\\53.4\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}18.34\\51.46\\103.7\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}35.26\\99.94\\201.1\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}68.18\\193.9\\389.9\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}132.1\\376.1\\755.7\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}256.1\\729.2\\1465.0\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 120\\3\end{bmatrix}$.