document.write( "Question 1200411: I subtrated 8 from a certain number. I then multiply the result by3. The final ananswer is 21.find the original number \n" ); document.write( "
Algebra.Com's Answer #834537 by greenestamps(13203)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The problem tells you what operations were performed on the starting number, and it tells you what number you ended up with. \n" ); document.write( "One way to find what number you started with is to work backwards: take the number you started with and perform the OPPOSITE operations in the OPPOSITE order. \n" ); document.write( "The operations you performed on the number you started with were (1) subtract 8 and (2) multiply by 3. \n" ); document.write( "To get back to the original number from the number you ended up with, you need to (1) divide by 3 and (2) add 8. \n" ); document.write( "21/3 = 7; 7+8 = 15 \n" ); document.write( "ANSWER: 15 \n" ); document.write( "Note that in solving the problem using the standard algebraic method those are exactly the steps you need to do -- divide by 3 and then add 8: \n" ); document.write( "3(x-8) = 21 [given] \n" ); document.write( "x-8 = 21/3 = 7 [divide by 3] \n" ); document.write( "x = 7+8 = 15 [add 8] \n" ); document.write( " \n" ); document.write( " |