For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.5\\1.7\\1.1\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}2.29\\5.83\\0.9\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}4.143\\9.115\\2.512\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}7.209\\17.36\\4.148\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}12.84\\30.57\\7.776\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}22.81\\54.97\\13.78\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}40.65\\97.92\\24.74\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}72.43\\174.8\\44.11\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}129.1\\311.7\\78.74\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}230.2\\555.8\\140.4\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}410.4\\991.0\\250.4\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.5\\0.2\\1.3\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.99\\5.44\\0.34\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}3.675\\7.312\\2.244\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}6.24\\15.05\\3.374\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}11.12\\26.07\\6.693\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}19.67\\47.33\\11.77\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}35.04\\84.19\\21.28\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}62.39\\150.5\\37.93\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}111.2\\268.3\\67.78\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}198.2\\478.6\\120.9\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}353.4\\853.3\\215.6\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 80\\5\end{bmatrix}$.