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+y+z=6
2x+5y+αz=β
x+2y+3z=14
In a typical scenario, these three planes would meet at a single, unique point. However, we are looking for the condition where these planes intersect along an entire line, which corresponds to the case of infinitely many solutions.
The Determinant as a Gatekeeper
To find this, we turn to the elegance of Cramer's Rule. We define the main determinant D as a measure of the independence of these planes. If $D
eq 0$, the planes are independent and intersect at a unique point.
If D=0, the planes are linearly dependent, allowing for the possibility of infinite intersections. We construct our determinant using the coefficients of our variables:
Expanding this along the first row, we calculate:
D=1(5×3−2×α)−1(2×3−1×α)+1(2×2−1×5)
Simplifying this expression, we get:
D=(15−2α)−(6−α)+(4−5)=8−α
For the system to have infinite solutions, we must have D=0, which immediately gives us α=8.
The Search for Beta
Now that we have determined α, we turn our attention to β. For the system to be consistent with infinite solutions, the sub-determinants must also vanish. We construct D1 by replacing the first column of our coefficient matrix with the constants from the right-hand side:
Expanding this determinant, we get:
D1=6(5×3−2×8)−1(3×β−14×8)+1(2×β−14×5)
Breaking this down further:
D1=6(15−16)−(3β−112)+(2β−70)
This simplifies to:
Setting D1=0 leads us directly to β=36.
Final Synthesis
We have navigated the geometry and the algebra to find α=8 and β=36. The question asks for the sum α+β.
Adding these together:
By understanding the geometric requirement of the planes and applying the algebraic rigor of determinants, we have solved the system. The final result is 44.