Question 1202521
<br>
Using a graphing calculator to do most of the work for you can get you to the answer faster -- if you know how to use the graphing calculator.  But in finding the answer that way you don't get much practice in doing math.<br>
The following is my preferred method for demonstrating to a student the process for solving this kind of problem.<br>
x = # of cases of Baby Wiggles
y = # of cases of Sleepy Baby<br>
The constraints based on availability of raw materials and assembly time are these:<br>
{{{5x+3y<=150}}}
{{{x+2y<=44}}}<br>
The other two constraints state the obvious fact that the two numbers x and y can't be negative:<br>
{{{x>=0}}}
{{{y>=0}}}<br>
Step 1: Graph the constraint boundary lines to determine the feasibility region.<br>
For reasons you will see in a bit, I recommend using slope-intercept form.<br>
{{{y<=(-5/3)x+50}}}
{{{y<=(-1/2)x+22}}}<br>
The inequalities in this form show that the solutions must lie on or below both constraint boundary lines.<br>
Step 2: Solve the pair of equations for the constraint boundary lines to find their point of intersection and thus determine the corner points of the feasibility region.<br>
I leave it to you to do the relatively easy work to find that the corners are (0,0), (0,22), (24,10), and (30,0).<br>
Step 3: Find the corner point where the profit (objective function) is maximized.<br>
(Note it is NOT necessary, as nearly all references say, to evaluate the objective function at all corners of the feasibility region.  That corner point can be determined from the slopes of the objective function and the constraint boundary lines.)<br>
The objective (profit) function is<br>
{{{P=120x+100y}}}<br>
Put this function in slope-intercept form:<br>
{{{100y=-120x+P}}}
{{{y=(-6/5)x+C}}} for some number C<br>
The profit function will be maximized when a line with slope -6/5 just touches the feasibility region.  Since the slope of the objective function, -6/5, is between the slopes of the two constraint boundary lines, the profit function will be maximized at the intersection of the two constraint boundary lines.<br>
So the profit is maximized when x = 24 and y = 10.<br>
ANSWER: The profit is maximum when 24 cases of Baby Wiggles and 10 cases of Sleepy Baby are produced.<br>
CHECK:<br><pre>
  corner    objective function value, 120x+100y
 -----------------------------------------------
   (0,0)    0+0= 0
   (0,22)   0+2200 = 2200
   (24,10)  2880+1000= 3880
   (30,0)   3600+0 = 3600</pre>