Raymond B. answered 25d
Math, microeconomics or criminal justice
h(t) = -16t^2 + 104t + 18 = height at time t
max height is when velocity = 0 = h'(t) = -32t +104 = 0
t = 104/32 = 52/16 = 26/8 = 13/4 = 3.25 seconds to reach max height
plug that into h(t)
h(13/4) = - 16(13/4)^2 + 104(13/4) + 18 = -169+26(13) +18 = 26(13) - 151 = 338-151 = 187 feet = max height
that's the calculus method
or try algebra, put the height equation in vertex form, complete the square
-16t^2 +104t + 18
= -16(t^2 -26t+169/16)+18+169
=-16(t-13)^2 + 187 vertex is (13, 187) y coordinate of vertex is max height = 187 feet