document.write( "Question 247261: what three even consecutive numbers that equal 48 \n" ); document.write( "
Algebra.Com's Answer #180406 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
Let x be the first number. Then the next two even numbers are (x+2) and (x+4)
\n" ); document.write( "\"x+%2B+%28x%2B2%29+%2B+%28x%2B4%29+=+48\"
\n" ); document.write( "\"3x+%2B+6+=+48\"
\n" ); document.write( "\"3x+=+42\"
\n" ); document.write( "\"x+=+14\"
\n" ); document.write( "The numbers are 14, 16 and 18
\n" ); document.write( "
\n" );