document.write( "Question 361019: The product of two consecutive integers is 29 more than the sum. What are the integers? \n" ); document.write( "
Algebra.Com's Answer #257549 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let the integers be x,x+1
\n" ); document.write( "x(x+1)= x+x+1+29
\n" ); document.write( "x^2+x=2x+1+29
\n" ); document.write( "x^2-2x+x-30=0
\n" ); document.write( "x^2-x-30=0
\n" ); document.write( "(x-6)(x+5)=0
\n" ); document.write( "x= 6 or -5
\n" ); document.write( "6,7
\n" ); document.write( "-5,-4
\n" ); document.write( "...
\n" ); document.write( "m.ananth@hotmail.ca
\n" ); document.write( "
\n" ); document.write( "
\n" );