For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.6\\0.5\\1.6\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}2.45\\1.37\\3.02\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}4.893\\2.457\\5.671\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}9.225\\4.731\\10.73\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}17.57\\8.974\\20.32\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}33.38\\17.06\\38.56\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}63.41\\32.41\\73.19\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}120.5\\61.57\\139.0\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}228.8\\117.0\\264.0\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}434.7\\222.2\\501.3\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}825.8\\422.1\\952.3\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.1\\0.0\\1.1\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.3\\0.17\\1.37\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}0.803\\0.402\\1.896\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}1.705\\0.8724\\2.918\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}3.431\\1.751\\4.877\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}6.697\\3.422\\8.619\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}12.9\\6.591\\15.74\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}24.67\\12.61\\29.3\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}47.03\\24.04\\55.06\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}89.5\\45.74\\104.0\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}170.2\\86.97\\197.0\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 170\\5\end{bmatrix}$.