Question 113780
graph the solution set of a onlinear system of Inequalties. The question is: 
1) 
y > x^2 - 3
y < x + 3
x <= 0 
----------------
Graph the boundary lines:
x=0 is the y-axis
y=x+3 
y=x^2-3
---------------
{{{graph(400,300,-10,10,-10,10,x+3,x^2-3)}}}
-------------
Shade the half-plane to the left of x=0
Shade the half-pane below y=x+3
Shade the area within y = x^2-3
-----------------------
The intersection of all these shaded areas is the solution set.
============================
Cheers,
Stan H.