document.write( "Question 267087: Find four consecutive odd integers if the product of the two smaller integers is 112 less than the product of the two larger integers. How do I set this up? \n" ); document.write( "
Algebra.Com's Answer #196117 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! if n is the 1st integer, then the other three are n+2, n+4, and n+6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "n (n+2) = (n+4) (n+6) - 112\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "n^2 + 2n = n^2 + 10n - 88\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "88 = 8n ___ 11 = n\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "11, 13, 15, 17 \n" ); document.write( " |