Bunuel
Three consecutive positive integers are raised to the first, second and third powers respectively and then added. The sum so obtained is a perfect square whose square root equals the total of the three original integers. What is the value of the smallest of the three integers ?
A. 1
B. 2
C. 3
D. 4
E. 5
Solution:We can let x = the largest positive integer, and so that the two smaller ones are x - 2 andx - 1, respectively. We can create the equation:
x - 2 + (x - 1)^2 + x^3 = (x - 2 + x - 1 + x)^2
x - 2 + x^2 - 2x + 1 + x^3 = (3x - 3)^2
x^3 + x^2 - x - 1 = 9x^2 - 18x + 9
x^3 - 8x^2 + 17x - 10 = 0
x^3 - 8x^2 + 7x + 10x - 10 = 0
x(x^2 - 8 + 7) + 10(x - 1) = 0
x(x - 1)(x - 7) + 10(x - 1) = 0
(x - 1)(x^2 - 7x + 10) = 0
(x - 1)(x - 2)(x - 5) = 0
x = 1 or x = 2 or x = 5
If the largest integer x = 1, then the smallest integer, which is (x - 2), would not be positive. The same holds if x = 2 because x - 2 would equal 0. Therefore, x must be 5, and hence the smallest of the three integers is 3.
Alternate Solution:For those who have difficulties in factoring a cubic equation, we can solve the problem by verifying the given choices (especially when they are such small numbers).
A. 1
If the smallest integer is 1, we have: 1 + 2^2 + 3^3 = 1 + 4 + 27 = 32. However, since 32 is not a perfect square (as required), A is not the correct answer.
B. 2
If the smallest integer is 2, we have: 2 + 3^2 + 4^3 = 2 + 9 + 64 = 75. However, since 75 is not a perfect square (as required), B is not the correct answer.
C. 3
If the smallest integer is 3, we have: 3 + 4^2 + 5^3 = 3 + 16 + 125 = 144. Since 144 = 12^2 and 12 is the sum of 3, 4, and 5, C is the correct answer.
Answer: C