document.write( "Question 1119753: A hawk drops its prey from a certain height above the ground. The height, h meters, of the prey can be modeled by h = 4 + 11t - 3t^2, where t is the time in seconds after it is dropped by the hawk.\r
\n" );
document.write( "\n" );
document.write( "(i) At what height above the ground does the hawk drop its prey?
\n" );
document.write( "(ii) At what time will the prey fall onto the ground? \n" );
document.write( "
Algebra.Com's Answer #735345 by Alan3354(69443) You can put this solution on YOUR website! A hawk drops its prey from a certain height above the ground. The height, h meters, of the prey can be modeled by h = 4 + 11t - 3t^2, where t is the time in seconds after it is dropped by the hawk.\r \n" ); document.write( "\n" ); document.write( "(i) At what height above the ground does the hawk drop its prey? \n" ); document.write( "At t=0, h = 4 meters. \n" ); document.write( "------- \n" ); document.write( "(ii) At what time will the prey fall onto the ground? \n" ); document.write( "When h = 0 \n" ); document.write( "4 + 11t - 3t^2 = 0 \n" ); document.write( "3t^2 - 11t - 4 = 0 \n" ); document.write( "(3t + 1)*(t - 4) = 0 \n" ); document.write( "t = 4 seconds \n" ); document.write( "Ignore the negative \"solution\" \n" ); document.write( " |