tootsiejt714
New member
- Joined
- Sep 19, 2010
- Messages
- 2
Hello there,
I would appreciate your help on the following problem. This is a new topic to me and I am running into difficulty with the following problem and how to phrase the constraints of the problem in a mathematical equation. The whole problem is as follows:
The Cheddar Cheese Company produces two cheese spreads: Regular and Zesty. The cheese spreads are packaged in 12-ounce containers, which are then sold to distributors throughout the country. The Regular spread contains 80% mild cheddar and 20% extra sharp cheddar, and the Zesty spread contains 60% mild cheddar and 40% extra sharp cheddar. This year, a local dairy cooperative offered to provide up to 8100 pounds of mild cheddar cheese and up to 3000 pounds of extra sharp cheddar ( 1 pound = 16 ounces ). Each container of Regular spread is sold for a profit of $1.95 and each container of Zesty spread is sold for a profit of $2.20. Formulate a linear programming model that can be used to determine the number of containers of Regular and Zesty spreads to produce in order to maximize profit.
So far this is what I have been able to come up with:
Xr = # of containers of Regular spread to produce
Xz = # of containers of Zesty spread to produce
Max 1.95Xr + 2.20Xz
s.t. (constraints)
Xr>=0
Xz>=0
.80Xr + .60Xz <=8100 (mild cheddar constraint) ???????
.20Xr + .40Xz <=3000 (extra sharp cheddar constraint) ???????
I know there should be more constraints and I believe there should be some conversions involved with the ounce vs. pound, but I am not sure how to approach it???? Can you please confirm what I have so far is correct or incorrect and please provice your help.
Thanks.
I would appreciate your help on the following problem. This is a new topic to me and I am running into difficulty with the following problem and how to phrase the constraints of the problem in a mathematical equation. The whole problem is as follows:
The Cheddar Cheese Company produces two cheese spreads: Regular and Zesty. The cheese spreads are packaged in 12-ounce containers, which are then sold to distributors throughout the country. The Regular spread contains 80% mild cheddar and 20% extra sharp cheddar, and the Zesty spread contains 60% mild cheddar and 40% extra sharp cheddar. This year, a local dairy cooperative offered to provide up to 8100 pounds of mild cheddar cheese and up to 3000 pounds of extra sharp cheddar ( 1 pound = 16 ounces ). Each container of Regular spread is sold for a profit of $1.95 and each container of Zesty spread is sold for a profit of $2.20. Formulate a linear programming model that can be used to determine the number of containers of Regular and Zesty spreads to produce in order to maximize profit.
So far this is what I have been able to come up with:
Xr = # of containers of Regular spread to produce
Xz = # of containers of Zesty spread to produce
Max 1.95Xr + 2.20Xz
s.t. (constraints)
Xr>=0
Xz>=0
.80Xr + .60Xz <=8100 (mild cheddar constraint) ???????
.20Xr + .40Xz <=3000 (extra sharp cheddar constraint) ???????
I know there should be more constraints and I believe there should be some conversions involved with the ounce vs. pound, but I am not sure how to approach it???? Can you please confirm what I have so far is correct or incorrect and please provice your help.
Thanks.