
Thien D. answered 07/12/19
Duke MS Engineering Grad For Math Tutoring
Let's break up the information given into math:
Roots at 2 and -4 mean that x = 2 and x = -4 when y = 0.
This can be converted into: x - 2 = 0 and x + 4 = 0
Multiplying both will still give us zero: (x-2)(x+4) = 0
Since the quadratic function is pointing down, we know that we have to add a negative sign:
y = -(x-2)(x+4) = - x2 - 2x + 8
This in itself is the simplest quadratic function that has the roots and points down.
If you want this in "standard form" (y = a(x-h)2 + k), complete the square:
y = -(x2 + 2x) + 8
= -(x2 + 2x + 1 - 1) + 8
y = -(x+1)2 + 9