Target Exam

CUET

Subject

-- Mathematics - Section B1

Chapter

Determinants

Question:

Using matrix method, solve the system of equations $3x + 2y - 2z = 3$, $x + 2y + 3z = 6$ and $2x - y + z = 2$.

Options:

$(1, 1, 1)$

$(1, 2, 0)$

$(0, 1, 2)$

$(1, -1, 1)$

Correct Answer:

$(1, 1, 1)$

Explanation:

The correct answer is Option (1) → $(1, 1, 1)$ ##

Given, system of equations is

$\begin{aligned} 3x + 2y - 2z &= 3, \\ x + 2y + 3z &= 6 \\ \text{and } 2x - y + z &= 2 \end{aligned}$

In the form of $AX = B$,

$\begin{bmatrix} 3 & 2 & -2 \\ 1 & 2 & 3 \\ 2 & -1 & 1 \end{bmatrix} \begin{bmatrix} x \\ y \\ z \end{bmatrix} = \begin{bmatrix} 3 \\ 6 \\ 2 \end{bmatrix}$

where, $A = \begin{bmatrix} 3 & 2 & -2 \\ 1 & 2 & 3 \\ 2 & -1 & 1 \end{bmatrix}$, $X = \begin{bmatrix} x \\ y \\ z \end{bmatrix}$, $B = \begin{bmatrix} 3 \\ 6 \\ 2 \end{bmatrix}$

For $A^{-1}$, expanding along $R_1$,

$\begin{aligned} |A| &= 3(5) - 2(1 - 6) + (-2)(-5) \\ &= 15 + 10 + 10 = 35 \neq 0 \end{aligned}$

Since, $|A| \neq 0$

$∴A^{-1} \text{ exists}$

$∴A_{11} = 5, A_{12} = 5, A_{13} = -5, A_{21} = 0, A_{22} = 7, A_{23} = 7, A_{31} = 10, A_{32} = -11 \text{ and } A_{33} = 4$

$∴\text{adj } A = \begin{bmatrix} 5 & 5 & -5 \\ 0 & 7 & 7 \\ 10 & -11 & 4 \end{bmatrix}^T = \begin{bmatrix} 5 & 0 & 10 \\ 5 & 7 & -11 \\ -5 & 7 & 4 \end{bmatrix}$

Now,

$A^{-1} = \frac{\text{adj } A}{|A|} = \frac{1}{35} \begin{bmatrix} 5 & 0 & 10 \\ 5 & 7 & -11 \\ -5 & 7 & 4 \end{bmatrix}$

For $X = A^{-1}B$,

$\begin{bmatrix} x \\ y \\ z \end{bmatrix} = \frac{1}{35} \begin{bmatrix} 5 & 0 & 10 \\ 5 & 7 & -11 \\ -5 & 7 & 4 \end{bmatrix} \begin{bmatrix} 3 \\ 6 \\ 2 \end{bmatrix}$

$= \frac{1}{35} \begin{bmatrix} 15 + 20 \\ 15 + 42 - 22 \\ -15 + 42 + 8 \end{bmatrix} = \frac{1}{35} \begin{bmatrix} 35 \\ 35 \\ 35 \end{bmatrix} = \begin{bmatrix} 1 \\ 1 \\ 1 \end{bmatrix}$

$∴x = 1, y = 1 \text{ and } z = 1$