Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 150\\5\end{bmatrix}$.
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.5\\0.0\\0.5\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.5\\1.05\\0.95\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.49\\1.92\\1.745\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}4.438\\3.362\\3.151\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}7.953\\5.961\\5.656\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}14.25\\10.64\\10.14\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}25.52\\19.04\\18.15\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}45.7\\34.09\\32.51\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}81.84\\61.03\\58.22\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}146.6\\109.3\\104.3\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}262.5\\195.7\\186.7\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.9\\1.5\\1.3\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}3.35\\2.58\\2.37\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}6.004\\4.527\\4.267\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}10.76\\8.051\\7.653\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}19.28\\14.39\\13.71\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}34.52\\25.75\\24.56\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}61.82\\46.11\\43.98\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}110.7\\82.56\\78.76\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}198.3\\147.8\\141.0\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}355.1\\264.8\\252.6\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}635.8\\474.1\\452.3\end{matrix}\right]\end{gather*}