Question 209090
 At t=0 seconds, Vikki stood on the roof of a building and threw a penny in the air. The height in feet h(t) of the ball at t seconds is given by the formula
H(t) = -16t2 + 96t +56
a) How tall is the building (hint: t=0)
56 feet
------------
b) When is the ball at its highest point?
The equation is a parabola.  The max height is at the vertex, when t = -b/2a
t = -96/-32 = 3 seconds
c) To what height does the ball travel?
h(3) = -144 + 288 + 56 = 200 feet
d) When does the ball strike the ground?
When h(t) = 0
-16t2 + 96t +56 = 0
-2t^2 + 12t + 7 = 0
*[invoke solve_quadratic_equation -2,12,7]
-----------
Use the positive value, x2, for time of impact.