For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.9\\0.2\\0.9\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}2.47\\0.45\\1.08\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}4.257\\0.868\\2.319\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}8.179\\1.671\\4.263\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}15.37\\3.174\\8.116\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}29.08\\6.017\\15.32\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}54.96\\11.39\\28.99\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}103.9\\21.54\\54.82\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}196.5\\40.74\\103.7\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}371.6\\77.05\\196.0\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}702.7\\145.7\\370.7\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.3\\0.8\\1.3\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}3.67\\1.11\\2.02\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}7.161\\1.77\\4.009\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}14.02\\3.111\\7.493\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}26.72\\5.7\\14.21\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}50.76\\10.64\\26.85\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}96.14\\20.02\\50.78\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}181.9\\37.79\\96.02\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}344.1\\71.41\\181.6\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}650.8\\135.0\\343.4\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}1231.0\\255.3\\649.3\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\\4\end{bmatrix}$.