For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.5\\0.6\\1.0\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.59\\1.01\\1.25\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.381\\1.385\\2.431\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}4.185\\2.565\\4.088\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}7.187\\4.354\\7.037\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}12.34\\7.487\\12.1\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}21.21\\12.87\\20.79\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}36.46\\22.12\\35.72\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}62.65\\38.01\\61.39\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}107.7\\65.32\\105.5\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}185.0\\112.2\\181.3\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.6\\0.0\\0.2\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.42\\0.24\\0.7\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.062\\0.696\\0.938\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}1.723\\1.02\\1.706\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}2.972\\1.81\\2.915\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}5.114\\3.102\\5.007\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}8.784\\5.328\\8.608\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}15.1\\9.159\\14.79\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}25.94\\15.74\\25.42\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}44.58\\27.05\\43.68\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}76.62\\46.48\\75.07\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 110\\4\end{bmatrix}$.