document.write( "Question 1122287: 7. A toy rocket is launched vertically from 5 feet above ground level with an initial velocity of 112 feet per second. The height h after t seconds is given by the equation: h(t) = -16t^2 + 112t + 5 \r
\n" );
document.write( "\n" );
document.write( "a. How long will it take for the rocket to return to the ground? \r
\n" );
document.write( "\n" );
document.write( "b. After how many seconds will the rocket be 100 feet above the ground? \r
\n" );
document.write( "\n" );
document.write( "c. How long will it take for the rocket to reach maximum height? What is the maximum height? \n" );
document.write( "
Algebra.Com's Answer #738359 by Alan3354(69443) You can put this solution on YOUR website! A toy rocket is launched vertically from 5 feet above ground level with an initial velocity of 112 feet per second. The height h after t seconds is given by the equation: h(t) = -16t^2 + 112t + 5 \r \n" ); document.write( "\n" ); document.write( "a. How long will it take for the rocket to return to the ground? \n" ); document.write( "h(t) = -16t^2 + 112t + 5 = 0 \n" ); document.write( "Solve for t \n" ); document.write( "----------\r \n" ); document.write( "\n" ); document.write( "b. After how many seconds will the rocket be 100 feet above the ground? \n" ); document.write( "h(t) = -16t^2 + 112t + 5 = 100 \n" ); document.write( "Solve for t \n" ); document.write( "--------------- \n" ); document.write( "c. How long will it take for the rocket to reach maximum height? \n" ); document.write( "It's the vertex of the parabola h(t) = -16t^2 + 112t + 5 \n" ); document.write( " What is the maximum height? \n" ); document.write( " |