For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.3\\0.1\\0.0\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.08\\0.42\\0.43\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}0.315\\0.885\\0.433\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}0.4565\\1.68\\1.041\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}0.9477\\3.201\\1.828\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}1.744\\6.069\\3.561\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}3.343\\11.52\\6.697\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}6.321\\21.85\\12.74\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}12.01\\41.47\\24.16\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}22.77\\78.67\\45.85\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}43.21\\149.3\\86.99\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.7\\0.5\\0.4\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.44\\1.58\\1.23\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.019\\3.197\\1.757\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}1.722\\6.085\\3.636\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}3.38\\11.57\\6.689\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}6.335\\21.95\\12.82\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}12.07\\41.65\\24.25\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}22.87\\79.01\\46.06\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}43.4\\149.9\\87.35\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}82.34\\284.5\\165.8\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}156.2\\539.7\\314.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} 70\\4\end{bmatrix}$.