.
Let x = # of packages weighing 101 lbs or more.
Then the number of packages weighting 51 lbs or less is 1.5x,
and the number of packages weighting between 51 lbs and 101 lbs is (300 - x - 1.5x) = (300-2.5x).
So you have this single equation for x
290*(1.5x) + 520*(300-2.5x) + 800x = 150800.
The setup is done. The rest is just technique.
Solve for x and then find the number of packages in each category.
---------------
The lesson to learn from my solution is THIS:
the problem is to be solved using only one equation for one single unknown -
not two equations for 2 unknowns and not 3 equations for 3 unknowns.
Your major task in solving such problems is to "catch" this fact and then to choose the leading unknown
and to build an equation around it.
/\/\/\/\/\/\/\/\/
To see many other similar solved problems, look into the lessons
- Advanced word problems to solve using a single linear equation
- HOW TO algebreze and solve these problems using one equation in one unknown
in this site.