document.write( "Question 437304: the product of two consecutive integers is 5 less than 5 times their sum. Find the intergers \n" ); document.write( "
Algebra.Com's Answer #302567 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
n(n+1)+5=5(n+n+1)
\n" ); document.write( "n2+n+5=10n+5
\n" ); document.write( "n2=9n
\n" ); document.write( "n=9
\n" ); document.write( "n+1=10.
\n" ); document.write( "
\n" );