SOLUTION: A factory can produce two products, x and y, with a profit approximated by P = 14x + 22y – 900. The production of y can exceed x by no more than 200 units. Moreover, product

Algebra ->  Linear-equations -> SOLUTION: A factory can produce two products, x and y, with a profit approximated by P = 14x + 22y – 900. The production of y can exceed x by no more than 200 units. Moreover, product      Log On


   



Question 665012: A factory can produce two products, x and y, with a profit approximated by P = 14x + 22y – 900. The production of y can exceed x by no more than 200 units. Moreover, production levels are limited by the formula x + 2y ≤ 1600. What production levels yield maximum profit?
A. x = 400; y = 600
B. x = 0; y = 0
C. x = 1,600; y = 0
D. x = 0; y = 200

Answer by KMST(5328) About Me  (Show Source):
You can put this solution on YOUR website!
Obvious constraints are:
x%3E=0 and y%3E=0
(no negative production)
Given constraints are:
y-x%3C=200
(y cannot exceed x by more than 200 ,
the difference has to be 200 or less),
and
x%2B2y%3C=1600.

Because of those constraints,
there is a feasibility region.
You only can work in that region of the x-y plane.
That region is bordered by the lines represented by
x=0 , y=0 , y-x=200 , and x%2B2y=1600.
You can graph the lines.
graph%28300%2C300%2C-200%2C1800%2C-100%2C900%2C200%2Bx%2C800-0.5x%29
y-x=200 graphs as the red slanted line ,
and x%2B2y=1600 graphs as the green line.
Your feasibility region is tue quadrilateral with
parts of the x-axis, the y-axis and the green and red lines for sides.
You can find the intersection points for each pair of lines.
For example, solving system%28y-x=200%2Cx%2B2y=1600%29
gives you the solution x=400 with y=600
for point (400,600), where the red and green slanted lines intersect.

The vertices of your feasibility region are:
(0,0) , (0,200) , (400,600) and (1600,0).
The maximum for P will happen at 1 of those points.
(In some cases it could happen at 2 of vertices and the whole segment connecting them).
All you need to do is calculate P for each of those 4 points.
I will show you the calculation for 2 of them:
For point (400,600), with x=400 and y=600,
P=14%2A400%2B22%2A600-900=17900.
For point (1600,0), P=14%2A1600%2B22%2A0-900=21500.
The other points give you smaller values for p,
so the solution is point (1600,0),
with highlight%28x=1600%29 and highlight%28y=0%29.

THE REASON WHY IT WORKS THAT WAY:
The function to maximize, P=14x%2B22y-200
is a function of x and y,
which could be represented in 3 dimensions,
wit z=14x%2B22y-200 being the third, dependent variable.
As with altitude as a function of 2-dimensional coordinates (latitude and longitude),
we can represent the function P%28x%2Cy%29=14x%2B22y-900 on paper by making a contour map.
The contour lines would be 14x%2B22y-200=K+for+various+values+of+the+constant+%7B%7B%7BK.
Luckily for us, the function is linear in x and y,
so those contour lines will be straight lines, like the blue line below.
graph%28300%2C300%2C-200%2C1800%2C-100%2C900%2C200%2Bx%2C800-0.5x%2C%2810000-14x%29%2F22%29
The blue line is the graph of
14x%2B22y=10000 <---> 14x%2B22y-900=9100
That is the line for P=9100.
As you change the constant, the line changes,
but all the other contour lines are parallel to that blue line.
As increase the value for the constant the lines moves away from the origin, until it moves out of your feasibility region.
You want the values (for x, y and P for the largest possible P,
when you reach the end of the feasibility region.
In general, that will happen at one of the vertices, or at 2 of the vertices and the side that joins them.
In this case it happens at point (1600,0).
The maximum for P will be found at (1600,0)
where P=14%2A1600-22%2A0-900=21500