document.write( "Question 784307: find three consecutive even numbers whose sum is 234 \n" ); document.write( "
Algebra.Com's Answer #477051 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! x+x+2+x+4=234 \n" ); document.write( "3x=234-6 \n" ); document.write( "3x=228 \n" ); document.write( "x=228/3 \n" ); document.write( "x=76 \n" ); document.write( "x+2=78 \n" ); document.write( "x+4=80 \n" ); document.write( " |