Final answer:
To maximize Standard Oil's profit, an optimization model includes decision variables for the quantities of gasoline and jet fuel, an objective function to maximize profit, and constraints on crude oil supply and processing time.
Step-by-step explanation:
The optimization model to maximize Standard Oil's profit from the production and sale of gasoline and jet fuel involves decision variables for the quantities of normal and high quality products, constraints on crude oil supply and processing time, and an objective function to maximize profit.
Let:
- x1 be the number of barrels of normal gasoline produced
- x2 be the number of barrels of high quality gasoline produced
- x3 be the number of barrels of normal jet fuel produced
- x4 be the number of barrels of high quality jet fuel produced
Objective Function:
Maximize Profit = ($100 * x1) + ($160 * x2) + ($110 * x3) + ($190 * x4) - ($70 * (x1 + x2 + x3 + x4) / 0.7) - ($30 * x2) - ($20 * x4)
Subject to constraints:
- Crude Oil supply: (x1 + x2 + x3 + x4) ≤ 5000 barrels
- Processing Time: (2 * (x1 + x2 + x3 + x4)) + (3 * x2) + (5 * x4) ≤ 3000 hours
- Product Ratios: x1 / 0.3 = x3 / 0.4
- Non-negativity: x1, x2, x3, x4 ≥ 0