Problem 14
Question
Minimizing cost A coffee company purchases mixed lots of coffee beans and then grades them into premium, regular, and unusable beans. The company needs at least 280 tons of premium-grade and 200 tons of regular-grade coffee beans. The company can purchase ungraded coffee from two suppliers in any amount desired. Samples from the two suppliers contain the following percentages of premium, regular, and unusable beans: $$\begin{array}{|c|c|c|c|}\hline \text { Supplier } & \text { Premium } & \text { Regular } & \text { Unusable } \\\\\hline \mathrm{A} & 20 \% & 50 \% & 30 \% \\\\\mathrm{B} & 40 \% & 20 \% & 40 \% \\\\\hline\end{array}$$ If supplier A charges $$ 900\( per ton and B charges $$ 1200\) per ton, how much should the company purchase from each supplier to fulfill its needs at minimum cost?
Step-by-Step Solution
VerifiedKey Concepts
Inequality Constraints
- For premium beans: \(0.2x_A + 0.4x_B \geq 280\), which means the total premium beans sourced from both suppliers must be no less than 280 tons.
- For regular beans: \(0.5x_A + 0.2x_B \geq 200\), ensuring that the total regular beans is no less than 200 tons.
Cost Minimization
The cost function, \(C = 900x_A + 1200x_B\), represents the total cost to be minimized, where:
- \(900x_A\) is the cost of beans from Supplier A.
- \(1200x_B\) is the cost from Supplier B.
Feasible Solutions
- \(0.2x_A + 0.4x_B \geq 280\)
- \(0.5x_A + 0.2x_B \geq 200\)
- \(x_A, x_B \geq 0\)
This process reflects a fundamental aspect of linear programming: exploring and calculating within the feasible region to find the best possible solution.