The objective function that must be minimized is:
z = 40x + 50y
subject to the constraints:
0x + 4y ≥ 4 (protein constraint)
3x + 2y ≥ 11 (carbohydrate constraint)
2x + 4y ≤ 16 (fat constraint)
We want to find the number of ounces of fruit (x) and nuts (y) that will meet the requirement with the least number of calories.
Solving the system of inequalities, we get:
x = 2 ounces
y = 2 ounces
Therefore, the dietician should use 2 ounces of fruit and 2 ounces of nuts. These amounts will have a total of 180 calories (402 + 502).