document.write( "Question 676583: Eight times the opposite of a number is 36 less than the product of 4 and the number. What's the number? \n" ); document.write( "
Algebra.Com's Answer #420430 by rm29924(97)![]() ![]() You can put this solution on YOUR website! Let x = a number \n" ); document.write( "eight times the opposite of a number is \n" ); document.write( "8(-x) \n" ); document.write( "36 less that the product of 4 and the number is \n" ); document.write( "4x-36\r \n" ); document.write( "\n" ); document.write( "set those equal to each other \n" ); document.write( "8(-x)=4x-36 \n" ); document.write( "-8x=4x-36 \n" ); document.write( "subtract 4x from both sides \n" ); document.write( "-12x=-36 \n" ); document.write( "x=3\r \n" ); document.write( "\n" ); document.write( "answer: the number is 3\r \n" ); document.write( "\n" ); document.write( "plug the answer into the equation to check it \n" ); document.write( " |