Adrien P. answered 03/17/20
Excited to help with your code!
h(t) = -5 * t + 175
To find h(4), we replace every t in that formula with 4:
h(4) = -5 * 4 + 175 = 155
So the answer is 155. According to this formula, that means that the ball's height is 155 meters, 4 seconds after dropping it from the top of the building.
Hope that helps!