document.write( "Question 186686: solve each system. substitute a for 1/x and b for 1/y. solve for a and b, then find x and y\r
\n" );
document.write( "\n" );
document.write( "1/x+2/y=-1
\n" );
document.write( "2/x-1/y=-7 \n" );
document.write( "
Algebra.Com's Answer #139949 by uday1435(57)![]() ![]() You can put this solution on YOUR website! 1/x+2/y=-1 \n" ); document.write( "2/x-1/y=-7\r \n" ); document.write( "\n" ); document.write( "Substitutig a = 1/x and b =1/y we get\r \n" ); document.write( "\n" ); document.write( "a + 2b = - 1 Eq(1) \n" ); document.write( "2a – b = - 7 Eq(2) . \r \n" ); document.write( "\n" ); document.write( "Multiply Eq(1) by 2 and subtract from Eq.(2) we get\r \n" ); document.write( "\n" ); document.write( "2a – b = - 7 Eq(2) . \n" ); document.write( "2a + 4b = - 2 Multiplied Eq(1) by 2 \r \n" ); document.write( "\n" ); document.write( " - 5b = - 5 subtractig the above eqs \n" ); document.write( " b = (- 5/- 5) = 1 \n" ); document.write( "Pluging in the value of b in Eq(1) we have\r \n" ); document.write( "\n" ); document.write( "a + 2(1) = -1 ; a = - 1 – (2) = - 3; so x =1/a = 1/(-3) = - 1/3 and y = 1/b = 1/1 =1 \n" ); document.write( "Hence the solution is a = - 1/3 and b = 1 \n" ); document.write( " \n" ); document.write( " |