document.write( "Question 1056499: twice a sum of a number and six is the opposite of the number. what is the number?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #671618 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! twice 2*a sum of a number and six \n" ); document.write( " (x + 6)is =the opposite of the number. -x\r\n" ); document.write( "\r\n" ); document.write( "So we have\r\n" ); document.write( "\r\n" ); document.write( "2*(x + 6) = -x\r\n" ); document.write( "\r\n" ); document.write( "2*x + 2*6 = -x\r\n" ); document.write( "\r\n" ); document.write( " 2*x + 12 = -x\r\n" ); document.write( "\r\n" ); document.write( "Subtract 12 from both sides:\r\n" ); document.write( "\r\n" ); document.write( " 2*x = -x - 12\r\n" ); document.write( "\r\n" ); document.write( "Add x to both sides:\r\n" ); document.write( "\r\n" ); document.write( " 3*x = -12\r\n" ); document.write( "\r\n" ); document.write( "Divide both sides by 3\r\n" ); document.write( "\r\n" ); document.write( " x = -4\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |