Electronics produces memory units for specialized applications. Unit A provides 2 GB of high-bandwidth memory and 15 GB of low-bandwidth memory. Unit B provides 0.5 GB of high-bandwidth memory and 60 GB of low-bandwidth memory. Unit A costs $12.50 and Unit B costs $7.50.
So, letting "A" be the number of units A and "B" the number of units B, we want to minimize 12.5A+ 7.5B.
A particular application requires at least 35 GB of high-bandwidth memory,
So we must have \(\displaystyle 2A+ 0.5B\ge 35\).
and 648 GB of low-bandwidth memory,
\(\displaystyle 15A+ 60B\ge 648\)
and cannot use more than 28 individual units.
and \(\displaystyle A+ B\le 28\)
How many of each memory unit should Electronics use to meet this requirement and minimize the cost of the product? Formulate a linear programming model for this situation. Solve this model using graphical analysis. Display your graph and the solution parameters. Create your graph using Microsoft Word or Excel.
The simplest way to do this is, as the problem suggests, to graph the constraints,
The region in which \(\displaystyle 2A+ 0.5B\ge 35\) is bounded below by the line \(\displaystyle 2A+ 0.5B= 35\). Multiplying by 2, that is \(\displaystyle B= 4A+ 70\). When B= 0, A= 35/2= 17.5 and when A= 0, 0.5B= 35 so B= 70. The graph is the line through (17.5, 0) and (0, 70).
The region in which \(\displaystyle 15A+ 60B\ge 648\) is bounded below by the line \(\displaystyle 15A+ 60B= 648\). Dividing by 60, that is \(\displaystyle B= 0.25A+ 10.8\). When B= 0, A= 648/15= 43.2. When A= 0, B= 640/60= 10.8. The graph is the line through (0, 10.8) and (43.2, 0).
The region in which \(\displaystyle A+ B\le 28\) is bounded
above by the line A+ B= 28 or B= 28- A. When B= 0, A= 28. When A= 0, B= 28.
Graphing those (I just did it by hand on a piece of scrap paper) the "feasible region" (the region in which all three constraits are satisfied) is the triangle bounded by those three lines. The basic idea behind 'linear programming' is that the max or min of a linear function on a polygonal region must be at one of the vertices of the region.
So you want to
1) Determine (A, B) such that B= 4A+ 70 and B= 0.25A+ 10.8.
2) Determine (A, B) such that B= 4A+ 70 and B= 28- A.
3) Determine (A, B) such that B= 0.24A+ 10.8 and B= 28.A
Then evaluate 12.5A+ 7.5B at each of those three points. Which makes it a minimum"