document.write( "Question 129869: twice the difference of a number and 3 is equal to three times the sum of the number and 5 \n" ); document.write( "
Algebra.Com's Answer #94837 by bucky(2189)![]() ![]() ![]() You can put this solution on YOUR website! Let x represent the unknown number. \n" ); document.write( ". \n" ); document.write( "The difference of a number and 3 is x - 3 \n" ); document.write( ". \n" ); document.write( "The sum of the number and 5 is x + 5 \n" ); document.write( ". \n" ); document.write( "Twice the difference of a number and 3 is therefore 2(x - 3) \n" ); document.write( ". \n" ); document.write( "Three times the sum of the number and 5 is therefore 3(x + 5) \n" ); document.write( ". \n" ); document.write( "These last two terms are equal. In equation form this is: \n" ); document.write( ". \n" ); document.write( "2(x - 3) = 3(x + 5) \n" ); document.write( ". \n" ); document.write( "Perform the distributed multiplications on both sides. On the left side multiply the 2 times \n" ); document.write( "each of the terms in the set of parentheses. On the right side multiply the 3 times each \n" ); document.write( "of the terms in its set of parentheses. After these two multiplications the equation is: \n" ); document.write( ". \n" ); document.write( "2x - 6 = 3x + 15 \n" ); document.write( ". \n" ); document.write( "Get rid of the 3x on the right side by subtracting 3x from both sides and you have: \n" ); document.write( ". \n" ); document.write( "-x - 6 = 15 \n" ); document.write( ". \n" ); document.write( "Get rid of the -6 on the left side by adding 6 to both sides to get: \n" ); document.write( ". \n" ); document.write( "-x = 21 \n" ); document.write( ". \n" ); document.write( "You are trying to solve for +x. To change the left side of this equation to +x multiply \n" ); document.write( "both sides by -1 and you change the equation to: \n" ); document.write( ". \n" ); document.write( "x = -21 \n" ); document.write( ". \n" ); document.write( "Hope this helps you to understand the problem. \n" ); document.write( ". \n" ); document.write( " |