Part A:
They give you the starting equation:
h = 0.5at2 + v0t + h0, and they tell you that a = -32, that h0 = 64, and that v0 = 48. If we plug these three numbers in, we will have the equation we're after.
h = 0.5(-32)t2 + 48t + 64
h = -16t2 + 48t + 64
Part B:
Reaching the ground would mean that h = 0. Factor this quadratic to solve for t.
0 = -16t2 + 48t + 64
0 = -16(t2 - 3t - 4)
0 = -16(t - 4)(t + 1)
t - 4 = 0 means t = 4
t + 1 = 0 means t = -1, but this doesn't make any sense in our real-world problem.
Therefore, the solution is 4 seconds.