The vertex form of a quadratic equation is:
y = a(x-h)2 + k
where (h,k) is the location of the vertex and "a" is a constant. The problem gives you the location of the vertex as (6,3) so e can just plug them into the equation:
y = a(x-6)2 + 3
To find "a", plug in the known y-intercept, (0,-4), and solve for "a":
-4 = a(0-6)2 + 3
-4 = 36a + 3
-7 = 36a
-7/36 = a
So the final equat6ion is:
y = (-7/36)(x-6)2 + 3