document.write( "Question 310171: The sum of three times a number and 7 more than the number is the same as the difference between -11 and twice the number. What is the number? \n" ); document.write( "
Algebra.Com's Answer #221825 by mananth(16949)\"\" \"About 
You can put this solution on YOUR website!
let the number be x
\n" ); document.write( "three times the number = 3x
\n" ); document.write( "7 more than the number = x+7
\n" ); document.write( "..
\n" ); document.write( "..
\n" ); document.write( "difference between -11 and 2 times the number
\n" ); document.write( "-11-2x\r
\n" ); document.write( "\n" ); document.write( "3x+(x+7)= -11-2x\r
\n" ); document.write( "\n" ); document.write( "4x+7=-11-2x
\n" ); document.write( "6x=-18
\n" ); document.write( "x=-3
\n" ); document.write( "
\n" );