For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.4\\0.4\\0.1\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}2.17\\0.15\\1.26\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.99\\1.401\\2.033\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}6.0\\2.376\\3.219\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}11.13\\3.778\\6.157\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}19.76\\7.151\\11.27\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}35.84\\13.11\\20.21\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}65.15\\23.54\\36.65\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}118.0\\42.67\\66.51\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}213.7\\77.43\\120.5\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}387.4\\140.3\\218.3\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.4\\0.0\\1.6\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.92\\1.76\\0.64\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}3.844\\0.88\\1.392\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}5.966\\1.619\\3.618\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}10.08\\4.141\\5.982\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}19.09\\6.994\\10.5\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}34.64\\12.25\\19.47\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}62.32\\22.64\\35.28\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}113.1\\41.08\\63.71\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}205.1\\74.18\\115.5\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}371.6\\134.5\\209.5\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 70\\4\end{bmatrix}$.