document.write( "Question 240351: What is 3 consecutive even numbers that have a sum of 36? \n" ); document.write( "
Algebra.Com's Answer #176121 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
Let the three numbers be x , x+ 2 and x+4
\n" ); document.write( "\"x+%2B+%28x%2B2%29+%2B+%28x%2B4%29+=+36\"
\n" ); document.write( "\"3x+%2B+6+=+36\"
\n" ); document.write( "\"3x+=+30\"
\n" ); document.write( "\"x=10\"
\n" ); document.write( "So the numbers are 10, 12 and 14
\n" ); document.write( "
\n" );