I'm not 100% sure if I set up the following problem right. Once I have the problem set up I know how to solve it. (this is a homework problem)
The problem goes like this:"A company can use plastic, aluminum, or a combination of the two to make one of its products. The company cannot use more than 20 units of plastic and must use at least 20 units of aluminum and the cost for the materials cannot exceed $\$504. If each unit of plastic weighs 5 lbs. and costs $\$6, and each unit of aluminum weighs 30 lbs. and costs $\$12, how many units of each should they use to have the greatest possible weight?"
This is the way I sat up the problem:
Plastic Aluminum Total of units x y of units x < or = 20 y > or = 20 Weigh 5 30 cost 6 12 < or = 504
Maximize: Z=5x+30y
Is this the correct way of setting up the problem? Thank you very much.