For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.9\\2.0\\0.2\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.85\\2.3\\3.02\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.369\\5.008\\4.478\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}2.128\\8.631\\8.622\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}3.639\\15.5\\15.08\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}6.292\\27.34\\26.82\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}11.03\\48.31\\47.31\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}19.39\\85.22\\83.51\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}34.15\\150.3\\147.3\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}60.19\\265.1\\259.8\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}106.1\\467.6\\458.2\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.7\\1.0\\1.3\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.79\\3.23\\2.74\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.159\\6.159\\6.046\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}3.152\\11.48\\11.1\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}5.058\\20.55\\20.11\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}8.574\\36.53\\35.74\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}14.86\\64.6\\63.28\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}26.03\\114.1\\111.7\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}45.78\\201.2\\197.2\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}80.64\\355.0\\347.8\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}142.1\\626.0\\613.5\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 110\\5\end{bmatrix}$.