Mark O. answered 02/11/16
Tutor
5.0
(167)
Learn Physics, Math, and Comp Sci from Professional Scientist
If n is the number of boxes that can go into an elevator, and if each weighs 20 lbs, the weight constraint is
20n <= 1500
or
n <= 75 boxes
This is the maximum number of boxes that can be put into the elevator at a given time.