document.write( "Question 390234: find three consecutive even numbers such that the sum of first and last number exceeds the second by 10
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #276658 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Let x, (x+2) and (x+4) represent the three consecutive even numbers
\n" ); document.write( "Question states***
\n" ); document.write( " x + (x+4) = (x+2) + 10
\n" ); document.write( "solving for x
\n" ); document.write( " 2x + 4 = x + 12
\n" ); document.write( " x = 8 The three consecutive even numbers are: 8,10,12\r
\n" ); document.write( "\n" ); document.write( "CHECKING our Answer
\n" ); document.write( " 8+12 = 10 + 10 = 20 \n" ); document.write( "
\n" );