Analyzing the Setup
Imagine standing in a 3D room. Each equation in our system, x−2y+z=−4, 2x+αy+3z=5, and 3x−y+βz=3, represents a flat plane slicing through space.
Usually, three planes intersect at a single point—a unique solution. But today, we are dealing with something far more elegant: infinitely many solutions.
This means these three planes are not just meeting at a point; they are meeting along a common line, or perhaps they are even coincident. This is a state of perfect geometric harmony. To find the parameters α and β that allow this harmony to exist, we must turn to the language of matrices and determinants.
The Gatekeeper
Cramer's Rule
In the world of JEE Advanced, Cramer's Rule is your most trusted ally for 3×3 systems. The condition for infinitely many solutions is strict.
It demands that the main determinant, D, which captures the essence of the coefficient matrix, must vanish: D=0. But that is only the first step.
If D=0, the system is either inconsistent or has infinite solutions. To ensure the latter, we must also ensure that the sub-determinants D1,D2, and D3—where we replace the columns of x,y, and z with the constant vector—are also zero. This is the gatekeeper condition.
The Strategic Strike
Solving for β
Now, we must be tactical. We have two unknowns, α and β. If we jump straight into the main determinant D, we will be stuck with an equation involving both variables, which is a headache we do not need.
Instead, look at D2. By replacing the y-coefficients with the constants, we isolate β. Let us set up the determinant:
Expanding this along the first row is straightforward. We calculate 1(5β−9)+4(2β−9)+1(6−15)=0.
Simplifying this, we get 5β−9+8β−36−9=0, which collapses beautifully into 13β−54=0. Thus, we have our first victory: β=1354.
The Main Event
Finding α
With β in our pocket, the main determinant D is no longer a mystery. Let us write it out:
Expanding this, we get 1(αβ+3)+2(2β−9)+1(−2−3α)=0. This simplifies to αβ+3+4β−18−2−3α=0, or more cleanly, αβ−3α+4β−17=0.
Now, we substitute our known value of β=1354 into this equation. It might look like a fraction-heavy nightmare, but stay calm. We have α(1354)−3α+4(1354)−17=0.
Grouping the α terms, we get α(1354−39)+13216−221=0. This simplifies to 1315α−135=0, which leads us directly to 15α=5, or α=31.
The Grand Finale
We have conquered the variables. We found α=31 and β=1354. The final step is simply to calculate the value requested: 12α+13β.
Substituting our values:
12(31)+13(1354)=4+54=58
Look at that! The fractions vanish, the complexity dissolves, and we are left with a clean, integer answer. This is the beauty of mathematics.
No matter how intimidating the parameters look at the start, if you follow the logical path, the universe of the problem eventually aligns. You have successfully navigated the system, and that is the mark of a true problem solver. The final answer is 58.