document.write( "Question 1120640: Doug throws a ball vertically into the air while standing on a platform that is 10 feet off the ground. The motion of the ball is described by
\n" );
document.write( " f(t)=-16t^2+96t+10, where t represents seconds and f(t) represents the height (in feet) of the ball above ground level in t seconds. What is the maximum height above ground the ball will reach, and how many seconds will pass before it reaches this height? \n" );
document.write( "
Algebra.Com's Answer #736292 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Maximum height is where -b/2a for this quadratic equals t, or -96/-32 or 3 seconds for this function. \n" ); document.write( "when t=3, f(t)=-144+288+10=154 feet. \n" ); document.write( " |