document.write( "Question 853112: (nx+my=a
\n" );
document.write( "(-nx+my=b \r
\n" );
document.write( "\n" );
document.write( "Solve this system of literal equations \n" );
document.write( "
Algebra.Com's Answer #513903 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! nx +my=a \n" ); document.write( "-nx+my=b \n" ); document.write( "----------- Add \n" ); document.write( "2my = a+b \n" ); document.write( "y = (a+b)/2m \n" ); document.write( "======================== \n" ); document.write( "nx +my=a \n" ); document.write( "-nx+my=b \n" ); document.write( "-----------Subtract \n" ); document.write( "2nx = a-b \n" ); document.write( "x = (a-b)/2n \n" ); document.write( " |