document.write( "Question 141673: A model rocket is shot straight up from the roof of a school. The height at any time t is approximated by the model H=15 + 23t - 5t^2,where H is the height in metres and t is the time in seconds.
\n" );
document.write( "a)how long does it take for the rocket to pass a window 10 m above the ground.
\n" );
document.write( "b) when does the rocket hit the ground?
\n" );
document.write( "c) what is the maximum height the rocket reaches above the roof of the school? \n" );
document.write( "
Algebra.Com's Answer #103224 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A model rocket is shot straight up from the roof of a school. The height at any time t is approximated by the model H=15 + 23t - 5t^2,where H is the height in metres and t is the time in seconds. \n" ); document.write( "a)how long does it take for the rocket to pass a window 10 m above the ground. \n" ); document.write( "-5t^2+23t+15 = 10 \n" ); document.write( "-5t^2+23t+5 = 0 \n" ); document.write( "t = [-23 +- sqrt(23^2-4*-5*5)]/(-10) \n" ); document.write( "t = [-23 +- sqrt(629) \n" ); document.write( "t = [-23-25.07987..]/(-10) \n" ); document.write( "t = -48.07987]/(-10) \n" ); document.write( "t = 4.80798 seconds \n" ); document.write( "---- \n" ); document.write( "Comment: The rocket is at 15 meters when it is launched. \n" ); document.write( "It arrives at a height of 10 m after 4.80798 seconds on \n" ); document.write( "its way down to the ground. \n" ); document.write( "======================== \n" ); document.write( "b) when does the rocket hit the ground? \n" ); document.write( "-5t^2+23t+15 = 0 \n" ); document.write( "t = [-23 +- sqrt(23^2-4*-1*15)]/(-10) \n" ); document.write( "t = [-23 +- sqrt(829)]/(-10) \n" ); document.write( "t = [-23 +- 28.7924..]/(-10) \n" ); document.write( "t = 5.17924 seconds \n" ); document.write( "-----------------------------\r \n" ); document.write( "\n" ); document.write( "c) what is the maximum height the rocket reaches above the roof of the school? \n" ); document.write( "Max occurs when t = -b/2a = -23/(-10) = 2.3 seconds \n" ); document.write( "H(t) =15 + 23t - 5t^2 \n" ); document.write( "H(2.3) = 15 + 23*2.3 - 5(2.3)^2 \n" ); document.write( "H(2.3) = 41.45 m \n" ); document.write( "That is 41.45 - 15 = 26.45 m above the root of the school. \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |