document.write( "Question 353449: Ernest works in the shipping department loading shipping crates with boxes. Each empty crate weighs 150 lb. How many boxes weighing 35 lb. can Ernest put in the crate if the total weight is to be 850 lb? \n" ); document.write( "
Algebra.Com's Answer #252545 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let number of crates be x
\n" ); document.write( "weight of empty crate = 150 pounds
\n" ); document.write( "each box weighs 35 pounds
\n" ); document.write( "total number of boxes = 35x
\n" ); document.write( "add weight of crate = 150
\n" ); document.write( "Total weight should be 850 lb\r
\n" ); document.write( "\n" ); document.write( "35x+150 = 850
\n" ); document.write( "35x=850-150
\n" ); document.write( "35x=700
\n" ); document.write( "x= 20 crates
\n" ); document.write( "m.ananth@hotmail.ca
\n" ); document.write( "
\n" );