document.write( "Question 164673: Find four consecutive odd integers whose sum is -80. \n" ); document.write( "
Algebra.Com's Answer #121334 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Let N be the first odd integer.
\n" ); document.write( "The next 3 consecutive integers are N+2, N+4, and N+6.
\n" ); document.write( "\"N%2B%28N%2B2%29%2B%28N%2B4%29%2B%28N%2B6%29=-80\"
\n" ); document.write( "\"4N%2B12=-80\"
\n" ); document.write( "\"4N=-92\"
\n" ); document.write( "\"N=-23\"
\n" ); document.write( "The four integers are then -23,-21,-19,-17.
\n" ); document.write( "
\n" ); document.write( "
\n" );