Mike D. answered 02/17/21
Effective, patient, empathic, math and science tutor
Well suppose x = oz of chicken and y = oz of grain
x >= 0 (1)
y > = 0 (2)
Protein : 10x + 2y >= 222 (3)
Fat : 5x + 2y >= 152 (4)
Cost = 9x + 1y
So to solve this plot the four lines (1) - (4) on Desmos [ replace the inequality sign with = ]
The feasible region will be the area above line (3) and line (4).
Calculate the cost at the intersection of lines (3) and (4). This will be the minimum cost, and (x,y) at that point tells you the required mix. You should find x=14, y =41.