Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 120\\4\end{bmatrix}$.
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.7\\0.6\\0.4\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.72\\0.96\\1.71\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.142\\1.563\\3.312\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}4.209\\2.792\\6.494\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}8.173\\5.12\\12.33\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}15.5\\9.524\\23.26\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}29.22\\17.81\\43.75\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}54.93\\33.37\\82.16\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}103.2\\62.58\\154.2\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}193.6\\117.4\\289.5\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}363.4\\220.3\\543.2\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.5\\1.7\\1.6\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}2.21\\2.47\\4.18\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}5.363\\4.071\\8.596\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}10.89\\7.224\\16.74\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}21.08\\13.24\\31.85\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}40.04\\24.62\\60.1\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}75.5\\46.02\\113.0\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}141.9\\86.23\\212.3\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}266.6\\161.7\\398.6\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}500.4\\303.4\\748.0\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}939.1\\569.3\\1404.0\end{matrix}\right]\end{gather*}