SIMPLEX METHOD - Table:

Nutrient Peanuts Raisins M&Ms Pretzels
Calories 855 435 1024 162
Protein 34.57 4.67 9.01 3.87
Fat 72.50 0.67 43.95 1.49
Carbs 31.40 114.74 148.12 33.68

Suppose that you want to make at most 10 cups of trail mix, using all the ingredients. You want each of the ingredients to contribute at least 10% of the total volume of the mix made. You want the entire amount of trail mix to have fewer than 7000 calories and you want to maximize the amount of carbs in the mix.

1. Let x1 be the number of cups of peanuts, x2 cups of raisins, x3 cups of m&ms and x4 cups of pretzels. Let C be the amount of carbs in the mix. Find the objective function.
2. What contraints must be placed on the objective function.

I can solve the rest if you can help out with the constraints. I'm not sure how to write out the 10% of each ingredient to a proper constraint. Thanks!

Math - MathMate, Sunday, June 5, 2011 at 7:07am
You must already have:
x1+x2+x3+x4=10
and
855x1+435x2+1024x3+162x4 < 7000

The total volume is 10 cups, what is 10% of 10 cups?

Can you take it from here?

Math - Jay, Monday, June 6, 2011 at 6:15pm
MathMate,
Sorry.. still confused. I set up the constraints as x1>1, x2>1, x3>1, x4>1 but I'm not getting the answer. Are those contraints correct or is there another way to write it?



Math - Damon, Monday, June 6, 2011 at 6:50pm
Those are the constraints you were given.

You talk about an answer but have not defined objective yet.
remember maximize carbs
carbs = 31.4 x1 + 114.74 x2 etc

Math - Jay, Monday, June 6, 2011 at 7:40pm
I have the objective, I just need the constraints. If you can please list all of the constraints. The constraint that is stumping me is the one where I have to show 10% of the total. Thanks!!!!!


See Bottom, where most recent question was asked

Math - Jay, Monday, June 6, 2011 at 7:48pm
What is the proper constraint for this:
"You want each of the ingredients to contribute at least 10% of the total volume of the mix made."

To write the constraint for ensuring that each ingredient contributes at least 10% of the total volume of the mix, you need to express this in terms of the variables x1, x2, x3, and x4.

Let's assume that the total volume of the mix made is V.

The amount of peanuts in the mix is x1 cups. To ensure that peanuts contribute at least 10% of the total volume, the constraint can be written as:

x1 >= 0.1V

Similarly, for raisins, the constraint can be written as:

x2 >= 0.1V

For M&Ms:

x3 >= 0.1V

And for pretzels:

x4 >= 0.1V

These constraints ensure that each ingredient contributes at least 10% of the total volume to the mix.

The subject is Math ... if you want someone competent in math to help you, that is.

Thanks....