QUESTION IMAGE
Question
- write the system as a single matrix equation and solve:
4a - 2b + c = 4
a + b + c = 1
9a + 3b + c = -21
Step1: Write the matrix equation
A system of linear equations \(
\) can be written in the form \( AX = B \), where \( A \) is the coefficient matrix, \( X \) is the variable matrix, and \( B \) is the constant matrix.
So, \( A=
\), \( X =
\), and \( B=
\). The matrix equation is \(
=
\).
Step2: Find the inverse of matrix \( A \) (using the formula for 3x3 matrix or row operations)
First, we can find the determinant of \( A \), \( \det(A)=4
-(-2)
+1
\)
\( = 4(1 - 3)+ 2(1 - 9)+1(3 - 9) \)
\( = 4(-2)+2(-8)+1(-6) \)
\( = -8 - 16 - 6=-30 \)
Now, find the adjugate matrix of \( A \). The cofactor matrix \( C \) is:
\( C_{11}=
=1 - 3=-2 \), \( C_{12}=-
=-(1 - 9)=8 \), \( C_{13}=
=3 - 9=-6 \)
\( C_{21}=-
=-(-2 - 3)=5 \), \( C_{22}=
=4 - 9=-5 \), \( C_{23}=-
=-(12 + 18)=-30 \)
\( C_{31}=
=-2 - 1=-3 \), \( C_{32}=-
=-(4 - 1)=-3 \), \( C_{33}=
=4 + 2=6 \)
So, the cofactor matrix \( C=
\)
The adjugate matrix \( \text{adj}(A)=C^T=
\)
Then, the inverse of \( A \) is \( A^{-1}=\frac{1}{\det(A)}\text{adj}(A)=-\frac{1}{30}
=
\)
Step3: Solve for \( X \)
Since \( AX = B \), then \( X = A^{-1}B \)
\( X=
\)
Calculate each component:
First component (for \( a \)): \( \frac{1}{15}\times4-\frac{1}{6}\times1+\frac{1}{10}\times(-21)=\frac{4}{15}-\frac{1}{6}-\frac{21}{10}=\frac{8 - 5 - 63}{30}=\frac{-60}{30}=-2 \)
Second component (for \( b \)): \( -\frac{4}{15}\times4+\frac{1}{6}\times1+\frac{1}{10}\times(-21)=-\frac{16}{15}+\frac{1}{6}-\frac{21}{10}=\frac{-32 + 5 - 63}{30}=\frac{-90}{30}=-3 \)
Third component (for \( c \)): \( \frac{1}{5}\times4+1\times1-\frac{1}{5}\times(-21)=\frac{4}{5}+1+\frac{21}{5}=\frac{4 + 5 + 21}{5}=\frac{30}{5}=6 \)
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
The matrix equation is \( \boldsymbol{
=
} \), and the solution is \( a = -2 \), \( b = -3 \), \( c = 6 \) (or in matrix form \(
=
\))