Question 249471: if the sum of three consecutive even numbers is equal to two times the largest number what is the largest number? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! if the sum of three consecutive even numbers is equal to two times the largest number what is the largest number?
---------------------
1st: 2x-2
2nd: 2x
3rd: 2x+2
---------
Equations;
6x = 2(2x+2)
2x = 4
x = 2
-----------
largest: 2x+2 = 6
======================
Cheers,
Stan H.