document.write( "Question 1034991: a ball is shot out of a homemade air cannon. it flies through the air such that its height as a function of time is given by
\n" );
document.write( "h=-16t^2+64t+10
\n" );
document.write( "where h is the height of the ball and t is the time since if was fired in seconds. \r
\n" );
document.write( "\n" );
document.write( "max estimates that it takes 4 seconds for the ball to hit the ground and cole estimates it takes 5 seconds. algebraically determine who is closer and support your answer. \n" );
document.write( "
Algebra.Com's Answer #649639 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Given that the height, h(t), is given by \n" ); document.write( "h(t) = -16t^2 + 64t + 10 \n" ); document.write( "we need to find t when h = 0, so set it equal to zero and solve... \n" ); document.write( "-16t^2 + 64t + 10 = 0 \n" ); document.write( "8t^2 - 32t - 5 = 0 \n" ); document.write( "Use the quadratic formula: \n" ); document.write( " \n" ); document.write( "and we get \n" ); document.write( "t = 4.15 seconds (or so) \n" ); document.write( "Max is closer. \n" ); document.write( " |