document.write( "Question 97614: if 2 is subtracted from a number and this difference is tripled, the result is 6 more than the number. find the number. \n" ); document.write( "
Algebra.Com's Answer #71028 by bucky(2189)![]() ![]() ![]() You can put this solution on YOUR website! The words \"a number\" in the problem imply that you are to find an unknown number. Call that \n" ); document.write( "number x. \n" ); document.write( ". \n" ); document.write( "The problem says \"if two is subtracted from a number ... \". Translating this into an expression \n" ); document.write( "is done by subtracting 2 from the unknown number x. In algebraic form this is: \n" ); document.write( ". \n" ); document.write( "x - 2 \n" ); document.write( ". \n" ); document.write( "This is the difference. The problem says to triple this difference. And in algebraic form \n" ); document.write( "this tripling is: \n" ); document.write( ". \n" ); document.write( "3(x - 2) \n" ); document.write( ". \n" ); document.write( "This tripled form is 6 more than the number. So if we take 6 from this tripled form the \n" ); document.write( "result will equal the unknown number. Or in equation form: \n" ); document.write( ". \n" ); document.write( "3(x - 2) - 6 = x \n" ); document.write( ". \n" ); document.write( "Do the distributed multiplication on the left side by multiplying each of the two terms \n" ); document.write( "inside the parentheses by the multiplier 3. When this multiplication is done you have: \n" ); document.write( ". \n" ); document.write( "3x - 6 - 6 = x \n" ); document.write( ". \n" ); document.write( "Combine the two -6 terms on the left side to make the equation become: \n" ); document.write( ". \n" ); document.write( "3x - 12 = x \n" ); document.write( ". \n" ); document.write( "Subtract x from both sides and the equation becomes: \n" ); document.write( ". \n" ); document.write( "2x - 12 = 0 \n" ); document.write( ". \n" ); document.write( "Next get rid of the -12 on the left side by adding 12 to both sides. On the left side the \n" ); document.write( "added 12 cancels the - 12 and the equation then becomes: \n" ); document.write( ". \n" ); document.write( "2x = 12 \n" ); document.write( ". \n" ); document.write( "Finally divide both sides by 2 which is the multiplier of the x to reduct the equation to: \n" ); document.write( ". \n" ); document.write( "x = 12/2 = +6 \n" ); document.write( ". \n" ); document.write( "The answer is that the unknown number is +6. \n" ); document.write( ". \n" ); document.write( "Let's check this answer by substituting it back into the original problem. \n" ); document.write( ". \n" ); document.write( "First, if you subtract 2 from x you get 6 - 2 = 4. \n" ); document.write( ". \n" ); document.write( "Next if you triple that you have 3 times 4 which equals 12. \n" ); document.write( ". \n" ); document.write( "According to the problem this result is to be 6 more than the number. Is 12 actually 6 \n" ); document.write( "more than 6. Yes, it is so the answer checks. \n" ); document.write( ". \n" ); document.write( "Hope this helps you to understand the problem. \n" ); document.write( " |