document.write( "Question 331950: Find the three consecutive even numbers such that sum of the first and the last numbers exceeds the second number by 10\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #237927 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Find the three consecutive even numbers such that sum of the first and the last numbers exceeds the second number by 10 \n" ); document.write( ".. \n" ); document.write( "let the numbers be x,x+2,x+4 \n" ); document.write( ".. \n" ); document.write( "x+x+4 = x+2+10 \n" ); document.write( "2x+4 = x+12 \n" ); document.write( "2x-x 12-4 \n" ); document.write( "x=8 \n" ); document.write( ".. \n" ); document.write( "the numbers are 8,10,12 \n" ); document.write( "CHECK \n" ); document.write( "8+12= 10+10 \n" ); document.write( " |