document.write( "Question 782317: The product of two consecutive positive integers is 27 more than five times the larger integer. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #806212 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive integers: x, (x+1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x(x+1) = 27 + 5(x+1) \n" ); document.write( "x^2 + x = 5x + 32 \n" ); document.write( "x^2 - 4x - 32 = 0 \n" ); document.write( "(x - 8)(x + 4) = 0 \n" ); document.write( "x = 8, x = -4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x is positive, so the integers are 8 and 9. \n" ); document.write( " |