document.write( "Question 963712: The product of two consecutive positive integers is 22 more than eight times the larger integer. Find the integers \n" ); document.write( "
Algebra.Com's Answer #588771 by amarjeeth123(569)\"\" \"About 
You can put this solution on YOUR website!
Let the integers be x and x-1.
\n" ); document.write( "x(x-1)=22+8x
\n" ); document.write( "x^2-9x-22=0
\n" ); document.write( "x^2-11x+2x-22=0
\n" ); document.write( "x(x-11)+2(x-11)=0
\n" ); document.write( "(x+2)(x-11)=0
\n" ); document.write( "x=11.
\n" ); document.write( "The integers are 10 and 11 respectively.
\n" ); document.write( "
\n" );