document.write( "Question 249471: if the sum of three consecutive even numbers is equal to two times the largest number what is the largest number? \n" ); document.write( "
Algebra.Com's Answer #181683 by stanbon(75887)![]() ![]() ![]() 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? \n" ); document.write( "--------------------- \n" ); document.write( "1st: 2x-2 \n" ); document.write( "2nd: 2x \n" ); document.write( "3rd: 2x+2 \n" ); document.write( "--------- \n" ); document.write( "Equations; \n" ); document.write( "6x = 2(2x+2) \n" ); document.write( "2x = 4 \n" ); document.write( "x = 2 \n" ); document.write( "----------- \n" ); document.write( "largest: 2x+2 = 6 \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |