document.write( "Question 493741: If a stone is tossed from the top of a 250 meter building, the height of the stone as a function of time is given by h(t) = -9.8t2 – 10t + 250, where t is in seconds, and height is in meters. After how many seconds will the stone hit the ground? Round to the nearest hundredth’s place; include units in your answer. \n" ); document.write( "
Algebra.Com's Answer #335444 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! h(t) = -9.8t2 – 10t + 250 \n" ); document.write( "set h(t) to zero (ground level) and solve for t: \n" ); document.write( "0 = -9.8t2 – 10t + 250 \n" ); document.write( "0 = 9.8t2 + 10t - 250 \n" ); document.write( "0 = 4.9t2 + 5t - 125 \n" ); document.write( "applying the \"quadratic formula\" we get: \n" ); document.write( "t = {-5.59, 4.57} \n" ); document.write( "we can throw away the negative solution leaving: \n" ); document.write( "t = 4.57 seconds \n" ); document.write( " \n" ); document.write( " |