document.write( "Question 1191997: The height, h meters, of an infeild fly ball t secnds after being hit is given by the formula h=30t-5t^2, (hint: change the equation to factor form)
\n" );
document.write( "a. How long does it take that ball to reach its heightest point
\n" );
document.write( "b. How high will the ball reach?
\n" );
document.write( "c. Foe how long was the ball in the air?
\n" );
document.write( "d. After how many seconds does the ball hit the ground? \n" );
document.write( "
Algebra.Com's Answer #823863 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! h(t)=-5t^2+30t \n" ); document.write( "vertex for this negative quadratic is where t=-b/2a=-30/-10 or t=3 seconds at highest point. \n" ); document.write( "the height is -45+90=45 m \n" ); document.write( "It will be in the air 6 seconds, since this is symmetric \n" ); document.write( "It will hit the ground in 6 seconds. \n" ); document.write( " |