document.write( "Question 1034544: Please help me with this problem:A person standing close to the edge on the top of an 80-foot tower throws a ball with an initial speed of 64 feet per second. After t seconds, the height of the ball above the ground is
\n" );
document.write( "s(t) = -16t2 +64t + 80
\n" );
document.write( "a. After how many seconds will the ball reach its maximum height?
\n" );
document.write( "b. How long will it take before the ball reaches the ground?
\n" );
document.write( "c. What is the maximum height of the ball?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #649281 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A person standing close to the edge on the top of an 80-foot tower throws a ball with an initial speed of 64 feet per second. After t seconds, the height of the ball above the ground is \n" ); document.write( "s(t) = -16t^2 + 64t + 80 \n" ); document.write( "a. After how many seconds will the ball reach its maximum height? \n" ); document.write( "Max height will occur on the axis of symmetry, \n" ); document.write( "find that using t = -b/(2a) where a=-16 and b=64 \n" ); document.write( "t = \n" ); document.write( "t = 2 seconds \n" ); document.write( ": \n" ); document.write( "b. How long will it take before the ball reaches the ground? \n" ); document.write( "When the ball hits the ground, s(t) = 0, therefore \n" ); document.write( "-16t^2 + 64t + 80 = 0 \n" ); document.write( "Simplify, divide by -16, then we can factor \n" ); document.write( "t^2 - 4t - 5 = 0 \n" ); document.write( "(t-5)(t+1) = 0 \n" ); document.write( "the positive solution is what we want here \n" ); document.write( "t = 5 sec to hit the ground \n" ); document.write( ": \n" ); document.write( "c. What is the maximum height of the ball? \n" ); document.write( "max height occurs after 2 sec, replace t with 2 in the original equation \n" ); document.write( "s(t) = -16(2^2) + 64(2) + 80 \n" ); document.write( "s(t) = -64 + 128 + 80 \n" ); document.write( "s(t) = 144 ft is the max height \n" ); document.write( " |