Question 387077
 how do i solve this quadratic function so i can then graph it? 
y=(x+3) (x-2)
----
Plot a few points.
If x = 2, y = 0
If x = -3, y = 0
If x = 0, y = -6
----
Plot those three points and draw a parabola opening upward
thru them to get:
----
{{{graph(400,300,-10,10,-10,10,(x+3)(x-2))}}}
-------
Cheers,
Stan H.
-------