document.write( "Question 15222: find 3 consecutive integers whose sum is 60 \n" ); document.write( "
Algebra.Com's Answer #7551 by wgunther(43)\"\" \"About 
You can put this solution on YOUR website!
Let's say n is the first integar, that means n+1 is the second, and n+2 is the third. If we sum them we should get 60\r
\n" ); document.write( "\n" ); document.write( "\"n+%2B+%28n%2B1%29+%2B+%28n%2B2%29+=+60\"
\n" ); document.write( "\"3n%2B3+=+60\"
\n" ); document.write( "\"3n=57\"
\n" ); document.write( "\"n=19\"\r
\n" ); document.write( "\n" ); document.write( "therefore, \"19%2B20%2B21=60\"
\n" ); document.write( "
\n" );