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 = {-3, -2, -1, 0, 1, 2, 3}. Let R be a relation on A defined by xRy if and only if $0\le x^2+2y\le 4$. Let $l$ be the number of elements in R and $m$ be the minimum number of elements required to be added in R to make it a reflexive relation. Then $l + m$ is equal to

  2. Let $\alpha$ and $\beta$ be the roots of $x^2 + \sqrt{3}x-16=0$, and $\gamma$ and $\delta$ be the roots of $x^2 + 3x - 1 = 0$. If $P_n = \alpha^n + \beta^n$ and $Q_n = \gamma^n + \delta^n$, then $\frac{P_{25} + \sqrt{3}P_{24}}{2P_{23}} + \frac{Q_{25}-Q_{23}}{Q_{24}}$ is equal to

  3. Let the domain of the function $f (x) = \log_2 \log_4 \log_6(3 + 4x -x^2)$ be $(a, b)$. 

    If  $\int_{b-a}^{b+a}[x^2] dx=p-\sqrt{q}-\sqrt{r}$, $p,q,r\in N$, $gcd(p,q,r) = 1$, where $[.]$ is the greatest integer function, then $p + q + r$ is equal to

  4. Let A be a matrix of order $3 \times 3$ and $|A| = 5$. If $|2\text{adj} (3A \text{adj} (2A))| = 2^\alpha \cdot 3^\beta \cdot 5^\gamma$, $\alpha, \beta, \gamma \in N$, then $\alpha + \beta + \gamma$ is equal to

  5. Let $a_1, a_2, a_3,....$ be a G.P. of increasing positive numbers. If $a_3a_5 = 729$ and $a_2 + a_4 = \frac{111}{4}$, then $24 (a_1 + a_2 + a_3)$ is equal to

  6. All five letter words are made using all the letters A, B, C, D, E and arranged as in an English dictionary with serial numbers. Let the word at serial number $n$ be denoted by $W_n$. Let the probability $P(W_n)$ of choosing the word $W_n$ satisfy $P(W_n) = 2P(W_{n-1})$, $n > 1$.

     If $P(CDBEA) = \frac{2^\alpha}{2^\beta-1}$, $\alpha, \beta\in N$, then $\alpha + \beta$ is equal to :

  7. The largest $n \in N$ such that $3^n$ divides $50!$ is :
  8. The number of sequences of ten terms, whose terms are either 0 or 1 or 2, that contain exactly five 1s and exactly three 2s, is equal to :
  9. Let A be the set of all functions $f: Z \to Z$ and R be a relation on A such that $R = \{(f, g) : f(0) = g(1) \text{ and } f(1) = g(0)\}$. Then R is :
  10. Let $a \in \mathbf{R}$ and $A$ be a matrix of order $3 \times 3$ such that $\det (A) = -4$ and $A + I = \begin{bmatrix} 1 & a & 1 \\ 2 & 1 & 0 \\ a & 1 & 2 \end{bmatrix}$, where $I$ is the identity matrix of order $3 \times 3$. If $\det ((a+1)\text{adj}((a-1)A))$ is $2^m 3^n$, $m, n \in \{0, 1, 2, \dots, 20\}$, then $m+n$ is equal to :


Important Questions from Algebra

  1. Let A = {-3, -2, -1, 0, 1, 2, 3}. Let R be a relation on A defined by xRy if and only if $0\le x^2+2y\le 4$. Let $l$ be the number of elements in R and $m$ be the minimum number of elements required to be added in R to make it a reflexive relation. Then $l + m$ is equal to

  2. Let $\alpha$ and $\beta$ be the roots of $x^2 + \sqrt{3}x-16=0$, and $\gamma$ and $\delta$ be the roots of $x^2 + 3x - 1 = 0$. If $P_n = \alpha^n + \beta^n$ and $Q_n = \gamma^n + \delta^n$, then $\frac{P_{25} + \sqrt{3}P_{24}}{2P_{23}} + \frac{Q_{25}-Q_{23}}{Q_{24}}$ is equal to

  3. Let the domain of the function $f (x) = \log_2 \log_4 \log_6(3 + 4x -x^2)$ be $(a, b)$. 

    If  $\int_{b-a}^{b+a}[x^2] dx=p-\sqrt{q}-\sqrt{r}$, $p,q,r\in N$, $gcd(p,q,r) = 1$, where $[.]$ is the greatest integer function, then $p + q + r$ is equal to

  4. Let A be a matrix of order $3 \times 3$ and $|A| = 5$. If $|2\text{adj} (3A \text{adj} (2A))| = 2^\alpha \cdot 3^\beta \cdot 5^\gamma$, $\alpha, \beta, \gamma \in N$, then $\alpha + \beta + \gamma$ is equal to

  5. Let $a_1, a_2, a_3,....$ be a G.P. of increasing positive numbers. If $a_3a_5 = 729$ and $a_2 + a_4 = \frac{111}{4}$, then $24 (a_1 + a_2 + a_3)$ is equal to

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