document.write( "Question 267038: A bullet is shot into the air at an initial rate of 900 feet per second from a height of 9 feet. How high does the bullet travel? \n" ); document.write( "
Algebra.Com's Answer #196062 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
Using 32/ft/sec/sec as Earth's gravity:
\n" ); document.write( "h(t) = -16t^2 + 900t + 9 (t in seconds, h in feet)
\n" ); document.write( "The function is a parabola, the vertex is the max height
\n" ); document.write( "Vertex at t = -b/2a = -900/-32 = 225/8 seconds
\n" ); document.write( "h(225/8) = 12665.25 feet
\n" ); document.write( "
\n" ); document.write( "
\n" );