document.write( "Question 551776: An object is fired upward from the top of a tower at the velocity of 80 feet per second. the tower is 200 feet high. the height of the object above the ground t seconds after firing is given by the formula h(t)=-16t^2 +80t+200.
\n" );
document.write( "a) What is the maximum height reached by the object?
\n" );
document.write( "b) How long after firing does it reach maximum height? \n" );
document.write( "
Algebra.Com's Answer #360833 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! An object is fired upward from the top of a tower at the velocity of 80 feet per second. the tower is 200 feet high. the height of the object above the ground t seconds after firing is given by the formula h(t)=-16t^2 +80t+200. \n" ); document.write( "a) What is the maximum height reached by the object? \n" ); document.write( "b) How long after firing does it reach maximum height? \n" ); document.write( "** \n" ); document.write( "h(t)=-16t^2 +80t+200. \n" ); document.write( "complete the square \n" ); document.write( "h(t)=-16(t^2-5t+25/4)+200+100 \n" ); document.write( "h(t)=-16(t-5/2)^2+300 \n" ); document.write( "ans: \n" ); document.write( "maximum height reached by the object=300 ft \n" ); document.write( "How long after firing does it reach maximum height=2.5 sec \n" ); document.write( " |