document.write( "Question 221007: How would you out this in inequality form
\n" );
document.write( "Five times a number decreased by eight is at the most ten more than twice the number.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #165909 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Five times a number decreased by eight is at the most ten more than twice the number. \n" ); document.write( "5x - 8 =< 2x + 10 \n" ); document.write( ": \n" ); document.write( "5x - 2x =< 10 + 8 \n" ); document.write( ": \n" ); document.write( "3x =< 18 \n" ); document.write( ": \n" ); document.write( "x =< 6 \n" ); document.write( " |