document.write( "Question 789857: the sum of the reciprocals of two consecutive even integers is 9/40. what are the integers? \n" ); document.write( "
Algebra.Com's Answer #806167 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive even integers: x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1/x + 1/(x+2) = 9/40 \n" ); document.write( "(2x + 2)/(x(x+2)) = 9/40 \n" ); document.write( "40(2x + 2) = 9(x(x+2)) \n" ); document.write( "80x + 80 = 9x^2 + 18x \n" ); document.write( "0 = 9x^2 - 62x - 80 \n" ); document.write( "0 = (x - 8)(9x + 10) \n" ); document.write( "x = 8, x = -10/9\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x must be an integer, so the integers are 8 and 10. \n" ); document.write( " |