For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.3\\0.2\\0.1\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.31\\0.51\\0.19\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}0.563\\1.164\\0.322\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}1.085\\2.486\\0.6469\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}2.226\\5.24\\1.33\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}4.626\\10.99\\2.772\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}9.666\\23.03\\5.794\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}20.22\\48.23\\12.13\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}42.34\\101.0\\25.39\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}88.64\\211.5\\53.15\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}185.6\\442.8\\111.3\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.4\\1.7\\0.6\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.94\\3.87\\1.17\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}3.768\\8.411\\2.211\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}7.59\\17.77\\4.538\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}15.74\\37.32\\9.424\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}32.84\\78.22\\19.69\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}68.7\\163.8\\41.19\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}143.8\\343.0\\86.23\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}301.1\\718.3\\180.5\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}630.4\\1504.0\\378.0\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}1320.0\\3149.0\\791.5\end{matrix}\right]\end{gather*}
Hide help
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 110\\5\end{bmatrix}$.