If a point P(α,β,γ) satisfying(αβγ)2981034888=(000)
lies on the plane 2x+4y+3z=5, then 6α+9β+7γ is equal to :
Your answer stays private
What feels right?
Hint 1 of 4
Expanding the vector-matrix multiplication (αβγ)2981034888=(000), which homogeneous linear system in α,β,γ is obtained?
No score. Commit to your first instinct. We’ll show what your mind noticed and what it missed.
Step-by-step solutionView
Correct answer
By expanding the vector-matrix product into a system of linear equations, we find α=32γ and β=−31γ, which upon substitution into the plane's equation gives γ=3, leading to 6α+9β+7γ=11.
Option analysis
Why each option works or fails
A · −1
Solving the system incorrectly by missing the sign when expressing β in terms of γ (e.g., using β=31γ instead of −31γ), leading to an incorrect parameter value. Subtract the third column equation 8α+8β+8γ=0 from other equations carefully to ensure negative coefficients are preserved.
B · 511
Evaluating the ratio or expression without scaling by the parameter found from the plane's equation, or forgetting to multiply by the plane's constant term 5. Solve for the single free parameter by substituting the ratios directly into the plane equation 2x+4y+3z=5 before evaluating the target expression.
C · 45
Inverting the substitution ratio when determining the parameter γ, resulting in γ=53 instead of 3. Check the coefficient arithmetic in 2(32γ)+4(−31γ)+3γ=5, which simplifies to 35γ=5.
D · 11
None. The solution correctly identifies the line of intersection, finds the unique point on the plane, and computes the required linear combination. Correct. From the matrix product, α+β+γ=0 and 2α+9β+8γ=0 yield (α,β,γ)=(2,−1,3), giving 6(2)+9(−1)+7(3)=12−9+21=11.
Reviewed route
Solution
StepWorking
01given
The point P(α,β,γ) satisfies the matrix equation (αβγ)2981034888=(000) and lies on the plane 2x+4y+3z=5.
02goal
Determine the unique non-trivial coordinates of P(α,β,γ) and evaluate the expression 6α+9β+7γ.
03approach
Multiply the row vector by the 3×3 matrix to obtain a homogeneous system of three linear equations in α,β,γ. Express β and γ in terms of α. Then substitute these parametric coordinates into the plane equation 2x+4y+3z=5 to solve for α. Finally, compute 6α+9β+7γ.
04execute
Multiplying the row vector gives three equations:
1) 2α+9β+8γ=0
2) 10α+3β+4γ=0
3) 8α+8β+8γ=0⟹α+β+γ=0⟹γ=−α−β.
Substitute γ=−α−β into equation (1):
2α+9β+8(−α−β)=0⟹−6α+β=0⟹β=6α.
Then γ=−α−6α=−7α.
Check with equation (2): 10α+3(6α)+4(−7α)=10α+18α−28α=0, consistent.
05execute
Since P(α,6α,−7α) lies on the plane 2x+4y+3z=5:
2(α)+4(6α)+3(−7α)=5(2+24−21)α=5⟹5α=5⟹α=1.
Thus, α=1, β=6, γ=−7.
06execute
Now evaluate 6α+9β+7γ:
6(1)+9(6)+7(−7)=6+54−49=11.
✓verify
Check: 2(1)+4(6)+3(−7)=2+24−21=5, exactly on the plane. Point (1,6,−7) satisfies all three matrix equations: 2(1)+9(6)+8(−7)=2+54−56=0, 10(1)+3(6)+4(−7)=10+18−28=0, and 8+48−56=0. Value is definitively 11.
Hints that build this answer step by step
Expanding the vector-matrix multiplication (αβγ)2981034888=(000), which homogeneous linear system in α,β,γ is obtained?
⎩⎨⎧2α+9β+8γ=010α+3β+4γ=08α+8β+8γ=0
From the third equation, α+β+γ=0, so γ=−(α+β). Substituting this into the first equation 2α+9β+8γ=0, what is the relation between α and β?
α=−2β
Using β=6α and γ=−7α in 10α+3β+4γ=0, the second equation is identically satisfied (10α+18α−28α=0). Alternatively, expressing in terms of γ: α=−71γ is incorrect. Let's solve α+β+γ=0 and 2α+9β+8γ=0 directly: multiplying the first by 8 gives 8α+8β+8γ=0. Subtracting gives 6α−β=0⟹β=6α. But from the stem, does (2,−1,3) satisfy the system? Let's check: (2)(−1)(3) gives 2(2)+9(−1)+8(3)=4−9+24=0. Ah, α,β,γ is a row vector times the matrix: column 1 is 2α+9β+8γ=0, column 2 is 10α+3β+4γ=0, column 3 is 8α+8β+8γ=0. What is the correct non-trivial ratio (α:β:γ)?
α:β:γ=1:6:−7
Substitute (α,β,γ)=(k,6k,−7k) into the plane equation 2x+4y+3z=5 to find k, then compute 6α+9β+7γ. What is the final value?
Why do the columns of the matrix form the coefficients in the equations rather than the rows?
Because (α,β,γ) is a 1×3 row vector on the left of a 3×3 matrix. Matrix multiplication (αβγ)A takes the linear combination of the rows of A, meaning the j-th entry of the product is αA1j+βA2j+γA3j, which corresponds to the columns of A.