For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.6\\1.2\\1.5\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.74\\1.74\\2.49\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}3.63\\3.21\\4.503\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}7.183\\6.059\\8.52\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}13.96\\11.62\\16.33\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}26.99\\22.37\\31.44\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}52.09\\43.12\\60.61\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}100.5\\83.16\\116.9\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}193.9\\160.4\\225.4\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}374.0\\309.4\\434.9\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}721.4\\596.8\\838.8\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.3\\1.1\\1.7\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.36\\1.73\\2.4\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}3.15\\2.946\\4.15\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}6.378\\5.484\\7.708\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}12.49\\10.45\\14.69\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}24.19\\20.09\\28.23\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}46.73\\38.7\\54.4\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}90.17\\74.62\\104.9\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}174.0\\143.9\\202.3\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}335.6\\277.6\\390.2\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}647.3\\535.4\\752.6\end{matrix}\right]\end{gather*}
Hide help
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 50\\4\end{bmatrix}$.