document.write( "Question 1179932: Standing on the top of a house 48 feet above the ground, Matt shoots a trick basketball shot upward according to the equation h = -16t2 + 32t + 48, where h is the height of the ball in feet, and t is the time in seconds. How long will it take for Matt’s airball to hit the ground? \n" ); document.write( "
Algebra.Com's Answer #809558 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! h(t)=-16t^2+32t+48 \n" ); document.write( "set equal to 0, which is ground level and divide through by -16 \n" ); document.write( "so t^2-2t-3=0 \n" ); document.write( "(t-3)(t+2)=0 \n" ); document.write( "positive root is t=3 seconds.\r \n" ); document.write( "\n" ); document.write( " |