A there are no real zeros
using the discriminant b² - 4ac to determine the nature of the zeros
for y = x² + 4x + 5 ( with a = 1, b = 4 and c = 5 )
• If b² - 4ac > 0 there are 2 real and distinct zeros
• If b² - 4ac = 0 there is a real and equal zero
• If b² - 4ac < 0 there are no real zeros
b² - 4ac = 16 - 20 = - 4
Since discriminant < 0 there are no real zeros
Start by looking at the vertex form of a quadratic function, f(x) = a(x - h)^2 + k. The variables h and k are the values of the vertex. Plug those in to get f(x) = a(x - 4)^2 + 5. To find the variable a, plug in the point given for the x and y values. So, you get (21) = a((8) - 4)^2 + 5. Solve for a algebraically, and you get a = 1. Finally, plug everything in and simplify the equation. You should get that the quadratic function is f(x) = x^2 - 8x + 21. Hope this helps!