For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.8\\1.6\\1.0\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}4.18\\2.62\\1.46\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}7.67\\5.082\\2.372\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}13.75\\9.367\\4.189\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}24.7\\16.92\\7.536\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}44.44\\30.45\\13.57\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}79.98\\54.81\\24.44\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}144.0\\98.65\\43.99\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}259.1\\177.6\\79.18\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}466.5\\319.6\\142.5\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}839.6\\575.3\\256.6\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.7\\0.8\\0.8\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}2.39\\1.29\\0.95\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}4.445\\2.827\\1.386\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}7.914\\5.362\\2.401\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}14.18\\9.718\\4.321\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}25.51\\17.49\\7.791\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}45.91\\31.46\\14.03\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}82.65\\56.63\\25.25\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}148.8\\101.9\\45.46\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}267.8\\183.5\\81.82\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}482.0\\330.3\\147.3\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 80\\3\end{bmatrix}$.