document.write( "Question 1190759: One of the two numbers is greater than the other. if the sum of their reciprocals is 10/20, what are the number? \n" ); document.write( "
| Algebra.Com's Answer #822467 by Alan3354(69443)     You can put this solution on YOUR website! One of the two numbers is greater than the other. if the sum of their reciprocals is 10/20, what are the number? \n" ); document.write( "--------------------------- \n" ); document.write( "1/x + 1/y = 10/20 = 1/2 \n" ); document.write( "(x+y)/xy = 1/2 \n" ); document.write( "2x + 2y = xy \n" ); document.write( "=========== \n" ); document.write( "x = 3: \n" ); document.write( "6 + 2y = 3y \n" ); document.write( "y = 6 \n" ); document.write( "================== \n" ); document.write( "x = 5: \n" ); document.write( "10 + 2y = 10y \n" ); document.write( "y = 10/8 = 5/4 \n" ); document.write( "=========== \n" ); document.write( "No unique solution. \n" ); document.write( " |