document.write( "Question 1009624: 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 #625092 by macston(5194)![]() ![]() You can put this solution on YOUR website! x=the number \n" ); document.write( ". \n" ); document.write( "3x+5<=2x-4 . Subtract 5 from each side. \n" ); document.write( "3x<=2x-9 . Subtract 2x from each side. \n" ); document.write( "x<=-9 \n" ); document.write( "ANSWER: Numbers less than or equal to -9 satisfy the conditions. \n" ); document.write( " |