SOLUTION: A diet is to contain at least 895 units of carbohydrates, 2290 units of proteins, and 2260 calories. Two foods are available: F1 which costs $0.02 per unit and F2, which costs $0.0

Algebra ->  Customizable Word Problem Solvers  -> Finance -> SOLUTION: A diet is to contain at least 895 units of carbohydrates, 2290 units of proteins, and 2260 calories. Two foods are available: F1 which costs $0.02 per unit and F2, which costs $0.0      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1162054: A diet is to contain at least 895 units of carbohydrates, 2290 units of proteins, and 2260 calories. Two foods are available: F1 which costs $0.02 per unit and F2, which costs $0.04 per unit. A unit of food F1 contains 1 units of carbohydrates, 4 units of proteins and 6 calories. A unit of food F2 contains 9 units of carbohydrates, 6 units of proteins and 4 calories. Find the minimum cost for a diet that consists of a mixture of these two foods and also meets the minimal nutrition requirements.
Answer by greenestamps(13203) About Me  (Show Source):
You can put this solution on YOUR website!


The constraint boundary lines are...

(1) carbs: x%2B9y+=+895
(2) protein: 4x%2B67+=+2290
(3) calories: 6x%2B4y+=+2260

Step 1: Graph the constraint boundary lines to determine the feasibility region, noting that the feasibility region is on or ABOVE all three constraint boundary lines.

(1) y+=+%28-1%2F9%29x%2B895%2F9
(2) y+=+%28-2%2F3%29x%2B1145%2F3
(3) y+=+%28-3%2F2%29x%2B565

Here is a graph of the constraint boundary lines: (1) red; (2) green; (3) blue



Step 2: Virtually every reference you find on solving this kind of problem will tell you that you need to solve pairs of equations to find the coordinates of every corner of the feasibility region and evaluate the objective function at each corner to determine the minimum cost.

That is not true. If you are new to solving problems like this, you should do that for practice.

If you don't need the practice performing that complete second step, you can determine the corner where the objective function will have its minimum value by comparing the slopes of the constraint boundary lines and the objective function.

The objective function is .02x%2B.04y+=+C; its slope is -1/2.

The objective function will have its minimum value at the corner of the feasibility region were a line with slope -1/2 will just touch the feasibility region. That slope -1/2 is between the -1/9 slope of the first constraint line and the -2/3 slope of the second; that means the minimum value of the objective function will be at the intersection of those two constraint lines.

Solving the pair of equations for constraints (1) and (2) gives an intersection point of (508,43); the objective function evaluated at that point is 508($.02)+43(.04) = $11.88.

ANSWER: The minimum cost of a diet that meets all three nutrition requirements is $11.88.

If you perform the complete standard second step, you will find that indeed the cost is greater than $11.88 at every other corner of the feasibility region.