document.write( "Question 709090: if the sum of a number and six is tripled, the result is three less than twice the number. find the number \n" ); document.write( "
Algebra.Com's Answer #436378 by lynnlo(4176)\"\" \"About 
You can put this solution on YOUR website!
(x+6)*3=2*x-3
\n" ); document.write( "3x+18=2x-3
\n" ); document.write( "x=-3-18
\n" ); document.write( "x=-21
\n" ); document.write( "
\n" );