The general equation is:
h(t) = -16t2 + v0t + h0
where:
- h(t) = height at time t
- t = time in seconds
- v0 = initial velocity = 32 f/s
- h0 = initial height = 48 f
h(t) = -16t2 + 32t + 48
The height when it hits the ground is 0:
0 = -16t2 + 32t + 48
Divide both side s by -16:
0 = t2 - 2t - 3
Solve for t by factoring (it does factor) or using the quadratic formula. You'll get two answers, one positive and one negative. Since I haven't quite perfected my time machine, the positive answer is the one you want. Units are seconds.