Posted by anonymous on Monday, July 18, 2011 at 4:07am.
contraints
2 g + 3 w < 1200
2 g + w < 800
objective
p = 3 g + 2 w
corners (g,w)
(0,0)
if g = 0
w = 400 or 800, use 400 (0,400)
(0,400)
if w = 0
g = 600 or 400, use 400 (400,0)
intersection
2 g + 3 w = 1200
2 g + w = 800
------------------
2 w = 400
w = 200
g = 300 so (300,200)
-------------------------------
look at p
at (0,0) is 0
at (0,400) is 800
at (400,0) is 1200
at (300,200) is 3*300+2*200 = 1300
max profit of 1300 at (300,200)
Related Questions
linear programming - A company is planning to purchase and store two items, ...
Math - Elanor wants to purchase two art posters. One poster costs $4.85 and the ...
Math - I needed to find the absolute and relative differences for these two ...
Algebra - The costs of doing business for a company can be found by adding fixed...
algebra - the costs of doing business for a company can be found by adding fixed...
algebra - The costs of doing business for a company can be found by adding fixed...
Math - Carole earns 2.50 for each gadget she completes, what was her gross pay ...
math - A store marks up items 42.5% to allow for profit. If an item costs a ...
math - A store marks up items 42.5% to allow for profit. If an item costs a ...
Econ - The demand for widgets (QX) is given by the following equation: QX = 425-...
For Further Reading