All Exams Test series for 1 year @ ₹349 only
Question

If $X = \begin{bmatrix} x \\ y \\ z \end{bmatrix}$ is a solution of the system of equations $AX = B$, where $\text{adj } A = \begin{bmatrix} 4 & 2 & 2 \\ -5 & 0 & 5 \\ 1 & -2 & 3 \end{bmatrix}$ and $B = \begin{bmatrix} 4 \\ 0 \\ 2 \end{bmatrix}$, then $|x + y + z|$ is equal to :

The correct answer is
3

Solving AX = B with Adjugate Matrix

Given the system $AX = B$, where $X = \begin{bmatrix} x \\ y \\ z \end{bmatrix}$ is the solution vector. We are provided with the adjugate matrix $\text{adj } A = \begin{bmatrix} 4 & 2 & 2 \\ -5 & 0 & 5 \\ 1 & -2 & 3 \end{bmatrix}$ and the vector $B = \begin{bmatrix} 4 \\ 0 \\ 2 \end{bmatrix}$. The goal is to find the value of $|x + y + z|$.

The solution $X$ can be expressed as $X = \frac{1}{\det A} (\text{adj } A) B$. To use this formula, we first need to determine the determinant of matrix $A$, denoted as $\det A$.

Determine $\det A$

We utilize the property relating the determinant of a matrix and its adjugate: $\det(\text{adj } A) = (\det A)^{n-1}$. Since $A$ is a $3 \times 3$ matrix (indicated by the dimensions of $\text{adj } A$ and $X$), we have $n=3$. Thus, the property becomes $\det(\text{adj } A) = (\det A)^{3-1} = (\det A)^2$.

Step 1: Calculate $\det(\text{adj } A)$

Calculate the determinant of the given adjugate matrix:

$ \det(\text{adj } A) = \begin{vmatrix} 4 & 2 & 2 \\ -5 & 0 & 5 \\ 1 & -2 & 3 \end{vmatrix} $

Expanding along the first row:

$ \det(\text{adj } A) = 4 \begin{vmatrix} 0 & 5 \\ -2 & 3 \end{vmatrix} - 2 \begin{vmatrix} -5 & 5 \\ 1 & 3 \end{vmatrix} + 2 \begin{vmatrix} -5 & 0 \\ 1 & -2 \end{vmatrix} $

$ \det(\text{adj } A) = 4((0)(3) - (5)(-2)) - 2((-5)(3) - (5)(1)) + 2((-5)(-2) - (0)(1)) $

$ \det(\text{adj } A) = 4(0 + 10) - 2(-15 - 5) + 2(10 - 0) $

$ \det(\text{adj } A) = 4(10) - 2(-20) + 2(10) = 40 + 40 + 20 = 100 $

Step 2: Find $\det A$

Using the relation $(\det A)^2 = \det(\text{adj } A)$, we get:

$ (\det A)^2 = 100 $

$ \det A = \pm \sqrt{100} = \pm 10 $

This indicates that matrix $A$ is invertible, and a unique solution $X$ exists.

Calculate Solution Sum $x+y+z$

We use the relationship $(\det A) X = (\text{adj } A) B$. This allows us to find $X$ without explicitly finding $A$ or $A^{-1}$.

Step 3: Compute the product $(\text{adj } A) B$

$ (\text{adj } A) B = \begin{bmatrix} 4 & 2 & 2 \\ -5 & 0 & 5 \\ 1 & -2 & 3 \end{bmatrix} \begin{bmatrix} 4 \\ 0 \\ 2 \end{bmatrix} $

Performing matrix multiplication:

$ (\text{adj } A) B = \begin{bmatrix} (4)(4) + (2)(0) + (2)(2) \\ (-5)(4) + (0)(0) + (5)(2) \\ (1)(4) + (-2)(0) + (3)(2) \end{bmatrix} = \begin{bmatrix} 16 + 0 + 4 \\ -20 + 0 + 10 \\ 4 + 0 + 6 \end{bmatrix} = \begin{bmatrix} 20 \\ -10 \\ 10 \end{bmatrix} $

Step 4: Find the sum $x+y+z$

We have the equation $(\det A) X = (\text{adj } A) B$, which is:

$ (\det A) \begin{bmatrix} x \\ y \\ z \end{bmatrix} = \begin{bmatrix} 20 \\ -10 \\ 10 \end{bmatrix} $

To find the sum $x+y+z$, we can sum the components of the vector equation:

$ (\det A)(x) = 20 $

$ (\det A)(y) = -10 $

$ (\det A)(z) = 10 $

Summing these gives:

$ (\det A)x + (\det A)y + (\det A)z = 20 + (-10) + 10 $

$ (\det A)(x+y+z) = 20 $

Therefore, the sum $x+y+z$ is:

$ x+y+z = \frac{20}{\det A} $

Final Value $|x+y+z|$

Now substitute the possible values for $\det A$ ($\pm 10$) into the expression for the sum:

  • Case 1: If $\det A = 10$, then $x+y+z = \frac{20}{10} = 2$.
  • Case 2: If $\det A = -10$, then $x+y+z = \frac{20}{-10} = -2$.

In both possible cases, the absolute value of the sum is:

$ |x+y+z| = |2| = |-2| = 2 $

Was this answer helpful?

