document.write( "Question 220599: find three consecutive even numbers whose sum is 114 thanks\r
\n" );
document.write( "\n" );
document.write( "paula \n" );
document.write( "
Algebra.Com's Answer #165558 by chibisan(131)![]() ![]() You can put this solution on YOUR website! 1st number be x (even number) \n" ); document.write( "2nd be x+2 (even number) \n" ); document.write( "3rd be x+4 (even number)\r \n" ); document.write( "\n" ); document.write( "x+x+4+x+2 = 114 \n" ); document.write( "3x + 6 = 114 \n" ); document.write( "3x = 114-6 \n" ); document.write( "3x =108 \n" ); document.write( "x = 36\r \n" ); document.write( "\n" ); document.write( "three consecutive numbers are : 36,38,40 \n" ); document.write( " |