document.write( "Question 975274: a toy rocket is launched upward from a height of 1.3 m above the ground. The height of the rocket, in meters, after t seconds is modeled by the equation h=-4.9t^2+51t+1.3 What is the maximum height and when does it reach that height?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #597054 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! h=-4.9t^2+51t+1.3 \n" ); document.write( "-------- \n" ); document.write( "Max ht is the vertex at t = -b/2a \n" ); document.write( "t = -51/-9.8 = 255/49 \n" ); document.write( "----- \n" ); document.write( "hmax = -4.9(255/49)^2 + 51*255/49 + 1.3 \n" ); document.write( "=~ 134 meters \n" ); document.write( "---------------------- \n" ); document.write( "PS That's not a rocket. Rockets have thrust. \n" ); document.write( "It's a projectile. \n" ); document.write( " \n" ); document.write( " |