document.write( "Question 805803: product of two consective integers is 12 find the integer.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #485521 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! product of two consective integers is 12 find the integer. \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) = 12 \n" ); document.write( "x^2+x-12 = 0 \n" ); document.write( "Factor: \n" ); document.write( "(x+4)(x-3) = 0 \n" ); document.write( "x = -4 or x = 3 \n" ); document.write( "----- \n" ); document.write( "If x = -4, x+1 = -3 \n" ); document.write( "--- \n" ); document.write( "If x = 3, x+1 = 4 \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================ \n" ); document.write( " |