document.write( "Question 146488: A ball is thrown vertically upward from the ground with an initial speed of 80 ft/sec. Its height is given by h=80t-16t^2. How high does the ball go? When does the ball hit the ground? \n" ); document.write( "
Algebra.Com's Answer #106965 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A ball is thrown vertically upward from the ground with an initial speed of 80 ft/sec. Its height is given by h=80t-16t^2. How high does the ball go? When does the ball hit the ground? \n" ); document.write( "-------------- \n" ); document.write( "h(t) = 80t-16t^2 \n" ); document.write( "------ \n" ); document.write( "maximum height occurs when t = -b/2a = -80/(2*-16) = 5/2 = 2.5 seconds \n" ); document.write( "------ \n" ); document.write( "The height when t=2.5 sec is t(2.5) = 80*2.5 - 16*(2.5)^2 = 100 ft. \n" ); document.write( "-------- \n" ); document.write( "The ball hits the ground when the h(t) = 0 \n" ); document.write( "80t - 16t^2 = 0 \n" ); document.write( "16t(5-t) = 0 \n" ); document.write( "t= 0 (it starts on the ground) \n" ); document.write( "or \n" ); document.write( "t= 5 seconds (it is back on the ground in 5 seconds) \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |