document.write( "Question 6209: solve 7m-n=8 for n
\n" );
document.write( "This is what i did...\r
\n" );
document.write( "\n" );
document.write( "7m-n=8
\n" );
document.write( "m-n=1
\n" );
document.write( "-n=1/m
\n" );
document.write( "Is this right? Thanks \n" );
document.write( "
Algebra.Com's Answer #3299 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! To solve for n in this problem means to get the n on one side of the equals sign and everything else on the other side, using the valid rules of algebra.\r \n" ); document.write( "\n" ); document.write( "7m - n = 8 Add n to both sides. \n" ); document.write( "7m = n+8 Subtract 8 from both sides. \n" ); document.write( "7m - 8 = n or n = 7m - 8 \n" ); document.write( " |