For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.5\\1.5\\1.9\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.22\\5.66\\2.39\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.503\\11.34\\3.361\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}4.646\\20.1\\5.199\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}8.215\\34.47\\8.506\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}14.21\\58.69\\14.29\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}24.37\\99.86\\24.24\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}41.63\\170.1\\41.29\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}71.02\\289.8\\70.39\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}121.1\\494.0\\120.0\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}206.5\\842.2\\204.7\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.2\\0.4\\0.6\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.42\\1.78\\0.78\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}0.832\\3.672\\1.11\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}1.532\\6.579\\1.72\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}2.706\\11.33\\2.812\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}4.683\\19.33\\4.716\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}8.031\\32.92\\7.998\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}13.72\\56.06\\13.62\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}23.41\\95.54\\23.21\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}39.93\\162.9\\39.58\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}68.09\\277.7\\67.5\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}$.