Raymond B. answered 05/16/21
Math, microeconomics or criminal justice
(-1,3) vertex
y=a(x+1)^2 +3 has vertex (-1,3). y=a(x-h)^2 + k has vertex (h,k)
to solve for a, plug in the point (0,8)
8=a+3
y=(5)(x+1)^2 +3 has vertex (-1,3) and y intercept 8
that's an upward opening parabola and the quadratic you probably want
but you could also have a rightward opening parabola with the same vertex and y intercept
x=a(y-3)^2 -1
0=a(8-3)^2 -1 = 25a-1
25a = 1
a =1/25
x=(1/25)(y-3)^2 -1
There're an infinite number of possible parabolas through those two points
x-intercepts -1, and 5, and y intercept -15
y=a(x+1)(x-5) has x intercepts -1 and 5
plug in the y intercept to solve for a
-15 = a(1)(-5) =-5a
a =3
y=3(x+1)(x-5) is the quadratic, a rightward opening parabola with the given intercepts
or multiply it out
y=3(x^2-4x-5) or complete the square adding 12 and subtracting 12
y=3(x^2-4x +4) -15 -12
y = 3(x-2)^2 -27 in vertex form with vertex = (2,-27)