document.write( "Question 7216: How do you do problems like this:
\n" ); document.write( "-[a(-7)]
\n" ); document.write( "

Algebra.Com's Answer #3993 by elena21(2)\"\" \"About 
You can put this solution on YOUR website!
what this problem is saying is that it wants the opposite of \"a\" times \"-7\". so, first you do the inside of the brackets,\"a%2A-7\" and get -(-7a)then you finish the problem by multiplying whats insid ethe parentheses by -1 to get your answer, which is 7a. \n" ); document.write( "
\n" );