Sean M. answered 10/31/19
Eagle Scout tutoring in Algebra, Statistics, Calculus, and Java
The function that they give you actually explains the height of the object at any time, t
Here's your function:
h(t)=-16t2 +152t + 160
Notice that your starting height is the last number (160) because when t=0, all the other terms become 0 and h(0) = 160
To get the height at time t=5, simply plug in 5 for all values of t.
h(5) = -16*(5)2 + 152*(5) + 160
h(5) = 520 feet