document.write( "Question 924061: solve 8/x - 5/y = 34, 3/x - 2/y = 13, where x not = 0, and y not = 0 \n" ); document.write( "
Algebra.Com's Answer #560545 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! solve 8/x - 5/y = 34, 3/x - 2/y = 13, where x not = 0, and y not = 0 \n" ); document.write( "---------- \n" ); document.write( "Sub r = 1/x, s = 1/y \n" ); document.write( "---- \n" ); document.write( "8r - 5s = 34 \n" ); document.write( "3r - 2s = 13 \n" ); document.write( "------ \n" ); document.write( "16r - 10s = 68 \n" ); document.write( "15r - 10s = 65 \n" ); document.write( "------------------ Subtract \n" ); document.write( "r = 3 \n" ); document.write( "----- \n" ); document.write( "Find s \n" ); document.write( "Sub to get x and y \n" ); document.write( " \n" ); document.write( " |