Math Problem Statement
A manufacturing company receives orders for engines from two assembly plants. Plant I needs at least 45 engines, and plant II needs at least 32 engines. The company can send at most 140 engines to these assembly plants. It costs $35 per engine to ship to plant I and $40 per engine to ship to plant II. Plant I gives the manufacturing company $20 in rebates toward its products for each engine they buy, while plant II gives similar $15 rebates. The manufacturer estimates that they need at least $1500 in rebates to cover products they plan to buy from the two plants. How many engines should be shipped to each plant to minimize shipping costs? What is the minimum cost?
Solution
Ask a new question for Free
By Image
Drop file here or Click Here to upload
Math Problem Analysis
Mathematical Concepts
Linear Programming
Optimization
Formulas
Objective function: C = 35x1 + 40x2
Constraints: x1 >= 45, x2 >= 32, x1 + x2 <= 140, 20x1 + 15x2 >= 1500, x1, x2 >= 0
Theorems
Simplex Method
Graphical Method
Suitable Grade Level
Grades 11-12
Related Recommendation
Linear Programming: Minimizing Shipping Costs for Engine Distribution
Minimizing Shipping Costs in Manufacturing with Engine Rebates
Optimization in Air Conditioner Distribution: Minimizing Shipping Costs
Linear Programming: Minimizing Cost of Crude Oil for Refinery
Optimization Problem: Minimizing Delivery Costs Using Linear Programming