Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 80\\4\end{bmatrix}$.
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.6\\0.9\\0.2\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.8\\0.27\\0.93\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.929\\0.466\\1.969\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}4.296\\1.023\\4.163\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}9.278\\2.21\\8.864\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}19.87\\4.736\\18.92\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}42.48\\10.12\\40.39\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}90.74\\21.63\\86.26\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}193.8\\46.19\\184.2\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}413.9\\98.65\\393.5\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}884.1\\210.7\\840.4\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.5\\0.0\\0.0\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.35\\0.3\\0.3\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.605\\0.39\\0.96\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}2.693\\0.648\\2.244\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}5.34\\1.277\\4.902\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}11.18\\2.666\\10.53\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}23.75\\5.661\\22.52\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}50.65\\12.07\\48.12\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}108.1\\25.77\\102.8\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}230.9\\55.04\\219.5\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}493.2\\117.5\\468.9\end{matrix}\right]\end{gather*}