Follow the instructions on the assignments page on how and when to turn these in. Point values of each problem are shown in brackets. For questions 2 and 4, you can print out the figures and indicate your answers right on them. Be sure to also complete the programming part of this assignment, including the program report.
Type A patients can only receive type A or O; type B patients can receive only type B or O; type O patients can receive only type O; and type AB patients can receive any of the four types.Blood type A B O AB Supply 46 34 45 45 Demand 39 38 42 50
Formulate (but do not solve) a linear program to find the most economical menu.Serving Energy Protein Calcium Cost per serving Max servings Food Size (kcal) (g) (mg) (cents) per day --------------------------------------------------------------------------------------- Oatmeal 28g 110 4 2 3 4 Chicken 100g 205 32 12 24 3 Eggs 2 large 160 13 54 13 2 Whole milk 237cc 160 8 285 9 8 Cherry pie 170g 420 4 22 20 2 Pork with beans 260g 260 14 80 19 2
Consider the elimination network constructed to test the elimination of a
particular team x. Let C = (S, T) be any min-cut (i.e., minimum
capacity s-t cut) of this network. Let R be the set of team nodes on
the source side of the cut (i.e., in S). Let n be the number of teams
in R. Let m = w[x] + r[x] be the most games that team
x can win.