document.write( "Question 499396: Solve each system by any method, if possible. If a system is inconsistent or if the equations are dependent, state this.\r
\n" );
document.write( "\n" );
document.write( "{m-n/5 + m+n/2=6 and m-n/2 - m+n/4=3 \n" );
document.write( "
Algebra.Com's Answer #337653 by chessace(471)![]() ![]() You can put this solution on YOUR website! Assuming the m & n are in () i.e., 3 terms not 5 in each equation, \n" ); document.write( "we get 7m + 3n = 60 \n" ); document.write( "m - 3n = 12 \n" ); document.write( "8m = 72 \n" ); document.write( "m = 9 \n" ); document.write( "n = -1 \n" ); document.write( " \n" ); document.write( " |