document.write( "Question 260809: find the four consecutive integers whose sum is -38 \n" ); document.write( "
Algebra.Com's Answer #192117 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
n,n+1, n+2, n+3 are the four consecutive integers.
\n" ); document.write( "\"n%2Bn%2B1%2B+n%2B2%2Bn%2B3=-38\"
\n" ); document.write( "\"4n%2B6=-38\"
\n" ); document.write( "\"4n=-44\"
\n" ); document.write( "\"n=-11\"
\n" ); document.write( "-11,-10,-9,-8 are the 4 integers.
\n" ); document.write( "
\n" );