document.write( "Question 1200805: The height h metres of a ball at time t second after it is thrown up into the air Is given by the expression
\n" );
document.write( "h= 1+ 15t - 5t^2
\n" );
document.write( "(i) Find the times at which the height is 11m
\n" );
document.write( "(ii) Use your calculator to find the time when the ball hits the ground
\n" );
document.write( "(iii) what is the greatest height the ball reaches \n" );
document.write( "
Algebra.Com's Answer #835016 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The height h metres of a ball at time t second after it is thrown up into the air Is given by the expression \n" ); document.write( "h= 1+ 15t - 5t^2 \n" ); document.write( "(i) Find the times at which the height is 11m \n" ); document.write( "h= 1+ 15t - 5t^2 = 11 \n" ); document.write( "5t^2 - 15t + 10 = 0 \n" ); document.write( "t^2 - 3t + 2 = 0 \n" ); document.write( "(t-1)*(t-2) = 0 \n" ); document.write( "t = 1, t = 2 seconds. \n" ); document.write( "------------------------ \n" ); document.write( "(ii) Use your calculator to find the time when the ball hits the ground \n" ); document.write( "h= 1+ 15t - 5t^2 = 0\r \n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Ignore the negative value. \n" ); document.write( "---------------- \n" ); document.write( "(iii) what is the greatest height the ball reaches \n" ); document.write( "The vertex of the parabola is at t = -b/2a \n" ); document.write( "t = -15/-10 = 1.5 seconds \n" ); document.write( "h(1.5) = 12.25 meters \n" ); document.write( " |