Question 1127890
A rock is thrown upward from a bridge that is 53 feet above a road. The rock reaches its maximum height above the road 0.61 seconds after it is thrown and contacts the road 3.25 seconds after it was thrown.


Write a Function (f) that determines the rock's height above the road (in feet) in terms of the number of seconds t since the rock was thrown.
----
Using 32 ft/sec/sec as acceleration of gravity:
---
f(t) = -16t^2 + vt + 53 ---- v = speed upward at launch.