Linear programming

mitchfel

New member
Joined
Sep 17, 2020
Messages
6
The Bitz-Karan Corporation faces a blending decision in developing a new cat food called Yum-Mix. Two basic ingredients have been combined and tested, and the firm has determined that to each can of Yum-Mix at least 30 units of protein and at least 80 units of riboflavin must be added. These two nutrients are available in two competing brands of animal food supplements. The cost per kilogram of the brand A supplement is $9, and the cost per kilogram of brand B supplement is $15. A kilogram of brand A added to each production batch of YumMix provides a supplement of 1 unit of protein and 1 unit of riboflavin to each can. A kilogram of brand B provides 2 units of protein and 4 units of riboflavin in each can. Bitz-Karan must satisfy these minimum nutrient standards while keeping costs of supplements to a minimum.
(a) Formulate this problem to find the best combination of the two supplements to meet the minimum requirements at the least cost.
(b) Solve for the optimal solution by the simplex method.
 
This is a math help forum and not a homework service site. That is we do not solve problems for students--mainly because that will not help them.
Please read the posting guideline, post back back following those guidelines and you'll receive excellent help.
 
As I have always said, lengthy questions makes me sleepy. I have slept while reading the second line.
 
First of all, I would like to note that I did not ask the question, but I find the problem interesting, so I would like to discuss my solution or rather my approach with you here....

The required info from the text in a nutshell are:
...at least 30 units of protein and at least 80 units of riboflavin must be added, cost per kilogram of the brand A is $9, and the cost per kilogram of brand B is $15, A kilogram of brand A provides 1 unit of protein and 1 unit of riboflavin, brand B provides 2 units of protein and 4 units of riboflavin

Now I introduce the variables [MATH]x[/MATH] (product A) and [MATH]y[/MATH] (product B) and enter the information into a table.

Product AProduct BAmount in mixture
protein1230
riboflavin1480
price915


My objective function now would be the cost minimization, so something like [MATH]z(x,y) = 9x+15y \quad\text{(min)}[/MATH].

Now it is clear from the text that at least as many proportions of protein and riboflavin must be included, so I would further formulate the constraints with:

[MATH]1x+2y \geq 30[/MATH][MATH]1x+4y \geq 80[/MATH]
In addition we accept only positive values for [MATH]x[/MATH] and [MATH]y[/MATH], so:

[MATH]x \geq 0[/MATH][MATH]y \geq 0[/MATH]
I had it all plotted once and saw that the intersection of the products is in the negative range ([MATH]S=(-20|25)[/MATH]), this confuses me (or I don't know how to interpret this). What do you say to the approach, any suggestions?
 
Now that a bit of time has passed, I'm still interested in discussing my calculation with you :)
 
Hello,
I am still interested in discussing my solution that I proposed in #4. Unfortunately, the thread creator has not spoken again, too bad....
 
Top