Question 1029642
A bouncy ball is thrown vertically upward from the ground, after 2 seconds it attains max height of 120 feet, and after 4 seconds it hits the ground.
On a graph I have my vertex as (2, 120).
---------
y = ax^2 + bx + c
Since the vertex is at (2,120), -b/(2a) = 2 ; = b = -4a
120 = a(4) -4a(2) + c
120 = -4a + c
-----
Since (4,0) is a point, a(16) + b(4) + c = 0
16a + 4b + c = 0
16a + 4(-4a) + c = 0
c = 0
====
So, 120 = -4a
a = -30
---
Therefore:: y = -30x^2 + 120x
-----------------------------------
 
We are asked to give height of ball at 4 seconds & 6 seconds. 
At 4 seconds:
f(4) = -30(16) + 120(4) = -480 + 480 = 0 (at 4 sec it is on the ground).
But you knew that.
---
At 6 seconds:
Well, it is a bouncy ball but you have no info as to the % of rebound,
so ??????
Cheers,
Stan H.



If ball was already on ground at 4 seconds, why are they asking at 6 too? Not positive I am on the right track.