Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 70\\5\end{bmatrix}$.
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.1\\0.0\\0.1\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.25\\0.15\\1.02\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.783\\1.725\\1.536\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}2.576\\4.547\\3.273\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}4.142\\10.82\\6.483\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}7.15\\23.79\\13.25\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}13.16\\50.8\\27.06\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}25.3\\106.6\\55.52\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}50.04\\221.9\\114.1\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}100.7\\459.6\\234.6\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}204.6\\949.3\\482.7\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.8\\0.9\\2.0\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}2.78\\4.17\\2.85\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}4.198\\9.696\\6.276\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}7.128\\22.02\\12.45\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}12.82\\47.3\\25.56\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}24.33\\99.83\\52.31\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}47.69\\208.3\\107.5\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}95.44\\431.9\\220.9\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}193.4\\892.9\\454.5\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}394.5\\1843.0\\935.4\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}808.1\\3799.0\\1926.0\end{matrix}\right]\end{gather*}