|


Typical Algebraic Linear Programming ProblemDate: 08/07/2004 at 10:21:21 From: Louise Subject: Linear Programming A manufacturing plant has a contract to supply 72 machines per week. For this, they employ x artisans and y apprentices, but can not accomodate more than 16 employees. The ratio of apprentices:artisans may not be more than 9:2, or smaller than 1:2. An artisan can manufacture 9 machines per week, and an apprentice can produce 6 machines per week. 1. Represent the information as inequalities 2. Represent the inequalities graphically, and indicate the feasible region 3. An artisan earns $600 per week and an apprentice $300. Use the graph to determine how the manager of the plant has to employ to ensure minimum expenses. 4. What are the minimum expenses per week? I know that I need to write equations for all the conditions and graph them to find the feasible region, then check the corner points, but I'm struggling. Can you help?
Date: 08/09/2004 at 12:11:51
From: Doctor Mike
Subject: Re: Linear Programming
Hi Louise,
This technique involves finding straight lines which form the
boundaries of a region of the plane containing all possible solutions.
A point (x,y) inside or on the boundary will give a solution which
satisfies all the requirements. The BEST solution will happen where
two of those boundary lines intersect. Which two? You have to check
ALL of them.
The thing you want to check at each of these intersections is the
total expenses, that is, the total amount to pay out to all the
employees. Since there are x artisans each making $600 per week and y
apprentices each making $300 per week, the expenses for a week are
given by
600x + 300y
Now we need to find all the possible points (x,y) to try in that
expression and see which one gives the smallest result for expenses.
The first step is to find the straight line equations that represent
the constraints given in the problem. These equations may start out
as inequalities. For example, you are told that there can not be more
than 16 employees. That becomes the inequality
x + y <= 16 (I use "<=" for "less than or equal to")
Every ordered pair (x,y) which satisfies this INEQUALITY satisfies the
requirement about the number of employees. The pair (2,7) is in that
region, and the sum 2 + 7 is 9, which certainly is less than 16.
Every ordered pair (x,y) which satisfies the EQUATION x + y = 16 is
ON the boundary, or edge, of the region. The pair (2,14) is on that
boundary line since 2 + 14 = 16.
Let's look at the other requirements or constraints in the problem.
Since each artisan makes 9 machines per week and each apprentice makes
6, the total number of machines produced in a week is 9x + 6y. The
total number of machines must be at least 72, though they can make
more than that and put the extras in inventory. So this constraint is
9x + 6y >= 72
Putting that in slope/intercept form, we get
y >= -1.5x + 12
Now for what may be the hard part: the ratios. That's a fancy way of
talking about fractions. Since the ratio of apprentices to artisans
has to be less than 9:2, we can write
y/x <= 9/2
Similarly, the ratio has to be greater than 1:2, so
y/x >= 1/2
You should review what you've learned about working with inequalities
to see that these mean the same as the inequalites
2y <= 9x and 2y >= x
Finally, remember that x and y stand for the number of employees of a
certain type, so these numbers cannot be less than zero and must be
integers since you can't have negative or partial employees.
We now have 4 constraints on the feasible region. Let's write them
all out in original form and in slope/intercept form:
x + y <= 16 y <= -x + 16
9x + 6y >= 72 y >= -1.5x + 12
2y <= 9x y <= 4.5x
2y >= x y >= 0.5x
So there you have the 4 boundary lines. Get out a piece of graph
paper and draw a sketch to show those boundary lines. I've made one
you can look at here:
|
Search the Dr. Math Library: |
[Privacy Policy] [Terms of Use]


Ask Dr. MathTM
© 1994-2013 The Math Forum
http://mathforum.org/dr.math/