document.write( "Question 156715: The sum of three consecutive even numbers is 150. Find the numbers.\r
\n" ); document.write( "\n" ); document.write( "Please help!
\n" ); document.write( "Thanks!
\n" ); document.write( "

Algebra.Com's Answer #115540 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
If I call the 1st number \"n\", then the next number must be
\n" ); document.write( "\"n+%2B+1\", and the 3rd number will be \"n+%2B+2\"
\n" ); document.write( "\"n+%2B+%28n+%2B+1%29+%2B+%28n+%2B+2%29+=+150\"
\n" ); document.write( "\"3n+%2B+3+=+150\"
\n" ); document.write( "\"3n+=+147\"
\n" ); document.write( "\"n+=+49\"
\n" ); document.write( "\"n+%2B+1+=+50\"
\n" ); document.write( "\"n+%2B+2+=+51\"
\n" ); document.write( "The numbers are 49, 50, and 51
\n" ); document.write( "check answer:
\n" ); document.write( "\"n+%2B+%28n+%2B+1%29+%2B+%28n+%2B+2%29+=+150\"
\n" ); document.write( "\"49+%2B+50+%2B+51+=+150\"
\n" ); document.write( "\"150+=+150\"
\n" ); document.write( "OK
\n" ); document.write( "
\n" );