For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.7\\0.7\\0.5\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.97\\2.78\\1.83\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.493\\4.572\\4.268\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}2.792\\8.287\\7.849\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}5.129\\15.2\\14.35\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}9.395\\27.84\\26.28\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}17.21\\51.01\\48.16\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}31.53\\93.45\\88.22\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}57.77\\171.2\\161.6\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}105.8\\313.6\\296.1\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}193.9\\574.6\\542.5\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.6\\1.1\\0.1\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.89\\2.71\\1.86\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.456\\4.449\\4.186\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}2.728\\8.091\\7.662\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}5.008\\14.84\\14.01\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}9.174\\27.19\\25.66\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}16.81\\49.8\\47.02\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}30.79\\91.24\\86.14\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}56.41\\167.2\\157.8\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}103.3\\306.2\\289.1\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}189.3\\561.0\\529.7\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 100\\4\end{bmatrix}$.