Difficulty: Medium
Correct Answer: 20
Explanation:
Problem restatement
Let the numbers be x, y, z. Given x2 + y2 + z2 = 138 and xy + yz + zx = 131. Find S = x + y + z.
Concept/Approach
Use the identity S2 = (x + y + z)2 = x2 + y2 + z2 + 2(xy + yz + zx).
Step-by-step calculation
S2 = 138 + 2×131 = 138 + 262 = 400 S = √400 = 20 (taking the principal value)
Verification/Alternative
Algebraically S could be −20 as well, but unless specified otherwise, the conventional answer reported is 20.
Common pitfalls
Final Answer
20
Discussion & Comments