document.write( "Question 1034543: Please help me with this problem :Elaine shoots an arrow upward at a speed of 32 feet per second from a bridge that is 28 feet high. The height of the arrow is given by the function h(t) = -16t2+32t + 28, where t is the time in seconds.
\n" );
document.write( "a. What is the maximum height that the arrow reaches?
\n" );
document.write( "b. How long does it take the arrow to reach its maximum height?
\n" );
document.write( "c. How long would it take before the arrow reached the ground? Round your answer to the hundredths place. \n" );
document.write( "
Algebra.Com's Answer #649373 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! a) It reaches a maximum height when the velocity is zero. \n" ); document.write( "v(t) = 0 = h'(t) = -32t + 32 ==> t=1 second \n" ); document.write( "b) At that time, h(1) = -16 + 32 + 28 = 44 feet \n" ); document.write( "c) To find this, we let h(t) = 0 and solve for t...thus \n" ); document.write( "-16t^2 + 32t + 28 = 0 \n" ); document.write( "-4t^2 + 8t + 7 = 0 \n" ); document.write( "4t^2 - 8t - 7 = 0 \n" ); document.write( "and \n" ); document.write( "t = 2.66 seconds \n" ); document.write( " |