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

The system of linear equations
$x + y + z = 6$
$2x + 5y + az = 36$
$x + 2y + 3z = b$
has

The correct answer is
unique solution for $a = 8$ and $b = 16$

Linear System Solution Analysis

The system of linear equations is given by: $ \begin{aligned} x + y + z &= 6 \\ 2x + 5y + az &= 36 \\ x + 2y + 3z &= b \end{aligned} $ This system can be represented in matrix form $AX = B$, where:

$ A = \begin{pmatrix} 1 & 1 & 1 \\ 2 & 5 & a \\ 1 & 2 & 3 \end{pmatrix}, \quad X = \begin{pmatrix} x \\ y \\ z \end{pmatrix}, \quad B = \begin{pmatrix} 6 \\ 36 \\ b \end{pmatrix} $

Determinant for Solution Uniqueness

A system of linear equations has a unique solution if and only if the determinant of the coefficient matrix $A$ is non-zero ($\det(A) \neq 0$).

Let's calculate the determinant of $A$: $ \det(A) = \begin{vmatrix} 1 & 1 & 1 \\ 2 & 5 & a \\ 1 & 2 & 3 \end{vmatrix} $ $ = 1 \cdot (5 \cdot 3 - a \cdot 2) - 1 \cdot (2 \cdot 3 - a \cdot 1) + 1 \cdot (2 \cdot 2 - 5 \cdot 1) $ $ = (15 - 2a) - (6 - a) + (4 - 5) $ $ = 15 - 2a - 6 + a - 1 $ $ = 8 - a $

For a unique solution, $\det(A) \neq 0$. This requires $8 - a \neq 0$, meaning $a \neq 8$.

Case Analysis for $a = 8$

When $a=8$, the determinant is $\det(A) = 8 - 8 = 0$. This indicates that the system does not have a unique solution. It could have infinitely many solutions or no solution.

To determine which case applies, we analyze the augmented matrix $[A|B]$ with $a=8$: $ \left[ \begin{array}{ccc|c} 1 & 1 & 1 & 6 \\ 2 & 5 & 8 & 36 \\ 1 & 2 & 3 & b \end{array} \right] $

Perform row reduction:

  1. Replace row 2 ($R_2$) with $R_2 - 2R_1$.
  2. Replace row 3 ($R_3$) with $R_3 - R_1$.

The matrix becomes:

$ \left[ \begin{array}{ccc|c} 1 & 1 & 1 & 6 \\ 0 & 3 & 6 & 24 \\ 0 & 1 & 2 & b-6 \end{array} \right] $

Swap $R_2$ and $R_3$ for easier calculation:

$ \left[ \begin{array}{ccc|c} 1 & 1 & 1 & 6 \\ 0 & 1 & 2 & b-6 \\ 0 & 3 & 6 & 24 \end{array} \right] $

Replace $R_3$ with $R_3 - 3R_2$:

$ \left[ \begin{array}{ccc|c} 1 & 1 & 1 & 6 \\ 0 & 1 & 2 & b-6 \\ 0 & 0 & 0 & 24 - 3(b-6) \end{array} \right] $

The last row represents the equation $0 = 24 - 3(b-6)$. Simplifying this gives $0 = 24 - 3b + 18$, which results in $0 = 42 - 3b$.

From $0 = 42 - 3b$, we find $3b = 42$, so $b = 14$.

  • If $b=14$, the last row is $0=0$. Since $\text{rank}(A) = 2$ (less than the number of variables), the system has infinitely many solutions.
  • If $b \neq 14$, the last row is $0 = \text{non-zero value}$. This is a contradiction, meaning the system has no solution.

Conclusion: For $a=8$, the system never has a unique solution. It has infinitely many solutions only if $b=14$, and no solution otherwise.

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. 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 :
  5. 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.
  6. The number of elements in the relation $R = \{(x, y) : 4x^2 + y^2 < 52, x, y \in \mathbb{Z}\}$ is
  7. Let $S = \{z \in \mathbb{C} : 4z^2 + \bar{z} = 0\}$. Then $\sum_{z \in S} |z|^2$ is equal to :
  8. 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 :

  9. Let S be the set of the first 11 natural numbers. Then the number of elements in $A = \{B \subseteq S : n(B) \geq 2$ and the product of all elements of B is even is ________.

  10. Let $S = \frac{1}{25!} + \frac{1}{3!23!} + \frac{1}{5!21!} + \dots$ up to 13 terms. If $13S = \frac{2^k}{n!}, k \in \mathbb{N}$, then $n + k$ 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. 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 :
  5. 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.
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