SOLUTION: Find three consecutive even integers such that three times the sum of the smallest and largest integers is the same as the square of the middle number.
Question 948344: Find three consecutive even integers such that three times the sum of the smallest and largest integers is the same as the square of the middle number. Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Find three consecutive even integers such that three times the sum of the smallest and largest integers is the same as the square of the middle number.
----
1st: 2x-2
2nd: 2x
3rd: 2x+2
---------
Equation:
3(4x) = 4x^2
----
3x = x^2
----
x(x-3) = 0
x = 0 or x = 3
-----
If x = 0,
1st = -2
2nd = 0
3rd = 2
-----------------
If x = 3,
1st = 4
2nd = 6
3rd = 8
--------------
Cheers,
Stan H.
-------------