The product of three consecutive positive integers is times their sum. What is the sum of their squares?
- A)
- B)
- C)
- D)
- E)
Answer
B
Key insight
Call the middle integer n: the sum is 3n and the product is n(n^2 - 1), so the condition collapses to n^2 - 1 = 24 and n = 5.
Solution
Let the integers be , , with . Their sum is and their product is . The condition reads
Since we may divide by : , so and . The integers are .
Sum of squares: .
The answer is .
Why this works
Symmetric labeling () makes the sum a single term and turns the product into a difference of squares times , so the cubic equation is really a quadratic in disguise. Whenever a problem involves consecutive integers, center the variable on the middle one.
Alternative approach
Guess and check: versus (too small); . Done: .
The trap
Labeling the integers n, n+1, n+2 and expanding a full cubic, or stopping at the integers 4, 5, 6 and answering their sum (15) rather than the sum of squares.
Common mistakes
- Labeling the integers n, n+1, n+2 and expanding a full cubic, or stopping at the integers 4, 5, 6 and answering their sum (15) rather than the sum of squares.
- Dropping the factor and solving , which has no positive integer solution.
Techniques
Set up the equation/formula and compute; no special trick needed · Substitute to simplify (u = x+1/x, shifting, scaling)