© All Rights reserved @ LearnWithDash
Step-by-Step Solution
Step 1: Write down the system of equations
The system of linear equations is:
$-x + y + 2z = 0$
$3x - a\,y + 5z = 1$
$2x - 2y - a\,z = 7$
We want to find the values of $a$ for which the system is inconsistent and for which the system has infinitely many solutions.
Step 2: Compute the main determinant $\Delta$
We first form the coefficient matrix and compute its determinant $\Delta$:
$\Delta =
\begin{vmatrix}
-1 & 1 & 2 \\
3 & -a & 5 \\
2 & -2 & -a
\end{vmatrix}
$
Expanding this determinant (for example, using the first row) gives:
$\Delta
= -\,1 \bigl[(-a)\times(-a) - 5\times(-2)\bigr]
- 1 \bigl(3\times(-a) - 5\times2\bigr)
+ 2 \bigl(3\times(-2) - (-a)\times2\bigr).
$
Carrying out the multiplications and simplifications step by step,
$(-a)\times(-a) = a^2, \quad 5\times(-2) = -10,$
$3\times(-a) = -3a, \quad 5\times 2 = 10,$
$3\times(-2) = -6, \quad (-a)\times 2 = -2a.$
so
$\Delta
= -1\bigl(a^2 + 10\bigr) \;-\;1\bigl(-3a - 10\bigr) \;+\;2\bigl(-6 + 2a\bigr).
$
Simplify further:
$\Delta
= -\,a^2 \;-\; 10 \;+\; 3a \;+\; 10 \;-\; 12 \;+\; 4a
= -\,a^2 \;+\; 7a \;-\; 12.
$
Factor the expression inside:
$\Delta
= -\,\bigl(a^2 - 7a + 12\bigr)
= -\bigl((a - 3)(a - 4)\bigr).
$
Thus,
$\Delta = -(a-3)(a-4).
Step 3: Analyze consistency, inconsistency, and infinite solutions
Recall the conditions for different types of solutions in a system of linear equations:
If $\Delta \neq 0$, the system has a unique solution.
If $\Delta = 0$ and at least one of the “auxiliary” determinants ($\Delta_1, \Delta_2, \Delta_3$) is nonzero, then the system is inconsistent.
If $\Delta = 0$ and all of the “auxiliary” determinants $\Delta_1, \Delta_2, \Delta_3$ are zero, then the system has infinitely many solutions.
From the factorization $\Delta = -(a-3)(a-4)$, we see that $\Delta = 0$ if and only if $a = 3$ or $a = 4$.
Step 4: Compute an auxiliary determinant (as an example) to check inconsistency
One such determinant (often referred to as $\Delta_1$) replaces the first column of the coefficient matrix with the constant terms:
$\Delta_1 =
\begin{vmatrix}
0 & 1 & 2 \\
1 & -a & 5 \\
7 & -2 & -a
\end{vmatrix}.
$
Expand or simplify:
$\Delta_1
= 0 \cdot \begin{vmatrix}-a & 5 \\ -2 & -a \end{vmatrix}
- 1 \cdot \begin{vmatrix}1 & 5 \\ 7 & -a \end{vmatrix}
+ 2 \cdot \begin{vmatrix}1 & -a \\ 7 & -2 \end{vmatrix}.
$
However, as provided in the reference solution, a direct evaluation yields:
$\Delta_1 = 15a + 31.
Step 5: Check for inconsistency ($\Delta=0$ but $\Delta_1 \neq 0$)
For $a=3$ or $a=4$, we have $\Delta=0$. Evaluate $\Delta_1$:
$\Delta_1(3) = 15(3) + 31 = 45 + 31 = 76 \neq 0,$
$\Delta_1(4) = 15(4) + 31 = 60 + 31 = 91 \neq 0.
Since for $a=3$ or $a=4$, $\Delta_1 \neq 0,$ the system becomes inconsistent in both these cases (because the system's main determinant is zero yet at least one auxiliary determinant is nonzero). Thus there are exactly two such values of $a$ where the system is inconsistent:
$n(S_1) = 2.
Step 6: Check for infinite solutions ($\Delta = 0$ and all auxiliary determinants = 0$)$
For the system to have infinitely many solutions, we need $\Delta=0$ (giving $a=3$ or $a=4$) and also $\Delta_1=\Delta_2=\Delta_3=0.$ However, we already see that for $a=3$ or $a=4$, $\Delta_1 \neq 0.$ Therefore, there is no value of $a$ that makes all auxiliary determinants zero simultaneously.
Hence
$n(S_2) = 0.
Step 7: Conclude the values of $n(S_1)$ and $n(S_2)$
Putting it all together, we get:
$n(S_1) = 2$ because $a=3$ and $a=4$ make the system inconsistent.
$n(S_2) = 0$ because there is no value of $a$ that renders $\Delta=0$ and all auxiliary determinants zero simultaneously.
The correct answer is therefore:
$n(S_1) = 2,\quad n(S_2) = 0.