document.write( "Question 951935: Eighteen less than three times a number is twelve more than twice the number. What is the number? \n" ); document.write( "
Algebra.Com's Answer #581374 by amarjeeth123(569)\"\" \"About 
You can put this solution on YOUR website!
Let the number be x.
\n" ); document.write( "Eighteen less than three times a number is twelve more than twice the number.
\n" ); document.write( "3x-18=2x+12
\n" ); document.write( "Solving we get
\n" ); document.write( "3x-2x=18+12
\n" ); document.write( "x=30
\n" ); document.write( "The number is 30.
\n" ); document.write( "
\n" );