Question 449378
Working on two projects: An employee is required to spend more time on project X than on project Y. 
x - y > 0
-----------------------
The employee can work at most 40 hours on these two projects.
x + y <= 40
----------------------
Shade the region in the xy-plane that represents the number of hours that the employee can spend on each project.
---
Solve both inequalities for "y":
y < x
y <= -x+40
-------------------
Graph:
{{{graph(400,300,-10,50,-10,50, y < x, y <= -x+40)}}}
==========================================================
Cheers,
Stan H.
===========