document.write( "Question 1023743: Find three consecutive odd integers such that the sum of seven times the smallest and twice the largest is -127 \n" ); document.write( "
Algebra.Com's Answer #639261 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Let the three integers be \"N-2\",\"N\", and \"N%2B2\".
\n" ); document.write( "\"7%28N-2%29%2B2%28N%2B2%29=-127\"
\n" ); document.write( "\"7N-14%2B2N%2B4=-127\"
\n" ); document.write( "\"9N-10=-127\"
\n" ); document.write( "\"9N=-117\"
\n" ); document.write( "\"N=-13\"
\n" ); document.write( "So the integers are -15,-13, and -11.
\n" ); document.write( "
\n" ); document.write( "
\n" );