document.write( "Question 394422: How do you write, two times the difference of 3 and a number is less than or equal to three plus the difference of five and the number? \n" ); document.write( "
Algebra.Com's Answer #279919 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! How do you write, \n" ); document.write( " two times the difference of 3 and a number is less than or equal to three plus \n" ); document.write( " the difference of five and the number? \n" ); document.write( ": \n" ); document.write( "Just write exactly what it says; \n" ); document.write( "2(3-x) <= 3 + (5 - 3) \n" ); document.write( " |