The Harmony of Intersecting Planes
Imagine you are standing in a three-dimensional space. You have three sheets of glass, each representing a linear equation: x+y+z=4, 2x+5y+5z=17, and x+2y+mz=n.
Usually, these three planes would intersect at a single point, giving us a unique solution for (x,y,z). But today, we are looking for something more elegant.
We want these planes to intersect along an entire line. This is the geometric definition of a system with infinitely many solutions, a state of perfect dependency where the equations are in harmony.
The Toolkit
Cramer's Rule
To find this harmony, we turn to the power of determinants. For a non-homogeneous system AX=B, the condition for a unique solution is $D
eq 0$.
When we seek infinite solutions, we require the system to be consistent yet dependent. This forces the main determinant, D, to vanish: D=0.
However, D=0 is not enough, as it could also imply an inconsistent system (no solution). To guarantee consistency, we must also ensure that the substituted determinants D1,D2, and D3 are zero.
Phase 1
The Hunt for m
We extract the coefficients of our variables x,y, and z to form our matrix:
To find m, we set D=0 and expand along the first row. Expanding gives us:
1(5m−10)−1(2m−5)+1(4−5)=0
Let us simplify this step-by-step. We have 5m−10−2m+5−1=0.
Combining the terms, we get 3m−6=0, which leads us directly to m=2. We have successfully unlocked the first parameter.
Phase 2
The Hunt for n
Now that we know m=2, we must find n. We invoke the condition D3=0.
We replace the third column of our determinant with the constants from the right-hand side of our equations: 4,17, and n.
Expanding this along the first row, we get:
1(5n−34)−1(2n−17)+4(4−5)=0
Again, we simplify with care: 5n−34−2n+17−4=0.
Grouping the n terms gives 3n, and the constants sum to −21. Thus, 3n−21=0, which yields n=7.
The Grand Finale
We have found our values: m=2 and n=7. The problem asks us to verify which equation these values satisfy.
We test the expression m2+n2−mn:
Calculating this, we get 53−14=39.
This matches the required result perfectly. You have navigated the geometry of planes, mastered the determinants, and solved for the parameters.