Difficulty: Easy
Correct Answer: x^2 − 6x − 16 = 0
Explanation:
Introduction / Context:
Given the sum (S) and product (P) of roots, the monic quadratic is x^2 − Sx + P = 0. This is a direct application of Vieta’s relations and avoids computing the individual roots.
Given Data / Assumptions:
Concept / Approach:
Write x^2 − Sx + P = 0. Substitute S and P as provided, ensuring the signs are placed correctly (note that P is negative here).
Step-by-Step Solution:
Verification / Alternative check:
If roots are r1 and r2, then r1 + r2 = 6 and r1*r2 = −16. Expanding (x − r1)(x − r2) gives x^2 − (r1 + r2)x + r1r2 = x^2 − 6x − 16, as required.
Why Other Options Are Wrong:
Common Pitfalls:
Mixing the sign of P or writing x^2 − Sx − P by mistake. Always align with x^2 − Sx + P.
Final Answer:
Discussion & Comments