Difficulty: Easy
Correct Answer: -16
Explanation:
Introduction / Context:This problem uses elementary symmetric relationships of quadratic roots: for x^2 − 6x + k = 0, the sum of roots is α + β = 6 and the product is αβ = k. A linear constraint involving the roots (3α + 2β = 20) lets us determine the individual roots and hence the parameter k.
Given Data / Assumptions:
Concept / Approach:Express β from the sum (β = 6 − α), substitute into 3α + 2β = 20, and solve for α. Then get β and compute k = αβ. This is a direct application of Vieta’s formulas combined with a linear relation.
Step-by-Step Solution:
β = 6 − α3α + 2(6 − α) = 20 ⇒ 3α + 12 − 2α = 20 ⇒ α = 8β = 6 − 8 = −2k = αβ = 8 * (−2) = −16Verification / Alternative check:Check the given condition: 3*8 + 2*(−2) = 24 − 4 = 20 (satisfied). Check sum: 8 + (−2) = 6 (matches Vieta). Everything is consistent.
Why Other Options Are Wrong:
Common Pitfalls:Forgetting that α + β is fixed by the coefficient of x. Do not attempt to solve via quadratic formula first; the linear relation makes it faster.
Final Answer:−16
Discussion & Comments