document.write( "Question 232290: Story problem:
\n" );
document.write( "A tennis ball is hit upward with a velocity of 48 feet per second. Ignoring the height of the tennis player, how long does it take for the ball to fall to the ground?\r
\n" );
document.write( "\n" );
document.write( "Formula:
\n" );
document.write( "h(t)= v0t-16t^2\r
\n" );
document.write( "\n" );
document.write( "h(t) is height of an object (feet)
\n" );
document.write( "v0 is object's initial velocity (feet per second)
\n" );
document.write( "t is time (seconds)\r
\n" );
document.write( "\n" );
document.write( "so far i have 3 seconds but that is just one of the roots of the quadratic, not time.
\n" );
document.write( "??????\r
\n" );
document.write( "\n" );
document.write( "Thanks. \n" );
document.write( "
Algebra.Com's Answer #171724 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A tennis ball is hit upward with a velocity of 48 feet per second. Ignoring the height of the tennis player, how long does it take for the ball to fall to the ground? \n" ); document.write( "Formula: \n" ); document.write( "h(t)= v0t-16t^2 \n" ); document.write( "h(t) is height of an object (feet) \n" ); document.write( "v0 is object's initial velocity (feet per second) \n" ); document.write( "t is time (seconds) \n" ); document.write( "so far i have 3 seconds but that is just one of the roots of the quadratic, not time. \n" ); document.write( "--------------------- \n" ); document.write( "When it hits the ground its height is zero. \n" ); document.write( "Solve for t: 48t - 16t^2 = 0 \n" ); document.write( "16t(3-t) = 0 \n" ); document.write( "t = 0 seconds or t=3 seconds \n" ); document.write( "--- \n" ); document.write( "Explanation: \n" ); document.write( "At t=0 seconds the ball is on the ground and about to be thrown upward. \n" ); document.write( "At t=3 seconds the ball is again on the ground having fallen from its \n" ); document.write( "highest point. \n" ); document.write( "======================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |