document.write( "Question 239559: Ernest works in the shipping department loading shipping crates with boxes. each empty crate weighs 150 lb. how many boxes, each weighing 35 lb, can ernest put in the crate if the total weight is to be no more than 850 lb?\r
\n" );
document.write( "\n" );
document.write( "write an ineuality \n" );
document.write( "
Algebra.Com's Answer #175793 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 150+35x<=850 \n" ); document.write( "35x<=850-150 \n" ); document.write( "35x<=700 \n" ); document.write( "x<=700/35 \n" ); document.write( "x<=20 boxes can be put in the crate. \n" ); document.write( " |