document.write( "Question 946704: The difference between two numbers is 8 and twice the sum of their reciprocals are equal to 3 times the difference of their reciprocals. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #577552 by amarjeeth123(570)![]() ![]() ![]() You can put this solution on YOUR website! Let one number be x. \n" ); document.write( "Then the other number is (x+8). \n" ); document.write( "Twice the sum of their reciprocals are equal to 3 times the difference of their reciprocals. \n" ); document.write( "2(1/x+1/(x+8))=3(1/x-1/(x+8)) \n" ); document.write( "Simplifying we get \n" ); document.write( "2((x+8)+x)=3((x+8)-x) \n" ); document.write( "2(2x+8)=24 \n" ); document.write( "4(x+4)=24 \n" ); document.write( "x+4=6 \n" ); document.write( "x=2 \n" ); document.write( "The numbers are 2 and 10. \n" ); document.write( " |