Analyzing the Setup
Imagine you are standing in a vast, three-dimensional space. You have three sheets of paper, each representing a linear equation: x−2y+3z=9, 2x+y+z=b, and x−7y+az=24.
Usually, these planes intersect at a single point, like the corner of a room. However, this system has infinitely many solutions.
Geometrically, this means these three planes are not meeting at a single point; instead, they are all meeting along a single, common line. Think of the pages of an open book meeting at the spine. That spine is our line of infinite solutions.
The Determinant Key
Our first task is to find the value of a. We look at the coefficient matrix of our system:
For the system to have infinitely many solutions, the determinant of this matrix, Δ, must be zero. Let us set it up:
Now, we expand this determinant along the first row:
1(a−(−7))−(−2)(2a−1)+3(−14−1)=0
Simplifying this, we get:
Solving for a, we find a=8. We have successfully unlocked the first mystery!
The Hunt for b
Now that we know a=8, we need to find b. We return to our condition for infinite solutions: the auxiliary determinants must also be zero.
We focus on Δx, where we replace the first column of our coefficient matrix with the constant terms from the right side of our equations: 9, b, and 24.
Let us expand this carefully along the first row:
9(1⋅8−1⋅(−7))−(−2)(b⋅8−1⋅24)+3(b⋅(−7)−1⋅24)=0
This simplifies to:
9(8+7)+2(8b−24)+3(−7b−24)=0
Combining the terms, we have 15−5b=0. Thus, 5b=15, and b=3.
The Final Victory
We have found a=8 and b=3. The problem asks us for the value of a−b.
Substituting our hard-earned values, we get:
It is truly elegant how the abstract condition of infinite solutions guides us through the matrix algebra to a single, concrete number. The final result is 5.