Analyzing the Setup
Imagine you are standing in a three-dimensional space, looking at three planes defined by the equations:
x+5y−z=1
4x+3y−3z=7
24x+y+λz=μ
Usually, three planes intersect at a single point. However, this system possesses infinitely many solutions, meaning the planes intersect along a common line. To capture this, we must ensure the system is singular by setting the main determinant Δ to zero.
Expanding along the first row, we obtain:
1(3λ+3)−5(4λ+72)−1(4−72)=0
This simplifies to −17λ−289=0, which yields the value λ=−17.
The Consistency Check
Finding λ is only the first step. A system can have Δ=0 and still be inconsistent if the planes are parallel and non-coincident. To guarantee the planes intersect, we must ensure the auxiliary determinant Δ1 is also zero.
We replace the first column with the constants 1,7,μ:
Expanding this determinant, we find μ=45. The system is now perfectly consistent.
The Power of Parameterization
We now have a system with one degree of freedom. To find integer solutions, we express x and y in terms of z using the first two equations:
x+5y=z+1
4x+3y=3z+7
By multiplying the first equation by
4 and subtracting the second, we eliminate
x:
17y=z−3⇒y=17z−3
For y to be an integer, z−3 must be a multiple of 17. Let z−3=17k, where k is an integer. This yields:
z=17k+3
y=k
Substituting these into the first equation, we find x=12k+4. We have successfully parameterized the entire solution set using the integer k.
The Final Constraint
The problem requires solutions satisfying the condition
7≤x+y+z≤77. We calculate the sum
S=x+y+z in terms of
k:
S=(12k+4)+(k)+(17k+3)=30k+7
Applying the constraint:
7≤30k+7≤77
Subtracting 7 from all sides, we get 0≤30k≤70, which simplifies to 0≤k≤2.33. Since k must be an integer, the possible values are k∈{0,1,2}.
Each value of k corresponds to a unique integer triplet (x,y,z). Thus, there are exactly 3 solutions.