document.write( "Question 390072: A ball is tossed into the air at an initial velocity of 38.4ft/sec from .96 feet off of the ground.\r
\n" );
document.write( "\n" );
document.write( "At what point does the ball hit the ground?\r
\n" );
document.write( "\n" );
document.write( "I figured out that the equation is y=-16t^2+38.4t+.96
\n" );
document.write( "I also figured out that the maximum height of the ball is 24 feet and it reaches it's maximum in 1.2 seconds. \n" );
document.write( "
Algebra.Com's Answer #276525 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! y=-16t^2+38.4t+.96 \n" ); document.write( "set y to 0 and solve for t: \n" ); document.write( " 0=-16t^2+38.4t+.96 \n" ); document.write( "applying the quadratic equation: \n" ); document.write( "t = {-0.02, 2.42} \n" ); document.write( "throw out the negative solution, leaving: \n" ); document.write( "t = 2.42 seconds \n" ); document.write( ". \n" ); document.write( "
|