document.write( "Question 1102560: I am lost with this complicated problem, appreciate it help. thank you.
\n" ); document.write( "Kim Walrath has a nutritional deficency and is told to take at least 2200 mg of iron, 2100 mg of vitamin b-1 and 1800 mg of vitamin b-2. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "One Maxivite pill contains 40 mg of iron, 12 mg of B-1 and 8 mg of B-2 and costs $0.06. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "One Healthovite pill provides 10 mg of iron, 18 mg of B-1 and 18 mg of B-2 and costs $0.08. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "a) What combination of Maxivite and Healthovite pills will meet​ Kim's requirement at lowest​ cost? What is the lowest​ cost?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "b) Does Kim receive more than the minimum amount she needs of any​ vitamin? If​ so, which vitamin is​ it?
\n" ); document.write( "_________________________________________
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #717303 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
set up a table as shown below:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "

\n" ); document.write( " maxivite healthovite total\r
\n" ); document.write( "\n" ); document.write( "iron 40 10 >= 2200
\n" ); document.write( "vitamin b1 12 18 >= 2100
\n" ); document.write( "vitamin b2 8 18 >= 1800\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "let x = the number of maxivite pills.
\n" ); document.write( "let y = the number of healthovite pills.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "each maxivite pill costs .06
\n" ); document.write( "each healthivite pill costs .08\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you want to minimize cost, therefore your objective function is .06x + .08y\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your constraints are:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "40x + 10y >= 2200 (iron constraints)
\n" ); document.write( "12x + 18y >= 2100 (vitamin b1 constraints)
\n" ); document.write( "8x + 18y >= 1800 (vitamin b2 constraints)
\n" ); document.write( "x >= 0
\n" ); document.write( "y >= 0\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "those last 2 constraints are implied because the number of pills can't be negative.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "in this problem, they may be redundant, but in other problems, they can be necessary to ensure the answer is not a negative quantity.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the desmos.com calculator at https://www.desmos.com/calculator makes graphing these inequalities easy.
\n" ); document.write( "you just graph the opposite of the inequalities and find the area of the graph that is NOT shaded.
\n" ); document.write( "that will be your feasible region.
\n" ); document.write( "you evaluate your objective function at the corner points of this feasible region to find the corner point that gives you the lowest cost.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the inequalities that will be graphed are the opposite of the constraint inequalities as shown below.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "40x + 10y <= 2200 (opposite of iron constraints)
\n" ); document.write( "12x + 18y <= 2100 (opposite of vitamin b1 constraints)
\n" ); document.write( "8x + 18y <= 1800 (opposite of vitamin b2 constraints)
\n" ); document.write( "x <= 0
\n" ); document.write( "y <= 0\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "with this calculator, you also don't need to solve for y.
\n" ); document.write( "you can just enter the inequalities as is.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "here's the output from this calculator.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"$$$\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you evaluate your objective function at each of these corner points.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your objective function is .06x + .08y\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "at (0,220), your cost = 17.6
\n" ); document.write( "at (31,96), your cost = 9.54
\n" ); document.write( "at (75,66.67), your cost = 9.83
\n" ); document.write( "at (225,0), your cost = 13.5\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your minimum cost is at (31,96)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you then evaluate your constraint functions at this corner point.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you will get 2200 mg of iron and 2100 mg of vitamin b1 and 1976 mg of vitamin b2.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since you need >= 1800 mg of vitamin b2, you will be getting more than the minimum specified.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you will get exactly the minimum specified for iron and vitamin b1.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "as an example, at (31,96), you will get 8 * 31 = 248 mg of vitamin b1 from your maxivite pills + 18 * 96 mg = 1728 of vitamin b2 from your healthovite pills for a total of 1976 mg of vitamin b2.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the problem does not specify the time period in which these pills need to be taken nor does it specify the order in which these pills need to be taken, therefore no assumption is made concerning that.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this is strictly a what is the lowest cost combination of pills that can be taken that meed the constraints specified.
\n" ); document.write( " \n" ); document.write( "
\n" );