<p>Yes, it's the last question on the Grid-in answers.</p>
<p>Here's the problem:</p>
<p>"h(t) = c (d 4t)^2</p>
<p>At time t = 0, a ball was thrown upward from an initial height of 6 feet. Until the ball hit the ground, its height, in feet, after t seconds was given by the function h above, in which c and d are positive constants. If the ball reached its maximum height of 106 at time t = 2.5, what was the height, in feet, of the ball at time t = 1?"</p>
<p>I just don't know how to start solving it. The answer's 70 if you're wondering.</p>
<p>Given t = 2.5:
106 = c - (d - 4*2.5)^2
106 = c - d^2 + 20d -100
206 = c - d^2 + 20d</p>
<p>Given t = 0:
6 = c - (d)^2</p>
<p>Thus:
206 = 6 + 20d
20d = 200
d = 10
&
6 = c - d^2
c = 106</p>
<p>When t=1:
h = 106 - (10-4)^2
h = 106 - 36
h = 70</p>
<p>yay, it worked. so skatj was completly right. I don't know if that was the most clear & direct way to do it since I was typing it as I went, but hopefully that helped.</p>