document.write( "Question 344624: If a number is less than 5 minus twice its opposite, what are the possible numbers \n" ); document.write( "
Algebra.Com's Answer #246617 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Let the number be \"N\".
\n" ); document.write( "Its opposite is \"-N\".
\n" ); document.write( "\"N%3C2%28-N%29-5\"
\n" ); document.write( "\"N%3C-2N-5\"
\n" ); document.write( "\"3N%3C-5\"
\n" ); document.write( "\"highlight%28N%3C-5%2F3%29\"
\n" ); document.write( "
\n" );