$$ \begin{aligned} x'' &= 2 x' + 6y + 3 \\ y' &= - x' - 2y \end{aligned}$$
subject the the initial condition $x(0) = 0$, $x'(0) = 0$ and $y(0) = 1$.
The first part of the question is about finding the matrix exponential $e^{At}$ of the following matrix
$$A = \begin{bmatrix} 0 & 1& 0 \\[0.3em] 0 & 2 & 5 \\[0.3em] 0 & -1 & -2 \end{bmatrix}$$
and I already found $e^{At}$. I observed that entries of the matrix is similar to the question but not sure how it works. How to proceed after finding $e^{At}$?