Linear Programming Examples Assignment 1
Linear Programming Examples Assignment 1
Section 25
Business 104
Sidd
SID: 861100759
Example #1:
A company that makes calculators also produces graphing calculators and
scientific calculators. When making projections for the long term, indicate a
demand expectation of at least eighty graphing calculators and a hundred
scientific calculators daily. Due to the production capacitys limitations, no
more than 170 graphing calculators and 200 scientific calculators can be
created each day. For a shipping contract to be satisfied, at least a total of
200 calculators need to be delivered daily.
If each of the graphing calculators produces a $5 profit but each scientific
calculator results in a loss of $2, how many of each type need to be made
every day for net profits to be maximized?
My variables will need to stand for the optimal number of calculators, since
this is what the question asks for:
x= produced number of scientific calculators
y= produced number of graphing calculators
I will have 2 constraints since they cant produce calculators in negative
numbers:
x>0
and
y>0
This exercise also gives maximums: y < 170 and x < 200. Also, in these
cases, I cant ignore these other constraints, since I already have that
y > 80 and x > 100. The minimum requirement for shipping also gives me
200, x + y, so in other words x + 200 < y. The optimization equation of 2x
+ 5y = R will be my Revenue Relation. So the system is entirely:
R = 2x + 5y, subject to:
y > x + 200
80 < y < 170
100 < x < 200
You should obtain the maximum value of R = 650 at (x, y) = (100, 170)
when you test the corner points at:
(100, 100)
(120, 80
(200, 80)
(200, 170)
and
(100, 170)
Explanation: The application of linear programming within this
example is to find the amount of each type of calculator in order
for them to maximize profits. They begin by setting a variable for
the 2 types of calculator and then finding their constraints.
Afterwards they have their maximization equation and begin
solving for the points for the constraints to find the most optimal
solution. Then after the optimal solution is found, it is used to find
x 150
and
y 120
x + y 200
We may also want to consider that x 0 and y 0. This means that we cannot make -3
toques.
Our final equation comes from the goal of the problem. We want to maximize the total
profit from the toques and mitts. This can be represented by $2x + $5y = P, where P is
the total profit, since there are no costs in production.
We can see that our feasible region (the green area) has vertices of (0, 120), (150, 0),
(150, 50), and (80, 120). By substituting these values for x and y in our revenue
equation, we can find the optimal solution.
R = 2x + 5y
R = 2(80) + 5(120)
R = $760
After considering all of the options, we can conclude that this is our maximum revenue.
Therefore, the sewing students (and teachers) must make 80 toques and 120 pairs of
mitts each week in order to make the most money. We can check that these solutions
satisfy all of our restrictions:
80 + 120 200. This is true. We know that we will have enough material to make 80
toques and 120 pairs of mitts each week. We can also see that our values
for x and y are less than 150 and 120, respectively.
Explanation: This example is clearly a maximizing revenue problem because
they are using linear programming to find the amount of each items needed in
order to make the most money for their fundraiser. They have x and y for the
variables of each items and then create constraints afterwards to find their
optimal solution. Using the optimal solution they can test if it will give them
the maximum profit by plugging it into their maximization equation 2x + 5y.
Therefore using linear programming allows them to gain the most possible
profits based on the options given to them on how many of each items must
be made weekly.