Mon Thu 2
Mon Thu 2
The objective function is to minimize the cost of the drug, which is given by:
C = 80x + 50y
The constraints are as follows:
The drug requires 6 units of antibiotic 1, which is contributed by 3x units from ingredient
1 and y units from ingredient 2. Therefore, the constraint is:
3x + y >= 6
At least 4 units of antibiotic 2 are required, and each gram of ingredient 1 and ingredient
2 contributes 1 unit each. Therefore, the constraint is:
x + y >= 4
2x + 6y >= 12
The non-negativity constraints are:
x >= 0, y >= 0
To solve this model using graphical analysis, we can plot the constraints on a graph and find the
feasible region. The feasible region is the region that satisfies all the constraints. The optimal
solution is the point in the feasible region that minimizes the objective function.
Here’s a graph of the constraints:
The feasible region is the shaded region in the graph. The vertices of the feasible region are (0,
6), (2, 2), and (4, 0).
To find the optimal solution, we evaluate the objective function at each vertex:
Therefore, the optimal solution is to use 2 grams of ingredient 1 and 2 grams of ingredient 2 to
produce the drug at a minimum cost of $260.
Let x be the number of home driveways to be cleared, and y be the number of business parking
lots to be cleared. Then, the objective function is to maximize profit, which is given by:
Profit = 35x + 120y - (12x + 47y)
The first term represents the revenue from home driveways, the second term represents the
revenue from business parking lots, and the third term represents the variable cost of clearing
snow.
The constraints are as follows:
x + y ≤ 65 (demand constraint)
x ≤ 40 (home driveway constraint)
y ≤ 25 (business parking lot constraint)
x, y ≥ 0 (non-negativity constraint)
To solve this model graphically, we can plot the feasible region determined by the constraints
and then find the corner points of the region. The optimal solution will be the corner point that
maximizes the objective function.
However, since the number of variables is only two, we can also use the corner-point method to
solve the problem. This involves evaluating the objective function at each corner point of the
feasible region and selecting the corner point that maximizes the objective function. The corner
points of the feasible region are:
(0, 0)
(0, 25)
(40, 0)
(15, 50)
Therefore, the optimal solution is to clear 15 home driveways and 50 business parking lots,
which will maximize the profit to $4,050.
The Bluegrass Distillery produces custom-blended whiskey. The company has received an order
for a minimum of 400 gallons of the custom blend. The customer specified that the order must
contain at least 40% rye and not more than 250 gallons of bourbon. The blend should be mixed
in the ratio of two parts rye to one part bourbon. The distillery can produce 500 gallons per
week, regardless of the blend. The production manager wants to complete the order in 1 week.
The blend is sold for $5 per gallon. The distillery company’s cost per gallon is $2 for rye and $1
for bourbon. The company wants to determine the blend mix that will meet customer
requirements and maximize profits.
To formulate a linear programming model for this problem, we can use the following variables:
x >= 160
y <= 250
x + 2y >= 400
x + y <= 500
x >= 0
y >= 0
Now we can solve the linear program. This can be done graphically. First, we must put the
constraints in standard form, y = mx + b. Thus, the constraints become:
x >= 160
y <= 250
y >= -1/2x + 200
y <= -x + 500
x >= 0
y >= 0
We can now solve this model by finding all of the intersection points in the feasible region of the
graph. The intersection points are:
(160, 200)
(240, 120)
(250, 250)
(400, 100)
(500, 0)
The optimal solution is (240, 120), which means that the distillery should produce 240 gallons
of rye whiskey and 120 gallons of bourbon whiskey to meet the customer’s requirements and
maximize profits. The total profit will be $1,320.
Let x be the number of driveways to be cleared and y be the number of parking lots to be cleared.
The objective is to maximize profit, which is given by:
P = 23x + 73y
The constraints are: