document.write( "Question 350724: the product of twon consecutive positive integers is 1 more than their sum. find the integers \n" ); document.write( "
Algebra.Com's Answer #250715 by mananth(16949) You can put this solution on YOUR website! x(x+1)=x+x+1+1 \n" ); document.write( "x^2+x=2x+2 \n" ); document.write( "x^2-x-2=0 \n" ); document.write( "x^2-2x+x-2=0 \n" ); document.write( "x(x-2)+1(x-2)=0 \n" ); document.write( "(x+1)(x-2)=0 \n" ); document.write( "x=-1 OR x=2 \n" ); document.write( ".. \n" ); document.write( "The numbers are -1,0 & 2,3 \n" ); document.write( " |