\n" );
document.write( "Hi,
\n" );
document.write( "Goal is to isolate 'm' on one side of the EQ, so we can read m = Our Answer
\n" );
document.write( "-4m + 5 = -15 |Adding 4m and 15 to both sides of the EQ
\n" );
document.write( "-4m + 4m +5 + 15 = -15 +15 + 4m
\n" );
document.write( " 20 = 4m
\n" );
document.write( " 20/4 = m
\n" );
document.write( " 5 = m
\n" );
document.write( "