SOLUTION: I am having trouble finding the Vertex of the quadratic equation of
-0.2x^2 + 12x + 11 = 0
I have worked it to find that it has two solutions that being x = -0.90307428 and x =
Algebra ->
Graphs
-> SOLUTION: I am having trouble finding the Vertex of the quadratic equation of
-0.2x^2 + 12x + 11 = 0
I have worked it to find that it has two solutions that being x = -0.90307428 and x =
Log On
Question 333583: I am having trouble finding the Vertex of the quadratic equation of
-0.2x^2 + 12x + 11 = 0
I have worked it to find that it has two solutions that being x = -0.90307428 and x = 60.90307428.
I am confused at how to find the vertex of the curve.
Thanks for any help. Answer by jrfrunner(365) (Show Source):
You can put this solution on YOUR website! your quadratic equation is
---
the vertex can be found where x=-b/(2a) this comes from the quadratic solution for and its the front part of the quadratic solution.
--
so vertex (x,y) is where x=-b/(2a) and substituting this into to get the y part.
--
from
a=-0.2, b=12, c=11
--
x=-b/(2a)= -12/(2*(-0.2))=30
y=-0.2*30^2 +12(30)+11 = -180+360+11=191
vertex = (30,191)
===
you could have also worked
into the form by completing the square and in this form
the vertex would have been (h,k)