Question 608293
Graph the solution to the set y ≤ 3x^2 + 2x + 5
------
Graph the boundary curve: y = 3x^2+2x+5
---
{{{graph(400,400,-10,10,-10,10,3x^2+2x+5)}}}
----
Test the point (0,0) to see if it is or is
not in the solution area:
0 < 3*0 + 2*0 + 5
0 < 5
True so (0,0) is in the solution area.
Shade the area below the boundary curve.
--------------------------------------------
{{{graph(400,400,-10,10,-10,10,y < 3x^2+2x+5)}}}
--------------------
The graph you want is the boundary along with 
the area below the boundary.
==========================

Cheers,
Stan H.