For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.4\\1.3\\1.3\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}4.62\\1.2\\1.71\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}7.308\\2.259\\2.754\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}12.13\\3.696\\4.442\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}19.89\\6.081\\7.238\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}32.57\\9.962\\11.82\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}53.3\\16.31\\19.33\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}87.2\\26.68\\31.62\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}142.7\\43.65\\51.73\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}233.4\\71.42\\84.63\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}381.8\\116.8\\138.5\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.6\\1.2\\1.1\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}4.34\\1.17\\1.54\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}6.832\\2.115\\2.525\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}11.28\\3.442\\4.103\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}18.46\\5.647\\6.703\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}30.21\\9.242\\10.96\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}49.43\\15.12\\17.93\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}80.87\\24.74\\29.32\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}132.3\\40.48\\47.97\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}216.4\\66.22\\78.48\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}354.1\\108.3\\128.4\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 140\\5\end{bmatrix}$.