document.write( "Question 1178699: this time, our immune system is the best defense . With this, a Melegail wishes to mix two types of foods in such a way that vitamin contents of the mixture contain at least 8 units of vitamin A and 10 units of vitamin C. Food A contains 2 units /kg of Vitamin A and 1 unit of /kg of vitamin C. Food B contains 1 unit/kg of vitamin A and 2 units/kg of Vitamin C. It costs 50.00 per kg to purchase food A and 70.00 per kg to purchase Food B. Formulate this problem as a linear programming problem to minimize the cost of such a mixture. \n" ); document.write( "
Algebra.Com's Answer #850309 by CPhill(1959)\"\" \"About 
You can put this solution on YOUR website!
Absolutely! Let's formulate this as a linear programming problem.\r
\n" ); document.write( "\n" ); document.write( "**1. Define the Decision Variables:**\r
\n" ); document.write( "\n" ); document.write( "* Let `x` represent the number of kilograms of Food A.
\n" ); document.write( "* Let `y` represent the number of kilograms of Food B.\r
\n" ); document.write( "\n" ); document.write( "**2. Define the Objective Function:**\r
\n" ); document.write( "\n" ); document.write( "* The objective is to minimize the cost.
\n" ); document.write( "* Cost = 50x + 70y
\n" ); document.write( "* Minimize Z = 50x + 70y\r
\n" ); document.write( "\n" ); document.write( "**3. Define the Constraints:**\r
\n" ); document.write( "\n" ); document.write( "* **Vitamin A Constraint:** The mixture must contain at least 8 units of Vitamin A.
\n" ); document.write( " * 2x + y ≥ 8
\n" ); document.write( "* **Vitamin C Constraint:** The mixture must contain at least 10 units of Vitamin C.
\n" ); document.write( " * x + 2y ≥ 10
\n" ); document.write( "* **Non-negativity Constraints:** The amount of food cannot be negative.
\n" ); document.write( " * x ≥ 0
\n" ); document.write( " * y ≥ 0\r
\n" ); document.write( "\n" ); document.write( "**Complete Linear Programming Problem:**\r
\n" ); document.write( "\n" ); document.write( "**Minimize:** Z = 50x + 70y\r
\n" ); document.write( "\n" ); document.write( "**Subject to:**\r
\n" ); document.write( "\n" ); document.write( "* 2x + y ≥ 8
\n" ); document.write( "* x + 2y ≥ 10
\n" ); document.write( "* x ≥ 0
\n" ); document.write( "* y ≥ 0
\n" ); document.write( "
\n" ); document.write( "
\n" );