SOLUTION: A company manufactures x units of Product A and y units of Product B, on two machines, I and II. It has been determined that the company will realize a profit of $6/unit of Product

Algebra.Com
Question 1142002: A company manufactures x units of Product A and y units of Product B, on two machines, I and II. It has been determined that the company will realize a profit of $6/unit of Product A and a profit of $7/unit of Product B. To manufacture a unit of Product A requires 6 min on Machine I and 5 min on Machine II. To manufacture a unit of Product B requires 9 min on Machine I and 4 min on Machine II. There are 5 hr of machine time available on Machine I and 3 hr of machine time available on Machine II in each work shift. How many units of each product should be produced in each shift to maximize the company's profit?
(x, y) =




What is the optimal profit? (Round your answer to the nearest whole number.)
$

Answer by Theo(13342)   (Show Source): You can put this solution on YOUR website!
your objective function is 6x + 7y = profit

your constraint functions are:

6x + 9y <= 300
5x + 4y <= 180

x >= 0
y >= 0

all constraints have to be in minutes.

5 hours = 300 minutes
3 hours = 180 minutes

it helps to set up a table like the one below that allows you to visualize what's happening.

make sure that all constraints are dealing with the same units.
constraint units are in minutes for this problem.




                                product A      product B
number of units                     x              y  
profit                              6              7          maximize
machine 1                           6              9          <= 300
machine 2                           5              4          <= 180



your maximum profit will be when 20 units of product A and 20 units of product B are produced.

the maximum profit is 260 dollars.

you can solve this by using a linear optimization program such as can be found at https://www.zweigmedia.com/RealWorld/simplex.html, or by using the solver that comes with excel (it's an add in on the version of excel that i'm using), or by graphing.

i did all three and got the same answer, so it looks to be good, assuming i set the problem up correctly.

the linear optimization simplex solution is shown below.

$$$

the excel solution is shown below:

$$$

the graphical solution is shown below:

$$$

the desmos.com graphing software makes solving these types of problems easy.

using this software, you would graph the opposite of the inequalities.

the area of the graph that is not shaded is the region of feasibility.

the corner points of the region of feasibility are where the value of the objective function are evaluated.

for example, at the coordinate point of (20,20), the objective function of 6x + 7y is evaluated to get 6*20 + 7*20 = 260.

all the constraint functions have to be satisfied as well.

x and y are greater than or equal to 0.

6x + 9y = 6*20 + 9*20 = 300 which is less than or equal to 300.

5x + 4y = 5*20 + 4*20 = 180 which is less than or equal to 180.










RELATED QUESTIONS

A company manufactures x units of Product A and y units of Product B, on two machines, I... (answered by jsmallt9)
A Company manufactures two different products, A and B. Each unit of product A costs $6... (answered by CPhill)
A company manufactures two products, A and B. Ech unit of A requires 3 labor hours and... (answered by greenestamps)
(a) A company has determined that its profit for a product can be described by a linear... (answered by mccravyedwin)
Pls help solve below two questions: Question No. 1 x/3 - y/4 = 2x - y +12 Question (answered by rothauserc)
A Nigeria manufacturing company produces three products,A,B and C.Each product is made... (answered by richwmiller)
1 company menufactures two products, A and B., each unit of A require 3 hours and esch... (answered by math_tutor2020)
A company manufactures two products, A and B, and each of these products must be... (answered by greenestamps,math_tutor2020)
(a) A company has determined that its profit for a product can be described by a linear... (answered by Theo)