document.write( "Question 1104536: A ball is thrown vertically upward from the top of a building 96 feet tall with an initial velocity of 80 feet per second. The distance S (in feet )of the ball from the ground, after t seconds is s=96+80t-16t^2.\r
\n" );
document.write( "\n" );
document.write( "a. How long does it take for the ball to reach its
\n" );
document.write( "highest point? \r
\n" );
document.write( "\n" );
document.write( "b. What is the maximum height the ball reaches?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #719252 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A ball is thrown vertically upward from the top of a building 96 feet tall with an initial velocity of 80 feet per second. The distance S (in feet )of the ball from the ground, after t seconds is s=96+80t-16t^2. \n" ); document.write( "----------- \n" ); document.write( "Use s(t) = -16t^2 + 80t + 96 \n" ); document.write( "================= \n" ); document.write( "a. How long does it take for the ball to reach its \n" ); document.write( "highest point? \n" ); document.write( "The value of t at the vertex, t = -b/2a \n" ); document.write( "--- \n" ); document.write( "b. What is the maximum height the ball reaches? \n" ); document.write( "The max is the vertex of the parabola. \n" ); document.write( " |