Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 160\\4\end{bmatrix}$.
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.5\\0.0\\0.0\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.45\\0.15\\0.6\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}0.825\\0.81\\0.945\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}1.678\\1.689\\1.936\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}3.453\\3.48\\3.984\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}7.108\\7.164\\8.2\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}14.63\\14.75\\16.88\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}30.11\\30.35\\34.74\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}61.98\\62.47\\71.5\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}127.6\\128.6\\147.2\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}262.6\\264.7\\302.9\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.1\\0.1\\0.5\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.89\\0.73\\1.06\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.765\\1.766\\2.033\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}3.622\\3.649\\4.179\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}7.455\\7.513\\8.599\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}15.34\\15.46\\17.7\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}31.58\\31.83\\36.43\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}65.0\\65.51\\74.99\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}133.8\\134.8\\154.3\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}275.4\\277.6\\317.7\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}566.9\\571.3\\653.9\end{matrix}\right]\end{gather*}