Difficulty: Easy
Correct Answer: 71
Explanation:
Introduction / Context:
This question checks understanding of symmetric sums and the identity relating the square of a sum to the sum of squares and pairwise products. Such identities are very useful in algebra and in many aptitude exams to find expressions like ab + bc + ca without solving individually for a, b, and c.
Given Data / Assumptions:
Concept / Approach:
Use the identity for the square of a sum of three numbers: (a + b + c)^2 = a^2 + b^2 + c^2 + 2(ab + bc + ca). This equation relates the given sum and the sum of squares to the unknown symmetric sum ab + bc + ca. Rearranging the identity makes it easy to solve for ab + bc + ca directly.
Step-by-Step Solution:
Start with the identity (a + b + c)^2 = a^2 + b^2 + c^2 + 2(ab + bc + ca).Substitute the given values: (15)^2 = 83 + 2(ab + bc + ca).Compute 15^2: 225 = 83 + 2(ab + bc + ca).Subtract 83 from both sides: 225 − 83 = 2(ab + bc + ca).This gives 142 = 2(ab + bc + ca), so ab + bc + ca = 142 / 2 = 71.
Verification / Alternative check:
If a, b, and c are roots of some cubic equation, their symmetric sums would appear in the coefficients. The identity used is a standard result and holds for all real a, b, and c. Substituting back, we see that a^2 + b^2 + c^2 + 2(ab + bc + ca) = 83 + 2 * 71 = 83 + 142 = 225, which is exactly (a + b + c)^2 = 15^2. This confirms that the calculated value of 71 is consistent with the given data.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
71
Discussion & Comments