For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.6\\1.7\\1.7\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.72\\2.36\\2.07\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.891\\4.02\\3.411\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}4.89\\6.713\\5.672\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}8.2\\11.26\\9.505\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}13.75\\18.88\\15.93\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}23.06\\31.65\\26.72\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}38.66\\53.07\\44.8\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}64.82\\88.98\\75.11\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}108.7\\149.2\\125.9\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}182.2\\250.2\\211.2\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.8\\0.2\\1.6\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.38\\3.3\\3.06\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}3.444\\4.626\\3.996\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}5.704\\7.91\\6.696\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}9.629\\13.21\\11.16\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}16.14\\22.16\\18.71\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}27.07\\37.16\\31.37\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}45.39\\62.3\\52.6\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}76.11\\104.5\\88.19\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}127.6\\175.2\\147.9\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}214.0\\293.7\\247.9\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 180\\5\end{bmatrix}$.