Similar Questions

  1. Let A be a $3 \times 3$ matrix such that $A + A^T = O$. If $A\begin{bmatrix} 1 \\ -1 \\ 0 \end{bmatrix} = \begin{bmatrix} 3 \\ 3 \\ 2 \end{bmatrix}$, $A^2\begin{bmatrix} 1 \\ -1 \\ 0 \end{bmatrix} = \begin{bmatrix} -3 \\ 19 \\ -24 \end{bmatrix}$ and $\det(adj(2 \ adj(A + I))) = (2)^\alpha \cdot (3)^\beta \cdot (11)^\gamma$, $\alpha, \beta, \gamma$ are non-negative integers, then $\alpha + \beta + \gamma$ is equal to _________
  2. Let $\alpha = \frac{-1 + i\sqrt{3}}{2}$ and $\beta = \frac{-1 - i\sqrt{3}}{2}$, $i = \sqrt{-1}$. If $(7 - 7\alpha + 9\beta)^{20} + (9 + 7\alpha - 7\beta)^{20} + (-7 + 9\alpha + 7\beta)^{20} + (14 + 7\alpha + 7\beta)^{20} = m^{10}$, then $m$ is _________
  3. Let ABC be a triangle. Consider four points $p_1, p_2, p_3, p_4$ on the side AB, five points $p_5, p_6, p_7, p_8, p_9$ on the side BC, and four points $p_{10}, p_{11}, p_{12}, p_{13}$ on the side AC. None of these points is a vertex of the triangle ABC. Then the total number of pentagons, that can be formed by taking all the vertices from the points $p_1, p_2, ..., p_{13}$, is _________
  4. Let n be the number obtained on rolling a fair die. If the probability that the system
    $x - ny + z = 6$
    $x + (n - 2)y + (n + 1)z = 8$
    $(n - 1)y + z = 1$
    has a unique solution is $\frac{k}{6}$, then the sum of k and all possible values of n is :
  5. Let $\alpha, \beta$ be the roots of the quadratic equation $12x^2 - 20x + 3\lambda = 0, \lambda \in \mathbb{Z}$. If $\frac{1}{2} \leq |\beta - \alpha| \leq \frac{3}{2}$, then the sum of all possible values of $\lambda$ is :
  6. Let $C_r$ denote the coefficient of $x^r$ in the binomial expansion of $(1 + x)^n$, $n \in \mathbb{N}, 0 \leq r \leq n$. If $P_n = C_0 - C_1 + \frac{2^2}{3} C_2 - \frac{2^3}{4} C_3 + \dots + \frac{(-2)^n}{n+1} C_n$, then the value of $\sum_{n=1}^{25} \frac{1}{P_{2n}}$ equals.
  7. The number of elements in the relation $R = \{(x, y) : 4x^2 + y^2 < 52, x, y \in \mathbb{Z}\}$ is
  8. Let $S = \{z \in \mathbb{C} : 4z^2 + \bar{z} = 0\}$. Then $\sum_{z \in S} |z|^2$ is equal to :
  9. Let f and g be functions satisfying $f(x+y) = f(x)f(y), f(1) = 7$ and $g(x+y) = g(xy), g(1) = 1$, for all $x, y \in \mathbb{N}$. If $\sum_{x=1}^{n} \left(\frac{f(x)}{g(x)}\right) = 19607$, then n is equal to :

  10. Suppose a, b, c are in A.P. and $a^2, 2b^2, c^2$ are in G.P. If $a < b < c$ and $a + b + c = 1$, then $9(a^2 + b^2 + c^2)$ is equal to ________.

Important Questions from Algebra

  1. Let A be a $3 \times 3$ matrix such that $A + A^T = O$. If $A\begin{bmatrix} 1 \\ -1 \\ 0 \end{bmatrix} = \begin{bmatrix} 3 \\ 3 \\ 2 \end{bmatrix}$, $A^2\begin{bmatrix} 1 \\ -1 \\ 0 \end{bmatrix} = \begin{bmatrix} -3 \\ 19 \\ -24 \end{bmatrix}$ and $\det(adj(2 \ adj(A + I))) = (2)^\alpha \cdot (3)^\beta \cdot (11)^\gamma$, $\alpha, \beta, \gamma$ are non-negative integers, then $\alpha + \beta + \gamma$ is equal to _________
  2. Let $\alpha = \frac{-1 + i\sqrt{3}}{2}$ and $\beta = \frac{-1 - i\sqrt{3}}{2}$, $i = \sqrt{-1}$. If $(7 - 7\alpha + 9\beta)^{20} + (9 + 7\alpha - 7\beta)^{20} + (-7 + 9\alpha + 7\beta)^{20} + (14 + 7\alpha + 7\beta)^{20} = m^{10}$, then $m$ is _________
  3. Let ABC be a triangle. Consider four points $p_1, p_2, p_3, p_4$ on the side AB, five points $p_5, p_6, p_7, p_8, p_9$ on the side BC, and four points $p_{10}, p_{11}, p_{12}, p_{13}$ on the side AC. None of these points is a vertex of the triangle ABC. Then the total number of pentagons, that can be formed by taking all the vertices from the points $p_1, p_2, ..., p_{13}$, is _________
  4. Let n be the number obtained on rolling a fair die. If the probability that the system
    $x - ny + z = 6$
    $x + (n - 2)y + (n + 1)z = 8$
    $(n - 1)y + z = 1$
    has a unique solution is $\frac{k}{6}$, then the sum of k and all possible values of n is :
  5. Let $\alpha, \beta$ be the roots of the quadratic equation $12x^2 - 20x + 3\lambda = 0, \lambda \in \mathbb{Z}$. If $\frac{1}{2} \leq |\beta - \alpha| \leq \frac{3}{2}$, then the sum of all possible values of $\lambda$ is :
Need Expert Advice?
More Questions from JEE Main

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App