document.write( "Question 1103985: A ball is thrown vertically upward from the top of a
\n" );
document.write( "building 96 feet tall with an initial velocity of 80 feet
\n" );
document.write( "per second. The distance, s (in feet), of the ball from
\n" );
document.write( "the ground after t seconds is given by the function:
\n" );
document.write( "𝑠(𝑡) = 96 + 80𝑡 − 16𝑡^2\r
\n" );
document.write( "\n" );
document.write( "a.) How long does it take for the ball to reach its
\n" );
document.write( "highest point?\r
\n" );
document.write( "\n" );
document.write( "b.) What is the maximum height the ball reaches? \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #718709 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A ball is thrown vertically upward from the top of a building 96 feet tall with an initial velocity of 80 feet per second. The distance, s (in feet), of the ball from the ground after t seconds is given by the function: \n" ); document.write( "() = 96 + 80 − 16^2 \n" ); document.write( "seeing this graphically is helpful \n" ); document.write( " \n" ); document.write( "a.) How long does it take for the ball to reach its \n" ); document.write( "highest point? \n" ); document.write( "This is a quadratic equation, max occurs on the axis of symmetry x=-b/(2a) \n" ); document.write( "t = \n" ); document.write( "t = 2.5 seconds \n" ); document.write( ": \n" ); document.write( "b.) What is the maximum height the ball reaches? \n" ); document.write( "Replace t with 2.5 to find s \n" ); document.write( "s = -16(2.5^2) + 80(2.5) + 96 \n" ); document.write( "s = -16(6.25 )+ 200 + 96 \n" ); document.write( "s = -100 + 296 \n" ); document.write( "s = 196 ft is max height, green line \n" ); document.write( " |