document.write( "Question 318979: the product of two consecutive positive integers is 26 more than twice their sum. What are the integers? \n" ); document.write( "
Algebra.Com's Answer #228331 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
x(x+1)=2(x+x+1)+26
\n" ); document.write( "x^2+x=4x+2+26
\n" ); document.write( "x^2-3x-28=0
\n" ); document.write( "x^2-7x+4x-28=0
\n" ); document.write( "x(x-7)+4(x-7)=0
\n" ); document.write( "(x-7)(x+4)=0
\n" ); document.write( "x=7
\n" ); document.write( "the numbers are 7, 8
\n" ); document.write( "
\n" ); document.write( "
\n" );