document.write( "Question 860868: the product of two positive consecutive integers is 56 , find the numbers \n" ); document.write( "
| Algebra.Com's Answer #518664 by stanbon(75887)      You can put this solution on YOUR website! the product of two positive consecutive integers is 56 , find the numbers \n" ); document.write( "------ \n" ); document.write( "1st:: x \n" ); document.write( "2nd: x+1 \n" ); document.write( "-------- \n" ); document.write( "Equation: \n" ); document.write( "x(x+1) = 56 \n" ); document.write( "x^2 + x - 56 = 0 \n" ); document.write( "(x+8)(x-7) = 0 \n" ); document.write( "---- \n" ); document.write( "x = 7 \n" ); document.write( "x+1 = 8 \n" ); document.write( "-------------------- \n" ); document.write( "Ans: 7*8 = 56 \n" ); document.write( "------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |