by Guest » Sat Jun 25, 2016 7:52 am
Another way of solving it is the following:
Given a fixed [tex]y\geq 0[/tex], what do the constraints on [tex]x[/tex] look like.
[tex]3x+8y\leq 48[/tex] becomes [tex]x\leq 16-\tfrac{8}{3}y[/tex]
[tex]3x+2y\leq 24[/tex] becomes [tex]x\leq 8-\tfrac{2}{3}y[/tex]
For there to be any feasible solutions we need [tex]0\leq x[/tex] which implies
[tex]0\leq 16-\tfrac{8}{3}y[/tex] which means [tex]y\leq 6[/tex]
and
[tex]0\leq 8-\tfrac{2}{3}y[/tex] which means [tex]y\leq 12[/tex] (which is a weaker condition than [tex]y\leq 6[/tex] so we can ignore it).
So now we have [tex]0\leq y \leq 6[/tex] and [tex]0\leq x \leq \min\{16-\tfrac{8}{3}y,8-\tfrac{2}{3}y\}[/tex].
For a fixed [tex]y[/tex] to maximize the objective function we should take [tex]x[/tex] as large as possible, so [tex]x =\min\{16-\tfrac{8}{3}y,8-\tfrac{2}{3}y\}[/tex].
There are now two cases to consider (depending on which of [tex]16-\tfrac{8}{3}y[/tex] and [tex]8-\tfrac{2}{3}y[/tex] is smaller).
Case 1:[tex]\quad 16-\tfrac{8}{3}y\leq 8-\tfrac{2}{3}y[/tex]
This implies [tex]x=16-\tfrac{8}{3}y[/tex], making the objective function
[tex]4(16-\tfrac{8}{3}y)+6y = 64-\tfrac{14}{3}y[/tex]
So we should choose [tex]y[/tex] as small as possible.
Also [tex]16-\tfrac{8}{3}y\leq 8-\tfrac{2}{3}y[/tex] rearranges to [tex]4\leq y[/tex] making the constraints on [tex]y[/tex]
[tex]4\leq y \leq 6[/tex].
So the optimal solution in this case is [tex]y=4[/tex], [tex]x=5\tfrac{1}{3}[/tex].
Case 2:[tex]\quad 16-\tfrac{8}{3}y\geq 8-\tfrac{2}{3}y[/tex]
This implies [tex]x=8-\tfrac{2}{3}y[/tex], making the objective function
[tex]4(8-\tfrac{2}{3}y)+6y = 32+\tfrac{10}{3}y[/tex]
So we should choose [tex]y[/tex] as large as possible.
Also [tex]16-\tfrac{8}{3}y\geq 8-\tfrac{2}{3}y[/tex] rearranges to [tex]4\geq y[/tex] making the constraints on [tex]y[/tex]
[tex]0\leq y \leq 4[/tex].
So the optimal solution in this case is [tex]y=4[/tex], [tex]x=5\tfrac{1}{3}[/tex].
So the optimal solution in both cases is [tex]y=4[/tex], [tex]x=5\tfrac{1}{3}[/tex] giving [tex]P=45\tfrac{1}{3}[/tex].
Hope this helped,
R. Baber.