document.write( "Question 953763: The sum of two consecutive integers is 5/6 of their product.find the two numbers
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #805583 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) = 5/6 * (x(x+1)) \n" ); document.write( "2x + 1 = 5x^2/6 + 5x/6 \n" ); document.write( "0 = 5x^2/6 - 7x/6 - 1 \n" ); document.write( "0 = 5x^2 - 7x - 6 \n" ); document.write( "0 = (x - 2)(5x + 3) = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The numbers are integers, so x = 2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 2 and 3. \n" ); document.write( " \n" ); document.write( " |