document.write( "Question 35915: The following is a non-linear system...solve it:\r
\n" );
document.write( "\n" );
document.write( "1/x + 2/y = 3
\n" );
document.write( "2/x + 1/y = 4 \n" );
document.write( "
Algebra.Com's Answer #22365 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! The following is a non-linear system...solve it: \n" ); document.write( "1/x + 2/y = 3 \n" ); document.write( "2/x + 1/y = 4 \n" ); document.write( "YOU CAN EASILY CONVERT IT INTO SIMPLE EQN.BY PUTTING \n" ); document.write( "1/X=A.....AND ....1/Y=B...WE GET \n" ); document.write( "A+2B=3...............I \n" ); document.write( "2A+B=4..................II \n" ); document.write( "EQN.I*2-EQN.I GIVES \n" ); document.write( "2A+4B-2A-B=6-4=2 \n" ); document.write( "3B=2....OR.....B=2/3 \n" ); document.write( "HENCE \n" ); document.write( "A=3-2*2/3=5/3 \n" ); document.write( "HENCE \n" ); document.write( "X=1/A=3/2 \n" ); document.write( "Y=1/B=3/5 \n" ); document.write( " |