Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 120\\3\end{bmatrix}$.
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.1\\0.8\\1.0\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}2.71\\2.85\\0.71\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}5.013\\5.444\\0.697\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}8.538\\9.461\\0.9195\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}14.35\\15.9\\1.405\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}23.9\\26.56\\2.278\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}39.8\\44.19\\3.757\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}66.19\\73.55\\6.234\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}110.1\\122.3\\10.36\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}183.1\\203.5\\17.23\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}304.6\\338.4\\28.65\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.4\\1.6\\0.3\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}2.33\\1.49\\0.22\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.668\\3.867\\0.365\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}5.602\\5.417\\0.4858\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}8.368\\9.983\\0.8516\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}14.77\\15.81\\1.348\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}23.84\\27.01\\2.286\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}40.29\\44.31\\3.755\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}66.46\\74.23\\6.282\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}111.0\\123.0\\10.42\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}184.2\\205.0\\17.35\end{matrix}\right]\end{gather*}