For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.0\\0.8\\0.5\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.64\\1.5\\1.06\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.984\\2.602\\1.966\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}5.35\\4.678\\3.503\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}9.589\\8.39\\6.281\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}17.19\\15.04\\11.26\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}30.82\\26.97\\20.19\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}55.26\\48.35\\36.2\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}99.08\\86.68\\64.9\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}177.6\\155.4\\116.4\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}318.5\\278.6\\208.6\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.7\\0.9\\1.7\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}2.23\\1.49\\1.52\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}3.665\\3.279\\2.32\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}6.581\\5.768\\4.323\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}11.81\\10.33\\7.741\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}21.18\\18.53\\13.87\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}37.97\\33.22\\24.87\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}68.08\\59.55\\44.59\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}122.1\\106.8\\79.95\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}218.8\\191.4\\143.3\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}392.3\\343.2\\257.0\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 60\\4\end{bmatrix}$.