🔢
JEE Main · MCQ · Matrices & Determinants · Linear Equations
MCQ · Mathematics · Matrices & Determinants
Q. If the system of equations
$$3x + y + 4z = 3$$
$$2x + \alpha y - z = -3$$
$$x + 2y + z = 4$$
has no solution, then the value of $\alpha$ is equal to:
A$13$
B$4$
C$19$ ✓
D$23$
✅ Correct Answer: (C) $\alpha = 19$
Step-by-Step Solution
1
Condition for no solution: $D = 0$ and at least one of $D_1, D_2, D_3 \neq 0$
Write the coefficient matrix determinant:
$$D = \begin{vmatrix} 3 & 1 & 4 \\ 2 & \alpha & -1 \\ 1 & 2 & 1 \end{vmatrix}$$
2
Expand $D$ along Row 1
$$D = 3\begin{vmatrix}\alpha & -1 \\ 2 & 1\end{vmatrix} - 1\begin{vmatrix}2 & -1 \\ 1 & 1\end{vmatrix} + 4\begin{vmatrix}2 & \alpha \\ 1 & 2\end{vmatrix}$$
$$= 3(\alpha + 2) - 1(2+1) + 4(4-\alpha)$$
$$= 3\alpha + 6 - 3 + 16 - 4\alpha$$
$$= -\alpha + 19$$
3
Set $D = 0$ to find $\alpha$
$$-\alpha + 19 = 0 \implies \alpha = 19$$
4
Verify inconsistency — compute $D_1$ with $\alpha = 19$
Replace column 1 with constants $(3, -3, 4)$:
$$D_1 = \begin{vmatrix} 3 & 1 & 4 \\ -3 & 19 & -1 \\ 4 & 2 & 1 \end{vmatrix}$$
Expand along Row 1:
$$= 3(19+2) - 1(-3+4) + 4(-6-76)$$
$$= 3(21) - 1(1) + 4(-82)$$
$$= 63 - 1 - 328 = -266 \neq 0$$
Since $D = 0$ but $D_1 = -266 \neq 0$, the system has no solution ✓
5
Conclusion
$\alpha = 19$ → Option (C) ✓
Related Theory
📌 Cramer's Rule and Solution Classification
For a system $AX = B$ of 3 equations in 3 unknowns, define:
$D$ = determinant of coefficient matrix $A$
$D_1$ = det obtained by replacing column 1 of $A$ with $B$
$D_2$ = det obtained by replacing column 2 of $A$ with $B$
$D_3$ = det obtained by replacing column 3 of $A$ with $B$
$D$ = determinant of coefficient matrix $A$
$D_1$ = det obtained by replacing column 1 of $A$ with $B$
$D_2$ = det obtained by replacing column 2 of $A$ with $B$
$D_3$ = det obtained by replacing column 3 of $A$ with $B$
| Condition | Type of Solution |
|---|---|
| $D \neq 0$ | Unique solution: $x=D_1/D$, $y=D_2/D$, $z=D_3/D$ |
| $D=0$, all $D_i=0$ | Infinite solutions (consistent) |
| $D=0$, any $D_i\neq 0$ | No solution (inconsistent) |
$D\neq0$ → unique
$D=0$, $D_i=0$ → infinite
$D=0$, $D_i\neq0$ → no solution
📌 $3\times3$ Determinant Expansion — Row 1 Cofactors
For matrix $\begin{pmatrix}a_1&b_1&c_1\\a_2&b_2&c_2\\a_3&b_3&c_3\end{pmatrix}$:
$$D = a_1(b_2c_3-b_3c_2) - b_1(a_2c_3-a_3c_2) + c_1(a_2b_3-a_3b_2)$$
Signs follow the pattern: $+\ -\ +$ for Row 1 expansion.
Sarrus Rule (shortcut for 3×3): Write the first two columns again to the right of the matrix, then:
Sum of products along 3 main diagonals (top-left to bottom-right) MINUS sum of products along 3 anti-diagonals (top-right to bottom-left).
Sarrus Rule (shortcut for 3×3): Write the first two columns again to the right of the matrix, then:
Sum of products along 3 main diagonals (top-left to bottom-right) MINUS sum of products along 3 anti-diagonals (top-right to bottom-left).
Row 1 signs: $+,-,+$
Row 2 signs: $-,+,-$
Row 3 signs: $+,-,+$
📌 Rank Method — Alternative Approach
The rank of a matrix is the maximum number of linearly independent rows/columns.
For system $AX=B$ (augmented matrix $[A|B]$):
• Unique solution: $\rho(A) = \rho([A|B]) = 3$ (= number of unknowns)
• Infinite solutions: $\rho(A) = \rho([A|B]) < 3$
• No solution: $\rho(A) < \rho([A|B])$
When $D=0$ ($\alpha=19$), $\rho(A) \leq 2$. Since $D_1 \neq 0$, we get $\rho([A|B]) = 3 > \rho(A)$ → no solution.
For system $AX=B$ (augmented matrix $[A|B]$):
• Unique solution: $\rho(A) = \rho([A|B]) = 3$ (= number of unknowns)
• Infinite solutions: $\rho(A) = \rho([A|B]) < 3$
• No solution: $\rho(A) < \rho([A|B])$
When $D=0$ ($\alpha=19$), $\rho(A) \leq 2$. Since $D_1 \neq 0$, we get $\rho([A|B]) = 3 > \rho(A)$ → no solution.
No solution: $\rho(A) < \rho([A|B])$
Infinite: $\rho(A)=\rho([A|B])
📌 Row Reduction Method (Cross-check)
With $\alpha=19$, perform row operations on augmented matrix $[A|B]$:
$$\begin{pmatrix}3&1&4&|&3\\2&19&-1&|&-3\\1&2&1&|&4\end{pmatrix}$$
$R_1 \leftrightarrow R_3$:
$$\begin{pmatrix}1&2&1&|&4\\2&19&-1&|&-3\\3&1&4&|&3\end{pmatrix}$$
$R_2 \to R_2-2R_1$, $R_3 \to R_3-3R_1$:
$$\begin{pmatrix}1&2&1&|&4\\0&15&-3&|&-11\\0&-5&1&|&-9\end{pmatrix}$$
$R_3 \to R_3 + R_2/3$:
$$\begin{pmatrix}1&2&1&|&4\\0&15&-3&|&-11\\0&0&0&|&-38/3\end{pmatrix}$$
Last row: $0 = -38/3 \neq 0$ → inconsistent → no solution ✓
📌 Geometric Interpretation
Each equation $ax+by+cz=d$ represents a plane in 3D space.
Three planes can:
• Intersect at a unique point → unique solution
• All pass through a common line → infinite solutions
• All be parallel and identical → infinite solutions
• Have no common intersection → no solution
When $\alpha=19$: the three planes have no common point — they form an inconsistent system. Geometrically, they might be arranged like the faces of a triangular prism (parallel intersection lines with no common point).
Three planes can:
• Intersect at a unique point → unique solution
• All pass through a common line → infinite solutions
• All be parallel and identical → infinite solutions
• Have no common intersection → no solution
When $\alpha=19$: the three planes have no common point — they form an inconsistent system. Geometrically, they might be arranged like the faces of a triangular prism (parallel intersection lines with no common point).
Each equation = plane in 3D
No solution = no common intersection
📌 Properties of Determinants — Quick Reference
1. Row/Column swap: Changes sign of determinant.
2. Scalar multiple: $|kA| = k^n|A|$ for $n\times n$ matrix.
3. Zero row/column: Determinant = 0.
4. Two identical rows/columns: Determinant = 0.
5. Adding multiple of one row to another: Determinant unchanged.
6. Transpose: $|A^T| = |A|$.
7. Product: $|AB| = |A|\cdot|B|$.
8. Linear function in one row: Can split determinant into sum of two.
2. Scalar multiple: $|kA| = k^n|A|$ for $n\times n$ matrix.
3. Zero row/column: Determinant = 0.
4. Two identical rows/columns: Determinant = 0.
5. Adding multiple of one row to another: Determinant unchanged.
6. Transpose: $|A^T| = |A|$.
7. Product: $|AB| = |A|\cdot|B|$.
8. Linear function in one row: Can split determinant into sum of two.
Row swap → sign change
$|kA|=k^n|A|$
$|AB|=|A||B|$
$|A^T|=|A|$
📌 Common Mistakes to Avoid
❌ Mistake 1: Setting $D=0$ and directly concluding no solution — must also verify at least one $D_i \neq 0$. If all $D_i = 0$, it's infinite solutions, not no solution.
❌ Mistake 2: Sign error in determinant expansion — Row 1 cofactor signs are $+,-,+$, not all positive.
❌ Mistake 3: Arithmetic error in $2\times2$ minors. For $\begin{vmatrix}\alpha&-1\\2&1\end{vmatrix}$: $= \alpha(1)-(-1)(2) = \alpha+2$, not $\alpha-2$.
❌ Mistake 4: Confusing $D_1$ (replace column 1) with replacing row 1. Always replace the column corresponding to the variable.
❌ Mistake 2: Sign error in determinant expansion — Row 1 cofactor signs are $+,-,+$, not all positive.
❌ Mistake 3: Arithmetic error in $2\times2$ minors. For $\begin{vmatrix}\alpha&-1\\2&1\end{vmatrix}$: $= \alpha(1)-(-1)(2) = \alpha+2$, not $\alpha-2$.
❌ Mistake 4: Confusing $D_1$ (replace column 1) with replacing row 1. Always replace the column corresponding to the variable.
📌 Key Results Summary
$D=-\alpha+19$
$D=0 \Rightarrow \alpha=19$
$D_1=-266\neq0$
No solution confirmed ✓
Cramer's Rule: $D=0$, $D_i\neq0$ → no solution
Frequently Asked Questions
1. When does a system have no solution?
When $D=0$ and at least one of $D_1,D_2,D_3\neq0$.
2. What is the coefficient matrix here?
$A = \begin{pmatrix}3&1&4\\2&\alpha&-1\\1&2&1\end{pmatrix}$.
3. What is $D$ in terms of $\alpha$?
$D = -\alpha + 19$.
4. What value of $\alpha$ makes $D=0$?
$\alpha = 19$.
5. Why is $D_1$ computed?
To confirm the system is truly inconsistent (no solution), not infinitely consistent.
6. What is $D_1$ with $\alpha=19$?
$D_1 = -266 \neq 0$ → confirmed no solution.
7. What is the geometric meaning of no solution?
The three planes have no common point of intersection.
8. What is Cramer's rule?
$x=D_1/D$, $y=D_2/D$, $z=D_3/D$ when $D\neq0$.
9. What is the rank condition for no solution?
$\rho(A) < \rho([A|B])$.
10. What if $D=0$ and all $D_i=0$?
Then the system has infinitely many solutions.
11. What sign pattern is used in Row 1 expansion?
$+,-,+$ for the three cofactors of Row 1.
Related JEE Main Questions
Let the line $L$ pass through $(-3,5,2)$ and make equal angles with positive coordinate axes. If the distance from $(-2,r,1)$ is $\sqrt{14/3}$, then sum of all possible values of $r$ is:
(A) 16(B) 12(C) 6(D) 10
✅ Correct Answer: (D) 10
Let $z$ satisfy $|z-5|\leq3$ and have maximum positive principal argument. Then $34\left|\dfrac{5z-12}{5iz+16}\right|^2$ is equal to:
(A) 20(B) 26(C) 12(D) 16
✅ Correct Answer: (A) 20
Let one end of a focal chord of $y^2=16x$ be $(16,16)$. If $P(\alpha,\beta)$ divides it in ratio $5:2$, minimum value of $\alpha+\beta$ is:
(A) 5(B) 7(C) 22(D) 16
✅ Correct Answer: (B) 7
Let $a_1,\dfrac{a_2}{2},\ldots,\dfrac{a_{10}}{2^9}$ be a G.P. of ratio $\dfrac{1}{\sqrt{2}}$. If $\sum a_i=62$, then $a_1$ is:
(A) $\sqrt{2}-1$(B) $2(\sqrt{2}-1)$(C) $2-\sqrt{2}$(D) $2(2-\sqrt{2})$
✅ Correct Answer: (B) $2(\sqrt{2}-1)$
Let $y=y(x)$ solve $\sec x\,\dfrac{dy}{dx}-2y=2+3\sin x$, $y(0)=-\dfrac{7}{4}$. Then $y(\pi/6)$ is:
(A) $-5/2$(B) $-3\sqrt{2}-7$(C) $-5/4$(D) $-3\sqrt{3}-7$
✅ Correct Answer: (A) $-5/2$