Hi Christina B.
A review and simple comparison of the given function
h(t) = -16t2 + 64t + 4
Should confirm that you have the following type of function
f(x) = ax2 + bx + c; A Standard Form Quadratic or parabola
a = -16, b = 64 and c = 4
t is your x coordinate
h(t) is your y coordinate
You can use the properties associated with quadratics
First the coefficient of x in your function is -16 which means that your parabola opens downward
Second the vertex is a the maximum
Third the x coordinate of the vertex is (-b/2a) for your function
-b/2a = -64/2(-16) = -64/-32 = 2; so t = 2 seconds
You can use the x coordinate of the vertex 2 to find the y coordinate by simply plugging it into your original function
h(2) = -16(22) + 64(2) + 4 = -16(4) + 128 + 4 = -64 + 128 + 4 = 68 feet
You can graph your function at Desmos.com to confirm this maximum.