document.write( "Question 387938: A ball is thrown upward with an initial speed of 24.5 m/s. When is it 19.6m high?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #274242 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! You didn't specify the equation of motion, or the starting height. \n" ); document.write( "--------- \n" ); document.write( "h(t) = -4.9t^2 + vt is commonly used, assuming h(0) = 0 \n" ); document.write( "h(t) = -4.9t^2 + 24.5t \n" ); document.write( "-4.9t^2 + 24.5t = 19.6 \n" ); document.write( "t^2 - 5t + 4 = 0 \n" ); document.write( "(t-1)*(t-4) = 0 \n" ); document.write( "t = 1 second going up \n" ); document.write( "t = 4 seconds descending \n" ); document.write( " \n" ); document.write( " |