document.write( "Question 1071818: The sum of 2 numbers is 20, their product is 10. If the sum of their reciprocals is a, find a? \n" ); document.write( "
Algebra.Com's Answer #686774 by stanbon(75887) ![]() You can put this solution on YOUR website! The sum of 2 numbers is 20, their product is 10. If the sum of their reciprocals is a, find a? \n" ); document.write( "---- \n" ); document.write( "x + y = 20 \n" ); document.write( "x*y = 10 \n" ); document.write( "------- \n" ); document.write( "x(20-x) = 10 \n" ); document.write( "x^2 - 20x + 10 = 0 \n" ); document.write( "---- \n" ); document.write( "x = 19.487 \n" ); document.write( "y = 0.513 \n" ); document.write( "==== \n" ); document.write( "a = 1/x + 1/y = 2 \n" ); document.write( "----------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------------- \n" ); document.write( " |