document.write( "Question 1030331: A ball is thrown upward with an initial velocity of 80 feet per second from the edge of a cliff that is 384 feet above a river. Use the function \r
\n" );
document.write( "\n" );
document.write( "a) How long will it take for the ball to land in the river?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "b) When is the ball 480 feet above the river?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #645203 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A ball is thrown upward with an initial velocity of 80 feet per second from the edge of a cliff that is 384 feet above a river. \n" ); document.write( " Use the function: h(t) = -16t^2 + 80t + 384 \n" ); document.write( ": \n" ); document.write( "a) How long will it take for the ball to land in the river? \n" ); document.write( "The river is h(t) = 0 \n" ); document.write( "-16t^2 + 80t + 384 = 0 \n" ); document.write( "Simplify, divide equation by -16 \n" ); document.write( "t^2 - 5t - 24 = 0 \n" ); document.write( "Factors to \n" ); document.write( "(t-8)(t+3) = 0 \n" ); document.write( "positive solution \n" ); document.write( "t = 8 seconds to land in the river \n" ); document.write( "; \n" ); document.write( "b) When is the ball 480 feet above the river? \n" ); document.write( "h(t) = 480 \n" ); document.write( "-16t^2 + 80t + 384 = 480 \n" ); document.write( "-16t^2 + 80t + 384 - 480 = 0 \n" ); document.write( "-16t^2 + 80t - 96 = 0 \n" ); document.write( "Simplify, divide by -16 \n" ); document.write( "t^2 - 5t + 6 = 0 \n" ); document.write( "Factors to \n" ); document.write( "(t-3)(t-2) = 0 \n" ); document.write( "At 480 ft twice \n" ); document.write( "t = 2 sec on the way up \n" ); document.write( "and \n" ); document.write( "t = 3 sec on the way down \n" ); document.write( " |