SOLUTION: The product of three positive consecutive integers is 15 times their sum find the three integers
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: The product of three positive consecutive integers is 15 times their sum find the three integers
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 848607
:
The product of three positive consecutive integers is 15 times their sum find the three integers
Answer by
CubeyThePenguin(3113)
(
Show Source
):
You can
put this solution on YOUR website!
(x-1)(x)(x+1) = 15((x-1) + x + (x+1))
x^3 - x = 15(3x)
x^3 - 46x = 0
x(x^2 - 46) = 0
x = 0, sqrt(46), or -sqrt(46)
The integers are -1, 0, and 1.