document.write( "Question 1034472: Ray threw a ball from the top of a 40 metre building to his sister who was standing below him on a balcony that is 12 m up from the ground. The function h(t)=-2t^2-10t+40 models the height of the ball from the ground, where h(t) is the height in metres and t is the time in seconds. If Ray's throw is accurate, when will his sister catch the ball?
\n" );
document.write( "Show your solution using the factoring method.\r
\n" );
document.write( "\n" );
document.write( "Thanks so much :) \n" );
document.write( "
Algebra.Com's Answer #649121 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The ball has to drop 28 meters and h(t) must be 12 feet. \n" ); document.write( "h(t)=12=-2t^2-10t+40 \n" ); document.write( "-2t^2-10t+28=0 \n" ); document.write( "divide everything by minus 2 \n" ); document.write( "t^2+5t-14=0 \n" ); document.write( "(t+7)(t-2)=0 \n" ); document.write( "positive root only. t=2 seconds.At that point, h(t)=12. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |