document.write( "Question 695180: 3x+7=x-4 \n" ); document.write( "
| Algebra.Com's Answer #428358 by Simnepi(216)     You can put this solution on YOUR website! Subtract x from both sides of the equation\r \n" ); document.write( "\n" ); document.write( "3x+7 (- x) = x-4 (- x) (this eliminates the x from the right hand side of the equal sign) \n" ); document.write( "so now you have \n" ); document.write( "2x+7 = -4 \n" ); document.write( "now subtract 7 from both sides of the equation \n" ); document.write( "2x+7 (- 7) = -4 (- 7) (this eliminates the plus 7 on the left hand side) \n" ); document.write( "so now you have \n" ); document.write( "2x = -11 \n" ); document.write( "dividing by 2 on both sides \n" ); document.write( "2x/2 = -11/2 this gets rid of the number in front of the x (the coefficient of x) just leaving x on one side and a number on the other \n" ); document.write( "x = -5.5 \n" ); document.write( " \n" ); document.write( " |