document.write( "Question 159216: Could you please help me find four consecutive even numbers that add up to sixty,\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " Thank you very much.
\n" ); document.write( "

Algebra.Com's Answer #117350 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
Let \"n\" be the first number. Then \"n%2B2\" is the next even number. The other two even numbers are \"n%2B4\" and \"n%2B6\"\r
\n" ); document.write( "\n" ); document.write( "You are told the four numbers sum to 60.
\n" ); document.write( "So
\n" ); document.write( "\"n+%2B+%28n%2B2%29+%2B+%28n%2B4%29+%2B+%28n%2B6%29+=+60\"
\n" ); document.write( "\"4n+%2B+12+=+60\"
\n" ); document.write( "\"4n+=+48\"
\n" ); document.write( "\"n+=+12\"
\n" ); document.write( "The 4 numbers are 12, 14, 16 and 18
\n" ); document.write( "Check your answer. Do they sum to 60?
\n" ); document.write( "
\n" );