Answered step by step
Verified Expert Solution
Question
1 Approved Answer
A company produces two types of products, Product A and Product B, using two machines, Machine X and Machine Y. Each unit of Product
A company produces two types of products, Product A and Product B, using two machines, Machine X and Machine Y. Each unit of Product A requires 3 hours on Machine X and 2 hours on Machine Y, while each unit of Product B requires 1 hour on Machine X and 4 hours on Machine Y. The company has 120 hours available on Machine X and 100 on Machine Y per week. Additionally, the company must satisfy the following constraints: The company cannot produce more than 50 units of Product A per week. The profit per unit of Product A is $50, and the profit per unit of Product B is $40. The company wishes to determine how many units of each product to produce weekly to maximize total profit. a) Use Python to solve this problem, and make sure your answer is consistent with part b. Also, report the sensitivity analysis parameters such as slack and shadow prices for all constraints. b) What constraints are binding? Interpret the shadow price value of each constraint.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
To solve this linear programming problem in Python well use the PuLP library Well define our decisio...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started