SOLUTION: A clothing manufacturer has 100 m of sill and 180 of wool. To make a suite it requires 2m of silk adn 3m of wool, and to make a dress 1m of silk and 2m of wool. If the profit on th

Algebra ->  Coordinate Systems and Linear Equations  -> Linear Equations and Systems Word Problems -> SOLUTION: A clothing manufacturer has 100 m of sill and 180 of wool. To make a suite it requires 2m of silk adn 3m of wool, and to make a dress 1m of silk and 2m of wool. If the profit on th      Log On


   



Question 140853: A clothing manufacturer has 100 m of sill and 180 of wool. To make a suite it requires 2m of silk adn 3m of wool, and to make a dress 1m of silk and 2m of wool. If the profit on the suit is $108 and the profit on the dress is $60, how many suits and dressed should be madeto maximize the profit?

I started something but it's wrong. Please help!
2x+1y=108
x+2y= 60
Profit = 108x+60y


Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
A clothing manufacturer has 100 m of silk and 180 m of wool.
To make a suit it requires 2m of silk and 3m of wool,
to make a dress 1m of silk and 2m of wool.
If the profit on the suit is $108 and the profit on the dress is $60,
how many suits and dresses should be made to maximize the profit?
-------------------------
Let # of suits be "s"; Let # of dresses be "d":
Profit = 108s + 60d
--------------------
Silk: 2s + d <= 100
Wool: 3s +2d <= 180
----------------------
Solve both for d and graph them:
d <= -2s + 100
d <= (-3/2)s + 90
-----------------------
graph%28400%2C300%2C-10%2C100%2C-10%2C200%2C-2x%2B100%2C%28-3%2F2%29x+%2B+90%29
-----------------------
Find the coordinates of the enclosed polygon and test the
coordinates in the Profit equation to determine the maximum.
-----------------------
Coordinates: (20,60), (0,0) , (0,90), (50,0)
-----------------------
Determining maximum Profit:
Profit = 108s + 60d
(20,60): P = 108*20 + 60*60 = 5760
(0,90): P = 90*60 = 5400
(50,0): p = 50*108 = 5400
------------------------------
Maximum profit comes when 20 dresses and 60 suits are produced
================================
Cheers,
Stan H.