SOLUTION: find 3 consecutive integers such that the product of all 3, decreased by the cube of the first, is 33
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: find 3 consecutive integers such that the product of all 3, decreased by the cube of the first, is 33
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 390658
:
find 3 consecutive integers such that the product of all 3, decreased by the cube of the first, is 33
Answer by
checkley79(3341)
(
Show Source
):
You can
put this solution on YOUR website!
Let x, x+1, x+2 be the 3 integers.
x(x+1)(x+2)-x^3=33
(x^2+x)(x+2)-x^3=33
x^3+x^2+2x^2+2x-3x^3=33
3x^2+2x=33
3x^2+2x-33=0
(3x+11)(x-3)=0
x-3=0
x=3 ans.
Proof:
3(3+1)(3+2)-3^3=33
3*4*5-27=33
60-27=33
33=33