document.write( "Question 171074: If a rocket is launched vertically upward from ground level with an initial velocity of 96 feet per second, then its height h, after t seconds, is given by the equation h = -16t squared + 96t. What is the maximum height by the rocket? \n" ); document.write( "
Algebra.Com's Answer #804001 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! h = -16t^2 + 96t\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "max height at -b/2a = -96/(-32) = 3 seconds\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Plug in t = 3:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-16(3)^2 + 96(3) = 144 feet. \n" ); document.write( " |