Question 1132448: The product of three consecutive integers is 21 more than the cube of the smallest integer. The smallest integer is
A) -3
B) -4
C) -5
D) -6 Found 2 solutions by greenestamps, Alan3354:Answer by greenestamps(13200) (Show Source):
You can put this solution on YOUR website! The product of three consecutive integers is 21 more than the cube of the smallest integer. The smallest integer is
A) -3
B) -4
C) -5
D) -6
----------------
(x-1)*x*(x+1) = (x-1)^3 + 21
x^3 - x = x^3 - 3x^2 + 3x - 1 + 21
-x = -3x^2 + 3x + 20
3x^2 - 4x - 20 = 0
(3x - 10)*(x + 2) = 0
x = -2
--> -3 is the smallest integer