document.write( "Question 269624: The difference of the reciprocals of two consecutive integers is 1/42. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #197600 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The difference of the reciprocals of two consecutive integers is 1/42. Find the integers. \n" ); document.write( "----------------------------- \n" ); document.write( "1st: x \n" ); document.write( "2nd: x+1 \n" ); document.write( "---- \n" ); document.write( "Equation: \n" ); document.write( "1/x - 1/(x+1) = 1/42 \n" ); document.write( "[(x+1) - x]/[x(x+1)] = 1/42 \n" ); document.write( "--- \n" ); document.write( "1/(x^2+x) = 1/42 \n" ); document.write( "---- \n" ); document.write( "x^2+x = 42 \n" ); document.write( "x^2 + x -42 = 0 \n" ); document.write( "Factor: \n" ); document.write( "(x+7)(x-6) = 0 \n" ); document.write( "x = -7 or x = 6 \n" ); document.write( "--- \n" ); document.write( "If x = -7, x+1 = -6 \n" ); document.write( "------------------------ \n" ); document.write( "If x = 6, x+1 = 7 \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |