document.write( "Question 473946: Find four consecutive integers such that the product of the two larger integers is 22 less than twice the product of the two smaller integers. \n" ); document.write( "
Algebra.Com's Answer #325071 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
2(n)(n+1)-22=(n+2)(n+3)
\n" ); document.write( "2n2+2n-22=n2+5n+6
\n" ); document.write( "n2-3n-28=0
\n" ); document.write( "(n-7)(n+4)=0
\n" ); document.write( "n=-4 or 7
\n" ); document.write( "Throwing out the negative answer, we get the consecutive integers to be 7,8,9,and 10..
\n" ); document.write( "
\n" );