Problem 14
Question
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 \text { A } & 20 \% & 50 \% & 30 \% \\ \text { 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
Systems of Inequalities
For instance, the company has specific needs for premium and regular coffee. Supplier A provides 20\% premium and 50\% regular beans, while Supplier B offers 40\% premium and 20\% regular beans.
With these percentages, the company forms inequalities to represent their needs:\( 0.2x + 0.4y \geq 280 \) for premium beans and \( 0.5x + 0.2y \geq 200 \) for regular beans. Here, \( x \) and \( y \) are the variable amounts of coffee purchased from Suppliers A and B, respectively. These inequalities form a system that defines the company's required coffee composition.
By graphing these inequalities on a coordinate plane, the feasible solutions are represented by the region where the conditions of both inequalities are met. This overlapping area is essential when optimizing choices within set constraints.
Cost Function Optimization
For our coffee company problem, the cost function is expressed as \( 900x + 1200y \). This reflects the cost incurred based on buying \( x \) tons of coffee from Supplier A at \\(900 per ton, and \( y \) tons from Supplier B at \\)1200 per ton.
Optimization involves finding the values of \( x \) and \( y \) that minimize this cost function while still falling within the acceptable limits set by the system of inequalities. In practice, this often means evaluating the cost function at the boundary points or corners of the feasible region.
Essentially, the solver is looking for the optimal combination of purchases that ensure minimum expenditure without violating any of the problem's constraints.
Feasible Region
In the coffee company scenario, the feasible region is determined by the intersection of the areas satisfying both \( 0.2x + 0.4y \geq 280 \) and \( 0.5x + 0.2y \geq 200 \).
Finding the feasible region algebraically involves solving the inequalities for \( y \) in terms of \( x \), and then graphing these lines to see where they intersect and overlap. Graphical representation helps identify where these inequalities are simultaneously true.
A critical element in linear programming is to analyze the vertices or corner points of the feasible region, as these points often contain the optimal solution. By inspecting these points, one can find the particular combination of supplier purchases that achieves the program's goal of minimizing costs while meeting quality requirements.