Consider the following linear program:
| Min | 3A | + | 5B | |||
| s.t. | ||||||
| A | + | 2B | ≥ | 6 | ||
| A | + | B | ≥ | 4 | ||
| A, B | ≥ | 0 |
What is the value of the objective function? If required, round
your answer to one decimal place.
Objective function value:
Thanks is advance.
Excel
| Cell no. | B | C | D | E | F | G | |
| 6 | X | Y | Z | Total | Max capacity | ||
| 7 | Decision variable | ||||||
| 8 | Maximize | 3 | 5 | 0 | 0 | ||
| 9 | Subject to | ||||||
| 10 | equation 1 | 1 | 2 | 0 | 0 | >= | 6 |
| 11 | equation 2 | 1 | 1 | 0 | 0 | >= | 4 |
Formulas
| Cell no. | B | C | D | E | F | G | |
| 6 | X | Y | Z | Total | Max capacity | ||
| 7 | Decision variable | ||||||
| 8 | Maximize | 3 | 5 | 0 | =C8*$C$7 + D8*$D$7 | ||
| 9 | Subject to | ||||||
| 10 | equation 1 | 1 | 2 | 0 | =C10*$C$7 + D10*$D$7 | >= | 6 |
| 11 | equation 2 | 1 | 1 | 0 | =C11*$C$7 + D11*$D$7 | >= | 4 |
Excel solver

Answer:
| Cell no. | B | C | D | E | F | G | |
| 6 | X | Y | Z | Total | Max capacity | ||
| 7 | Decision variable | 2.00 | 2.00 | ||||
| 8 | Maximize | 3 | 5 | 0 | 16 | ||
| 9 | Subject to | ||||||
| 10 | equation 1 | 1 | 2 | 0 | 6 | >= | 6 |
| 11 | equation 2 | 1 | 1 | 0 | 4 | >= | 4 |
The minimum value of the objective function is 16
Consider the following linear program: Min 3A + 5B s.t. A + 2B ≥ 6 A...
Consider the following linear program: Min 3A + 48 +28 26 AB 20 2. Select the correct graph that shows the feasible region and the optimal solution for the problem. 0 (1) 10 8 Optimal Solution: A-2, B-2 - Optional Solution And, BM A (iv) Optimal Solution: A-0, B- Optimal Solution: A=2, B-2 b. What is the value of the objective function? If required, round your answer to one decimal place. Objective function value:
For the linear program Max 3 A + 3 B s.t. A + 2B ≤ 8 5A + 3B ≤ 15 A, B ≥ 0 Draw graph that identifies the optimal solution. What is the value of the objective function at the optimal solution?
For the linear program Max 3A+2B s.t. A+B>=4 3A+4B<=24 A>=2 A-B<=0 A, B>=0 a. Write the problem in standard form. b. Solve the problem. c. What are the values of the slack and surplus variables at the optimal solution?
Consider the following linear program: Max. 2A + 10B s.t. 3A ≤ 15 B ≤ 6 4A + 4B = 28 A, B ≥ 0 a.) Plot a graph that shows the feasible region for the problem b.) What are the extreme points of the feasible region
Consider the following linear program: Max 2A + 10B s.t. 3A ≤ 15 B ≤ 6 4A + 4B = 28 A, B ≥ 0 a. draw graph that shows the feasible region for the problem b. What are the extreme points of the feasible region c. Draw graph that shows the optimal solution for the problem
Problem 8-02 (Algorithmic) Consider the problem Min 2x2 18X2XY - 18Y58 X 4Y 8 s.t. a. Find the minimum solution to this problem. If required, round your answers to two decimal places. for an optimal solution value of Optimal solution is X Y b. If the right-hand side of the constraint is increased from 8 to 9, how much do you expect the objective function to change? If required, round your answer to two decimal places c. Resolve the problem...
Consider the linear program min -x-2y s.t. 7x+4yS3 Convert the problem to standard form, then write out the barrier function, with arbitrary positive parameter η Find a solution to the necessary conditions. What happens as n0?
Consider the linear program min -x-2y s.t. 7x+4yS3 Convert the problem to standard form, then write out the barrier function, with arbitrary positive parameter η Find a solution to the necessary conditions. What happens as n0?
Problem 8-02 (Algorithmic) Consider the problem 2x18x + 2XY Y- 18Y +53 Min s.t. X 4Y s 8 a. Find the minimum solution to this problem. If required, round your answers to two decimal places. 1.16 V, Y V, for an optimal solution value of 4.36 Optimal solution is X3.36 b. If the right-hand side of the constraint is increased from 8 9, how much do you expect the objective function to change? If required, round your answer to two...
Consider the following linear program: Max 2X + 3Y s.t. 5X +5Y ≤ 400 -1X+ 1Y ≥ 10 1X + 3Y ≥ 90 X, Y ≥ 0 a. Use the graphical solution procedure to find the optimal solution. b. Conduct a sensitivity analysis to determine the range of optimality for the objective function coefficients X & Y. c. What are the binding constraints? d. If the right-hand-side of the binding constraints are marginally increased, what will be the Dual Value?
Consider the following linear program Max 3xl +2x2 S.t 1x1 + 1x2 〈 10 3x1 1x2 〈 24 1xl t 2x2< 16 And xl, x2> 0. a) Use Excel Solver to find the optimal solution to this problem. State the optimal values of xl, x2, and Z. b) Assume that the objective function coefficient for xl changes from 3 to 5. Does the optimal solution change? c) Assume that the objective function coefficient for x1 remains 3, but the objective...