document.write( "Question 546362: The sum of three consecutive whole numbers is 378. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #355942 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
The the consecutive numbers be \"+n+\", \"+n+%2B+1+\", and \"+n+%2B+2+\"
\n" ); document.write( "given:
\n" ); document.write( "\"+n+%2B+n+%2B+1+%2B+n+%2B+2+=+378+\"
\n" ); document.write( "\"+3n+%2B+3+=+378+\"
\n" ); document.write( "\"+3n+=+375+\"
\n" ); document.write( "\"+n+=+125+\"
\n" ); document.write( "\"+n+%2B+1+=+126+\"
\n" ); document.write( "\"+n+%2B+2+=+127+\"
\n" ); document.write( "The numbers are 125, 126, and 127
\n" ); document.write( "
\n" );