document.write( "Question 1013691: Define a variable, write an inequality, and solve each problem. \r
\n" );
document.write( "\n" );
document.write( "One forth of a number is no less than -3.
\n" );
document.write( "Three times a number subtracted from 14 is less than two.
\n" );
document.write( "Five less than twice a number is between 13 and 21. \n" );
document.write( "
Algebra.Com's Answer #629977 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! (x/4) is >= -3 (not less than is the same as greater than or equal to.) \n" ); document.write( "14-3x<2 \n" ); document.write( "13<2x-5<21 \n" ); document.write( "18<2x<26 \n" ); document.write( "9 is less than x which is less than 13. \n" ); document.write( " |