Difficulty: Medium
Correct Answer: 3
Explanation:
Introduction / Context:When three numbers are in AP, they can be written as (a − d), a, (a + d). Their sum and sum of squares yield two equations in a and d. Solving provides the parts and identifies the smallest one.Given Data / Assumptions:
Concept / Approach:Use 3a = 15 ⇒ a = 5. For the squares, expand and simplify to 3a^2 + 2d^2 = 83, then solve for d. Smallest part is a − d.
Step-by-Step Solution:
a = 15 / 3 = 5.Sum of squares: (a − d)^2 + a^2 + (a + d)^2 = a^2 + d^2 − 2ad + a^2 + a^2 + d^2 + 2ad = 3a^2 + 2d^2.3*5^2 + 2d^2 = 83 ⇒ 75 + 2d^2 = 83 ⇒ 2d^2 = 8 ⇒ d^2 = 4 ⇒ d = 2 (magnitude).Parts: 3, 5, 7. Smallest = 3.Verification / Alternative check:Check squares: 3^2 + 5^2 + 7^2 = 9 + 25 + 49 = 83. Perfect match.
Why Other Options Are Wrong:
Common Pitfalls:Dropping the 2 in 2d^2 when summing squares, or overlooking that d can be ±2 (we need the smallest, thus a − d).
Final Answer:
3
Discussion & Comments