.
Let X and Y be the amounts (in pounds) of each mixture.
The Revenue function is Z = 8.44*X + 3.17*Y.
The constraints are these inequalities:
0.6X + 0.2Y <= 7600 (1) (peanuts)
0.3X + 0.5Y <= 5800 (2) (almonds)
0.1X + 0.3Y <= 3000 (3) (cashews)
You need to find the maximum of the objective function under these restrictions (1), (2), (3) and X >= 0, Y>= 0.
At this point, the formulation/(the setup) of the linear optimization problem is COMPLETED.
Further, you can apply the Linear programming method and solve the problem using a standard Geometry visualization approach.
On how to do it, you can learn from the lesson
- Solving minimax problems by the Linear Programming method
in this site.