Patrick L. answered 04/22/20
To get the maximum height, we need to look for the vertex.
x = -b/2a
x = -32/2(-16) = 1 second
h(1) = -16(1)2 + 32(1) + 48 = -16 + 32 + 48 = 64 feet
After 1 second, the rocket will reach at the height of 64 feet.
h(2) = -16(2)2 + 32(2) + 48 = -64 + 64 + 48 = 48 feet
-16t2 + 32t+ 48 = 0
-16(t2 - 2t - 3) = 0
-16(t - 3)(t + 1) = 0
t - 3 = 0 or t + 1 = 0
t = 3 or t = -1
The rocket will hit the ground at 3 seconds after the launch.