Question 137048
i need the vertex of equation y equals -x^2+2x+3
-------------
You have a quadratic with a=-1, b=2, and c = 3
------------
The vertex occurs when x = -b/2a = -2/-2 = 1
The corresponding y value is -(1^2)+2*1+3 = 4
-----------
Vertex: (1,4)
---------------
See it:
{{{graph(400,300,-10,10,-10,10,-x^2+2x+3)}}}
============================
Cheers,
Stan H.