Question 1133644
<br>
I'm not sure why one of your inequalities is "<" and the other is "<=".  But it is irrelevant to solving the problem.<br>
And of course x>=0 and y>=0 are also constraints.<br>
Graph the non-zero constraint boundary lines and find their point of intersection.<br>
The corners of the feasibility region will be (0,0), (0,5250), (4500,3000), and (approximately) (5786,0).<br>
Evaluate the objective function 50x+45y at each corner of the feasibility region to find the solution to the problem.<br>
------------------------------------------------------------<br>
NOTE:<br>
Nearly all resources will say you have to evaluate the objective function at every corner of the feasibility region (except (0,0)) in order to solve the problem.  But in fact you don't.<br>
You can tell which corner of the feasibility region is going to give the maximum value of the objective function by comparing the slope of the objective function to the slopes of the constraint lines.<br>
In this problem, the slopes of the constraint lines are -7/3 and -1/2; the slope of the objective function is -10/9.  The slope of the objective function is between the slopes of the two constraint lines; that tells you that the maximum value of the objective function will be at the intersection of the two constraint lines.