Write the system in matrix form
\begin{equation*}
\begin{pmatrix}x\\y\end{pmatrix}'=
A\begin{pmatrix}x\\y\end{pmatrix},
\qquad
A=\begin{pmatrix}6 & 4\\ -8 & -6\end{pmatrix}.
\end{equation*}
The characteristic polynomial is
\begin{equation*}
\det(A-\lambda I)
=\det\begin{pmatrix}6-\lambda & 4\\ -8 & -6-\lambda\end{pmatrix}
=(6-\lambda)(-6-\lambda)+32
=\lambda^2-4,
\end{equation*}
so the eigenvalues are \(\lambda_1=2\) and \(\lambda_2=-2\text{.}\)
For \(\lambda=2\text{,}\) solve \((A-2I)\mathbf{x}=\mathbf{0}\text{:}\)
\begin{equation*}
A-2I=\begin{pmatrix}4 & 4\\ -8 & -8\end{pmatrix},
\end{equation*}
giving \(x+y=0\text{.}\) An eigenvector is
\begin{equation*}
\mathbf v_1=\begin{pmatrix}1\\-1\end{pmatrix}.
\end{equation*}
For \(\lambda=-2\text{,}\) solve \((A+2I)\mathbf{x}=\mathbf{0}\text{:}\)
\begin{equation*}
A+2I=\begin{pmatrix}8 & 4\\ -8 & -4\end{pmatrix},
\end{equation*}
giving \(2x+y=0\text{.}\) An eigenvector is
\begin{equation*}
\mathbf v_2=\begin{pmatrix}1\\-2\end{pmatrix}.
\end{equation*}
Therefore the general solution is
\begin{equation*}
\begin{pmatrix}x(t)\\y(t)\end{pmatrix}
=c_1 e^{2t}\begin{pmatrix}1\\-1\end{pmatrix}
+c_2 e^{-2t}\begin{pmatrix}1\\-2\end{pmatrix}.
\end{equation*}
Equivalently,
\begin{equation*}
x(t)=c_1 e^{2t}+c_2 e^{-2t},
\qquad
y(t)=-c_1 e^{2t}-2c_2 e^{-2t}.
\end{equation*}
Apply the initial conditions:
\begin{equation*}
x(0)=c_1+c_2=1,\qquad
y(0)=-c_1-2c_2=3.
\end{equation*}
From \(c_1=1-c_2\text{,}\) substitute into the second equation:
\begin{equation*}
-(1-c_2)-2c_2=3
\;\Rightarrow\;
-1-c_2=3
\;\Rightarrow\;
c_2=-4.
\end{equation*}
Hence \(c_1=1-(-4)=5\text{.}\)
Thus the solution of the initial value problem is
\begin{equation*}
x(t)=5e^{2t}-4e^{-2t},
\qquad
y(t)=-5e^{2t}+8e^{-2t}.
\end{equation*}