Question 69631
i have these 2 equations, 
40f+50c <= 37000 
and 
2f+3c <= 2000
------------------------------
 find the point where these 2 intersect on a graph
------------

Put them in slope-intercept form.
f<=(-5/4)c + 925
f<=(-3/2) +1000
-----------------
Enter the EQUALITIES in your calculator and graph them on the same screen.
{{{graph(600,400,-5,1000,-5,1000,(-5/4)x+925,(-3/2)x+1000)}}}

The two lines intersect at (50.833333  ,  923.75)
Cheers,
stan H.