Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 110\\5\end{bmatrix}$.
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.3\\0.2\\0.0\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.08\\0.27\\0.09\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}0.196\\0.339\\0.114\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}0.2669\\0.4551\\0.1728\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}0.3927\\0.6279\\0.2529\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}0.5712\\0.8852\\0.3707\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}0.8329\\1.265\\0.542\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}1.214\\1.822\\0.7919\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}1.771\\2.637\\1.156\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}2.584\\3.83\\1.688\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}3.769\\5.572\\2.463\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.2\\0.3\\1.2\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}2.31\\1.59\\1.56\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}3.273\\3.372\\2.253\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}4.822\\5.819\\3.235\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}7.046\\9.272\\4.681\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}10.29\\14.2\\6.795\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}15.03\\21.31\\9.884\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}21.94\\31.59\\14.39\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}32.02\\46.53\\20.97\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}46.71\\68.26\\30.58\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}68.15\\99.91\\44.59\end{matrix}\right]\end{gather*}