document.write( "Question 1041682: the product of two consecutive integers is 16 less than four times their sum. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #656626 by jorel555(1290)\"\" \"About 
You can put this solution on YOUR website!
Let the two consecutive integers be n and n+1. Then:
\n" ); document.write( "n(n+1)=4(n+n+1)-16
\n" ); document.write( "nē+n=8n-12
\n" ); document.write( "nē-7n+12=0
\n" ); document.write( "(n-4)(n-3)=0
\n" ); document.write( "n=4,3
\n" ); document.write( "The two consecutive integers are 3 and 4. ☺☺☺☺
\n" ); document.write( "
\n" );