document.write( "Question 310746: Find four consecutive odd integers if the product of the two smaller integers is 112 less than the product of the two larger integers. \n" ); document.write( "
Algebra.Com's Answer #222233 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
\"N\", \"N%2B2\", \"N%2B4\", \"N%2B6\" are the odd integers.
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "\"N%28N%2B2%29=%28N%2B4%29%28N%2B6%29-112\"
\n" ); document.write( "\"N%5E2%2B2N=N%5E2%2B6N%2B4N%2B24-112\"
\n" ); document.write( "\"2N=10N-88\"
\n" ); document.write( "\"-8N=-88\"
\n" ); document.write( "\"N=11\"
\n" ); document.write( "11,13,15,17 are the integers.
\n" ); document.write( "
\n" );