document.write( "Question 314607: Jack throws a ball straight up in the air. The equation, h(t)= -16tsquared+64t+5 gives the height (in feet) of the ball from the ground t seconds after it is thrown. How long does it take for the ball to hit the ground?\r
\n" );
document.write( "\n" );
document.write( "I have already figured out the maximum height, I think, as 75 feet. Which takes 5 seconds.\r
\n" );
document.write( "\n" );
document.write( "Thanks. \n" );
document.write( "
Algebra.Com's Answer #224971 by texttutoring(324)![]() ![]() You can put this solution on YOUR website! I think that the max height is 69 feet, and it occurs at 2 seconds.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Make sure you complete the square:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "h(t) = -16t^2+64t+5 \n" ); document.write( "= -16(t^2 - 4t) + 5 \n" ); document.write( "=-16(t^2 -4t + 4) + 5 + 64 \n" ); document.write( "=-16(t-2)^2 + 69\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This a parabola with vertex at (2,69). \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you want to find the time that it takes to hit the ground, set h=0 and use the quadratic formula to solve for t.\r \n" ); document.write( "\n" ); document.write( "0=-16t^2+64t+5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The quadratic formula should give you two answers: t=-0.77 and t=4.077\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "You have to choose the positive answer, as time cannot be negative.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Therefore, the ball hits the ground at 4.077 seconds. \n" ); document.write( " |