Difficulty: Medium
Correct Answer: 71
Explanation:
Introduction / Context:This question combines an average-to-total conversion with constraints on two unknown integers. Setting variables for the two middle integers converts the text into a simple linear equation.
Given Data / Assumptions:
Concept / Approach:Let the remaining two numbers be x and x + 15. Use the total from the average and subtract the known extremes to isolate x.
Step-by-Step Solution:
Total of all four = 4 * 73.5 = 294Known extremes = 108 and 29 → sum = 137Equation: 137 + x + (x + 15) = 2942x + 152 = 294 ⇒ 2x = 142 ⇒ x = 71Verification / Alternative check:Numbers are 29, 71, 86, 108. Average = (29 + 71 + 86 + 108) / 4 = 294 / 4 = 73.5; difference between middle pair = 15, all conditions met.
Why Other Options Are Wrong:
Common Pitfalls:Forgetting to include the +15 when forming the equation for the two unknowns or miscalculating the total from the average.
Final Answer:71
Discussion & Comments