Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 120\\5\end{bmatrix}$.
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.2\\1.7\\1.3\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}3.05\\1.9\\1.5\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}5.16\\2.655\\2.545\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}8.512\\4.159\\4.14\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}13.9\\6.705\\6.746\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}22.66\\10.89\\10.99\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}36.9\\17.73\\17.89\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}60.09\\28.86\\29.14\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}97.86\\47.0\\47.45\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}159.4\\76.54\\77.26\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}259.5\\124.6\\125.8\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.8\\2.0\\0.6\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}2.14\\1.68\\1.18\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}3.874\\2.122\\1.928\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}6.458\\3.207\\3.152\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}10.58\\5.122\\5.137\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}17.25\\8.301\\8.366\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}28.1\\13.5\\13.62\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}45.76\\21.98\\22.19\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}74.52\\35.79\\36.13\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}121.4\\58.29\\58.84\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}197.6\\94.92\\95.82\end{matrix}\right]\end{gather*}