document.write( "Question 68526: How do you find out what \"x\" is in this equation: 15-(x-6)=6-(3x+5) \n" ); document.write( "
Algebra.Com's Answer #48745 by rmromero(383)![]() ![]() ![]() You can put this solution on YOUR website! Solution: \n" ); document.write( "15 -1(x-6) = 6 -1(3x+5) \n" ); document.write( " Use Distributive Property \n" ); document.write( "15 - x + 6 = x - 3x - 5 \n" ); document.write( " Combine like terms, Add or subtract variables (x) \n" ); document.write( "21 - x = -2x - 5 \n" ); document.write( " Add x both sides so that the variable will be on one side of the equation \n" ); document.write( "21 - x + x = -2x + x - 5 \n" ); document.write( " Combine like terms, Add or subtract variables (x) \n" ); document.write( "21 = -x - 5 \n" ); document.write( " Add 5 both sides, so that the constant will be on the opposite side of the variable \n" ); document.write( "21 + 5 = -x - 5 + 5 \n" ); document.write( " Add the constant to simplify \n" ); document.write( "26 = -x \n" ); document.write( "26 = -1x \n" ); document.write( " Divide both sides by -1 \n" ); document.write( " \n" ); document.write( "-26 = x \n" ); document.write( " |