Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 70\\3\end{bmatrix}$.
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.7\\0.5\\0.0\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.44\\0.73\\0.17\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.463\\1.335\\0.392\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}4.417\\2.422\\0.7485\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}7.993\\4.396\\1.375\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}14.5\\7.979\\2.504\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}26.31\\14.48\\4.548\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}47.75\\26.29\\8.256\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}86.67\\47.71\\14.99\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}157.3\\86.6\\27.2\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}285.5\\157.2\\49.37\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.7\\0.6\\0.1\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}2.37\\1.28\\0.35\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}4.231\\2.31\\0.703\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}7.632\\4.193\\1.307\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}13.83\\7.611\\2.386\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}25.1\\13.81\\4.337\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}45.55\\25.07\\7.875\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}82.67\\45.51\\14.29\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}150.1\\82.61\\25.95\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}272.4\\149.9\\47.1\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}494.4\\272.2\\85.48\end{matrix}\right]\end{gather*}