\n" );
document.write( "Hi \n" );
document.write( "solving (focusing on isolating x on one side of the equation) \n" );
document.write( "1*(7x-3)+ 77+50= 180 |removing parenthesis \n" );
document.write( "7x-3 + 77 + 50= 180 |combining Like Terms \n" );
document.write( " 7x + 124 = 180 |subtracting 124 from both sides of the equation \n" );
document.write( " 7x = 56 |Dividing both sides of the equation by 7 to finish! \n" );
document.write( " x = 8 \n" );
document.write( "