document.write( "Question 1156060: An Object is thrown upward from the top of a 48-foot building with an initial velocity of 8 feet per second. The height \"h\" of the object after \"t\" seconds is given by the quadratic equation \"h=-16t^2+8t+48\" When will the object hit the ground? \n" ); document.write( "
Algebra.Com's Answer #778754 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! h=-16t^2+8t+48=16t^2-8t-48, changing all signs \n" ); document.write( "hits the ground when h=0 \n" ); document.write( "factor out an 8 \n" ); document.write( "2t^2-t-6=0 \n" ); document.write( "t^2-t-12 \n" ); document.write( "(t-2)(2t+3)=0 \n" ); document.write( "t=2, -3/2, use positiver root of 2 seconds, answer. \n" ); document.write( " |