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 #834534 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "x = starting unknown number \n" ); document.write( "x-8 = subtract off 8 \n" ); document.write( "3(x-8) = multiply the result by 3 \n" ); document.write( "3(x-8) = 21 is the equation to set up\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's isolate x. \n" ); document.write( "To do so, we follow PEMDAS in reverse to undo what happens to x. \n" ); document.write( "The last thing that happened was \"multiply by 3\", which means we undo that by dividing both sides by 3 \n" ); document.write( "3(x-8) = 21 \n" ); document.write( "3(x-8)/3 = 21/3 \n" ); document.write( "x-8 = 7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then we add 8 to both sides to undo the \"minus 8\" aka \"subtract 8\". \n" ); document.write( "x-8 = 7 \n" ); document.write( "x-8+8 = 7+8 \n" ); document.write( "x = 15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here are all of the steps in one big block \n" ); document.write( "3(x-8) = 21 \n" ); document.write( "3(x-8)/3 = 21/3 \n" ); document.write( "x-8 = 7 \n" ); document.write( "x-8+8 = 7+8 \n" ); document.write( "x = 15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here is another route we could take through the use of the distributive property \n" ); document.write( "3(x-8) = 21 \n" ); document.write( "3x-24 = 21 \n" ); document.write( "3x-24+24 = 21+24 \n" ); document.write( "3x = 45 \n" ); document.write( "3x/3 = 45/3 \n" ); document.write( "x = 15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Check: \n" ); document.write( "Starting number = 15 \n" ); document.write( "Subtract off 8 to get 15-8 = 7 \n" ); document.write( "Triple the result: 7*3 = 21 \n" ); document.write( "The answer is confirmed.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: 15 \n" ); document.write( " \n" ); document.write( " |