Question 192072
f(x) = -3x^2 + 5x + 1
---
Use completing the square:
3x^2 -5x + ? = -y + 1 + ?
3(x^2 - (5/3)x + (5/6)^2) = -y + 1 +3(5/6)^2
---
3(x-(5/3))^2 = -y + 1 + (25/12)
3(x-(5/3))^2 = -y + (37/12)
3(x-(5/3))^2 = -(y - (37/12)
(x-(5/3))^2 = (-1/3)(y-(37/12))
Vertex: (5/3 , 37/12)
============================
Graph:
{{{graph(400,300,-10,10,-10,10,-3x^2+5x+1)}}}
===========================
Cheers,
Stan H.