SOLUTION: How do you go about solving this word problem? Find three consecutive integers such that four times the sum of all three is two times the product of the larger two.

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: How do you go about solving this word problem? Find three consecutive integers such that four times the sum of all three is two times the product of the larger two.      Log On


   



Question 645228: How do you go about solving this word problem? Find three consecutive integers such that four times the sum of all three is two times the product of the larger two.
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Find three consecutive integers such that four times the sum of all three is two times the product of the larger two.
-------
1st: x-1
2nd: x
3rd: x+1
----------------
Equation:
4(3x) = 2(x(x+1))
-----
12x = 2x^2 + 2x
----
6x = x^2 + x
x^2 - 5x = 0
Factor:
x(x-5) = 0
x = 0 or x = 5
------
If x = 0 the integers are: -1,0,1
If x = 5 the integers are: 4,5,6
==================================
Cheers,
Stan H.
=======================