document.write( "Question 949108: an object is thrown upward from the top of a 48-foot building with an initial velocity of 32 feet per second. the height h of the object after t seconds is given by the quadratic equation h=-16t^2+32t+48. when will the object hit the ground? \n" ); document.write( "
Algebra.Com's Answer #579422 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! we are given \n" ); document.write( "h=-16t^2+32t+48 \n" ); document.write( "when object hits the ground, h = 0, therefore \n" ); document.write( "0 = -16t^2+32t+48 \n" ); document.write( "divide both sides of = by 16 \n" ); document.write( "-t^2 +2t + 3 = 0 \n" ); document.write( "factor equation \n" ); document.write( "(-t+3)(t+1) = 0 \n" ); document.write( "then we have t = 3 and t = -1 \n" ); document.write( "we want the positive value for t \n" ); document.write( "the object will hit the ground in 3 seconds \n" ); document.write( " \n" ); document.write( " |