document.write( "Question 739062: if the sum of -4 and the opposite of a number is multiplied by -3, the result is 6 less than the product of the number and 2. What is the number? \n" ); document.write( "
Algebra.Com's Answer #450994 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
x = \"a number\", and then the opposite of x is (-x).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the sum of -4 and the opposite of a number: \"-4%2B%28-x%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "...if that sum is multiplied by -3:
\n" ); document.write( "tricky. The \"is\" does not yet mean \"equals\".
\n" ); document.write( "\"%28-4%2B%28-x%29%29%2A%28-3%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "... the result is 6 less than: \"%28-4%2B%28-x%29%29%2A%28-3%29=-6______________\"?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "... the product of the number and 2: \"highlight%28%28-4%2B%28-x%29%29%2A%28-3%29=-6%2B2x%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Most of the work was developing the equation from the described data. Now just solve for x.
\n" ); document.write( "Final solved result is \"highlight%28x=-18%29\".
\n" ); document.write( "
\n" );