document.write( "Question 684166: what does \"three more than three times a number is one less than two times the number\" mean? \n" ); document.write( "
Algebra.Com's Answer #423956 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Take it a few words at a time
\n" ); document.write( "\" three more than\" is \"+%2B3+\"
\n" ); document.write( "\" three times a number\" is \"+3n+\"
\n" ); document.write( "So far you've got \"+3n+%2B+3+\"
\n" ); document.write( "-------------------------
\n" ); document.write( "\"is\" means \" = \"
\n" ); document.write( "\" one less than \" is \"+-1+\"
\n" ); document.write( "\" two times the number is \"++2n+\"
\n" ); document.write( "So, you have \"+2n+-+1+\"
\n" ); document.write( "-------------------------
\n" ); document.write( "Put the two sides of the \" = \" sign together:
\n" ); document.write( "\"+3n+%2B+3+=+2n+-+1+\"
\n" ); document.write( "and you can solve for \"+n+\"
\n" ); document.write( "\"+n+%2B+3+=+-1+\"
\n" ); document.write( "\"+n+=+-4+\"
\n" ); document.write( "
\n" ); document.write( "
\n" );