document.write( "Question 1009619: 5 more than 3 times a number is at most twice the number decreased by 4 .
\n" );
document.write( "Find the numbers that satisfy this condition. \n" );
document.write( "
Algebra.Com's Answer #625227 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Write an equation to find n \n" ); document.write( ": \n" ); document.write( "5 more than 3 times a number is at most twice the number decreased by 4 . \n" ); document.write( "3n + 5 =< 2n - 4 \n" ); document.write( "3n - 2n =< -4 - 5 \n" ); document.write( "n =< -9 \n" ); document.write( " |