document.write( "Question 739550: Two positive number differ by 3. The reciprocals of the numbers add up to 7. Find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #451195 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! x-y=3, \n" ); document.write( "1/x+1/y=7, \n" ); document.write( "x>0, \n" ); document.write( "y>0 \n" ); document.write( "x = 1/14 (23+sqrt(445)), y = 1/14 (sqrt(445)-19) \n" ); document.write( "x~~3.14964, y~~0.149645 \n" ); document.write( "I suspect you copied something in correctly \n" ); document.write( " |