SOLUTION: find three consecutive integers whose product is 56 larger than the cube of the smallest integer
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: find three consecutive integers whose product is 56 larger than the cube of the smallest integer
Log On
Word Problems: Problems with consecutive odd even integers
Word
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Problems-with-consecutive-odd-even-integers
Question 896003
:
find three consecutive integers whose product is 56 larger than the cube of the smallest integer
Answer by
CubeyThePenguin(3113)
(
Show Source
):
You can
put this solution on YOUR website!
consecutive integers: (x-1), x, (x+1)
(x-1)(x)(x+1) = 56 + (x-1)^3
x^3 - x = x^3 - 3x^2 + 3x + 55
0 = -3x^2 + 4x + 55
0 = 3x^2 - 4x - 55
0 = (x - 5)(3x + 11)
x = 5 or x = -11/3
x has to be an integer, so the integers are 4, 5, and 6.