For the system of linear equations
$2 x+4 y+2 a z=b$
$x+2 y+3 z=4$
$2 x-5 y+2 z=8$
which of the following is NOT correct?
Solution
The given system of equations is :
<br/><br/>1. $2x + 4y + 2az = b$
<br/><br/>2. $x + 2y + 3z = 4$
<br/><br/>3. $2x - 5y + 2z = 8$
<br/><br/>We can write this in matrix form :
<br/><br/>$$
\begin{bmatrix}
2 & 4 & 2a \\
1 & 2 & 3 \\
2 & -5 & 2
\end{bmatrix}
\begin{bmatrix}
x \\
y \\
z
\end{bmatrix}
=
\begin{bmatrix}
b \\
4 \\
8
\end{bmatrix}
$$
<br/><br/>First, we need to find the determinant of the coefficient matrix, which we'll call Δ. The coefficient matrix is :
<br/><br/>$$
\begin{bmatrix}
2 & 4 & 2a \\
1 & 2 & 3 \\
2 & -5 & 2
\end{bmatrix}
$$
<br/><br/>We find its determinant for 3 $\times$ 3 matrices :
<br/><br/>$\Delta = 2(2)(2) + 4(3)(2) + 2a(1)(-5) - 2a(2)(2) - 4(1)(2) - 2(3)(-5)$
<br/><br/>$\Delta = 8 + 24 - 10a - 8a - 8 + 30$
<br/><br/>$\Delta = -18a + 54$
<br/><br/>$\Delta = -18(a - 3)$
<br/><br/>Next, we substitute the third column of our matrix with the column of constants (b, 4, 8) and calculate the determinant Δ₃ :
<br/><br/>$$
\begin{bmatrix}
2 & 4 & b \\
1 & 2 & 4 \\
2 & -5 & 8
\end{bmatrix}
$$
<br/><br/>We find its determinant :
<br/><br/>$\Delta_3 = 2(2)(8) + 4(4)(2) + b(1)(-5) - b(2)(2) - 4(1)(8) - 2(4)(-5)$
<br/><br/>$\Delta_3 = 32 + 32 - 5b - 4b - 32 + 40$
<br/><br/>$\Delta_3 = -9b + 72$
<br/><br/>$\Delta_3 = 9(8 - b)$
<br/><br/>Now, let's analyze the options :
<br/><br/>1. For a=3 and b=8, we have Δ = 0 and Δ₃ = 0, which indicates an infinite number of solutions.
<br/><br/>2. For a=3 and b=6, we have Δ = 0 and Δ₃ ≠ 0, which indicates no solution.
<br/><br/>3. For a=8 and b=8, we have Δ ≠ 0, which indicates a unique solution.
<br/><br/>4. For a=6 and b=6, we have Δ ≠ 0, which indicates a unique solution.
<br/><br/>Therefore, the statement that is NOT correct is Option B: "It has infinitely many solutions if a=3, b=6", because in this case the system actually has no solution.
About this question
Subject: Mathematics · Chapter: Matrices and Determinants · Topic: Types of Matrices and Operations
This question is part of PrepWiser's free JEE Main question bank. 274 more solved questions on Matrices and Determinants are available — start with the harder ones if your accuracy is >70%.