document.write( "Question 387379: a ball is thrown into the air from a height of 3 feet with an initial velocity of 20 feet per second and is caught at a height of 6 feet. Find the maximum height of the ball and how long it takes to hit the ground. \n" ); document.write( "
Algebra.Com's Answer #273817 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a ball is thrown into the air from a height of 3 feet with an initial velocity of 20 feet per second and is caught at a height of 6 feet. Find the maximum height of the ball and how long it takes to hit the ground. \n" ); document.write( "---- \n" ); document.write( "h(t) = -16t^2+20t+3 \n" ); document.write( "---- \n" ); document.write( "Max height occurs when t = -b/(2a) = -20/(2*-16) = 5/8 sec. \n" ); document.write( "---- \n" ); document.write( "Height at that time: h(5/8) = 9.25 ft. \n" ); document.write( "---- \n" ); document.write( "Ground time: \n" ); document.write( "Solve -16t^2+20t+3 = 0 for \"t\": \n" ); document.write( "t = [-20 +- sqrt(20^2-4*-16*3)]/-32 \n" ); document.write( "--- \n" ); document.write( "t = [-20 - sqrt(592)]/-32 \n" ); document.write( "t = 1.3853 seconds \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |