Difficulty: Easy
Correct Answer: a = c
Explanation:
Introduction / Context:
A quadratic px^2 + qx + r = 0 has roots that are reciprocals of each other (both nonzero) if and only if p = r. This follows from the Vieta relations: product of roots = r / p, which must equal 1 for reciprocal roots, hence r = p. We rewrite the given equation in standard form to identify p and r and then apply the criterion.
Given Data / Assumptions:
Concept / Approach:
Express in standard quadratic form px^2 + qx + r = 0. Here p = 1/a, q = 1/b, r = 1/c. For reciprocal roots, require r = p ⇒ 1/c = 1/a ⇒ a = c.
Step-by-Step Solution:
Verification / Alternative check:
If a = c, then product of roots = r/p = (1/c) / (1/a) = a/c = 1, so roots are reciprocals (assuming both nonzero). The condition is both necessary and sufficient.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing the “sum of roots” condition with “reciprocal roots.” Only the product matters here. Ensure the quadratic is in standard form before applying criteria.
Final Answer:
Discussion & Comments