\n" );
document.write( "5x + 3 = 7x - 1\r
\n" );
document.write( "\n" );
document.write( "I will show every step, but with practice, you will \"move\" terms from
\n" );
document.write( "one side to the other.\r
\n" );
document.write( "\n" );
document.write( "Subtract 5x from each side:
\n" );
document.write( "5x + 3 - 5x = 7x - 1 - 5x\r
\n" );
document.write( "\n" );
document.write( "Combine like terms (on the left 5x-5x = 0x which we just drop completely, on the right 7x-5x = (7-5)x = 2x):
\n" );
document.write( " 3 = 2x - 1\r
\n" );
document.write( "\n" );
document.write( "Add 1 to each side:
\n" );
document.write( " 3 + 1 = 2x - 1 + 1
\n" );
document.write( "
\n" );
document.write( "Combine:
\n" );
document.write( " 4 = 2x\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Divide both sides by 2:
\n" );
document.write( " 4/2 = 2x/2 (2x/2 = 1x which we write simply as 'x', next line) \r
\n" );
document.write( "\n" );
document.write( "Simplify:
\n" );
document.write( " 2 = x ---> Ans: x = 2\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "----------
\n" );
document.write( "With experience, you would either do the whole thing in your head or you might do one or two steps:
\n" );
document.write( " 5x + 3 = 7x - 1
\n" );
document.write( " 4 = 2x (added 1 to both sides, also subtracted 5x from both sides)
\n" );
document.write( " 2 = x (divided both sides by 2)\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Solving for x/isolating x is based on this simple principle: if there is an equation, then doing the same valid operation to both sides does not affect that equality.
\n" );
document.write( "
\n" );
document.write( "