document.write( "Question 232449: How far will a ball travel horizontally before hitting the ground, if the ball is thrown from a 300ft tower, parallel to the ground at 95mph? \n" ); document.write( "
Algebra.Com's Answer #171809 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How far will a ball travel horizontally before hitting the ground, if the ball is thrown from a 300ft tower, parallel to the ground at 95mph? \n" ); document.write( "------------ \n" ); document.write( "1st find the time to hit the ground. \n" ); document.write( "h(t) = -16t^2 + 300 is the function giving the height above gnd in terms of t in seconds. \n" ); document.write( "Set it = 0 \n" ); document.write( "-16t^2 + 300 = 0 \n" ); document.write( "t^2 = 300/16 = 75/4 seconds \n" ); document.write( "t = ~ 4.330 seconds. \n" ); document.write( "-------------------- \n" ); document.write( "95 mph = 95*22/15 ft/sec = 139.333... ft/sec (horizontal speed) \n" ); document.write( "s = vt (distance = speed*time) \n" ); document.write( "s = 139.333*4.33 \n" ); document.write( "s = ~ 603.33 feet \n" ); document.write( " \n" ); document.write( " |