document.write( "Question 306370: eighteen less than three times a number equals a number. Whats the number? \n" ); document.write( "
Algebra.Com's Answer #219265 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Let that number be N.
\n" ); document.write( "\"3N-18=N\"
\n" ); document.write( "\"3N-N-18=N-N\"
\n" ); document.write( "\"2N-18=0\"
\n" ); document.write( "\"2N-18%2B18=0%2B18\"
\n" ); document.write( "\"2N=18\"
\n" ); document.write( "\"2N%2F2=18%2F2\"
\n" ); document.write( "\"N=9\"
\n" ); document.write( "Your number is 9.
\n" ); document.write( "
\n" );