document.write( "Question 613292: Find two consecutive integers whose product is 72? \n" ); document.write( "
Algebra.Com's Answer #385951 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Find two consecutive integers whose product is 72? \n" ); document.write( ". \n" ); document.write( "Let x = first integer \n" ); document.write( "then \n" ); document.write( "x+1 = consecutive integer \n" ); document.write( ". \n" ); document.write( "x(x+1) = 72 \n" ); document.write( "x^2+x = 72 \n" ); document.write( "x^2+x-72 = 0 \n" ); document.write( "(x+9)(x-8) = 0 \n" ); document.write( "x = {-9,8} \n" ); document.write( ". \n" ); document.write( "Answer: 8 and 9 \n" ); document.write( " |