document.write( "Question 417928: The sum of the reciprocals of two numbers is 5/6 and the difference is 1/6. Find the numbers \n" ); document.write( "
Algebra.Com's Answer #292530 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The sum of the reciprocals of two numbers is 5/6 and the difference is 1/6. Find the numbers \n" ); document.write( "---- \n" ); document.write( "Let the numbers be \"x\" and \"y\" \n" ); document.write( "Equations: \n" ); document.write( "1/x + 1/y = 5/6 \n" ); document.write( "1/x - 1/y = 1/6 \n" ); document.write( "-------------------- \n" ); document.write( "Add to get: \n" ); document.write( "2/x = 1 \n" ); document.write( "x = 2 \n" ); document.write( "--- \n" ); document.write( "Solve for \"y\": \n" ); document.write( "1/x + 1/y = 5/6 \n" ); document.write( "1/2 + 1/y = 5/6 \n" ); document.write( "1/y = 5/6 - 3/6 \n" ); document.write( "1/y = 2/6 \n" ); document.write( "y = 3 \n" ); document.write( "=============== \n" ); document.write( "Cheers \n" ); document.write( " |