document.write( "Question 1159133: The function F(T) = -5T^2 + 10T + 40 models the height of a rocket shot into the air from a platform, where
\n" );
document.write( "is the height of the rocket from the ground, in metres, and t is the time in seconds.
\n" );
document.write( "a. what is the height of the platform?
\n" );
document.write( "b. when does the rocket land? \n" );
document.write( "
Algebra.Com's Answer #782123 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! the height of the platform is the constant 40 m. \n" ); document.write( "the landing point is found by taking the positive root of -5t^2+10t+40=0 \n" ); document.write( "or t^2-2t-8=0 \n" ); document.write( "(t-4)(t+2)=0 \n" ); document.write( "t= 4 seconds\r \n" ); document.write( "\n" ); document.write( " |