Respuesta :
The system of linear equations [tex] a_1x+b_1y=c_1\\a_2x+b_2y=c_2 [/tex]
can be represented in the form of the Matrix as [tex] AX=B [/tex]
Where [tex] A=\begin{pmatrix}
a_1 &b_1 \\a_2
&b_2
\end{pmatrix}\\X=\begin{pmatrix}
x\\y
\end{pmatrix}\\
B=\begin{pmatrix}
c_1\\c_2
\end{pmatrix} [/tex]
The matrix A is called the coefficient matrix of the system of linear equations.
Here the given system of linear equation as:
[tex] 7x+8y=28 \\ -3x+9y=-24 [/tex]
The matrix form of the given system of equation as
[tex] A=\begin{pmatrix}
7 &8 \\-3
&9
\end{pmatrix}\\B=\begin{pmatrix}
28\\-24
\end{pmatrix}\\X=\begin{pmatrix}
x\\y
\end{pmatrix} [/tex]
The coefficient matrix of A is [tex] A=\begin{pmatrix}
7 &8 \\-3
&9
\end{pmatrix} [/tex]