document.write( "Question 179599: A rock is thrown from the top of a building. The distance is feet, between the rock and the ground \"t\" seconds after it is thrown is given by d=16t^2+64X+128
\n" ); document.write( "what is the maximum height that the rock reaches?
\n" ); document.write( "

Algebra.Com's Answer #134521 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Your problem statement seems to have some anomalies in it!
\n" ); document.write( "The standard formula for the height (as a function of time) of an object propelled upwards from an initial height of \"h%5B0%5D\" with an initial velocity of \"v%5B0%5D\" is given by:
\n" ); document.write( "\"h%28t%29+=+-%281%2F2%29gt%5E2%2Bv%5B0%5Dt%2Bh%5B0%5D\" where g (the constant of acceleration due to gravity) is 32 ft/sec^2, so your formula should look like:
\n" ); document.write( "\"h%28t%29+=+-16t%5E2%2Bv%5B0%5Dt%2Bh%5B0%5D\"
\n" ); document.write( "Your formula also shows two different varaibles. t and x.
\n" ); document.write( "So, back to the problem but starting with the correct formul, (the d in your problem will work just as well as the h(t)) we have:
\n" ); document.write( "\"d+=+-16t%5E2%2B64t%2B128\" First, we'll find the time, t, at which the height, d, is at its maximum. The graph of the quadradtic equation that we have here is a parabola that opens downward (signified by the negative first term) so its maximum will occur at the vertex of the parabola, and this is given by:
\n" ); document.write( "\"t+=+-b%2F2a\" where a = -16 and b = 64, so...
\n" ); document.write( "\"t+=+-%2864%29%2F2%28-16%29\"}
\n" ); document.write( "\"t+=+-64%2F-32\"
\n" ); document.write( "\"t+=+2\"secs.
\n" ); document.write( "To find the maximum height, we substitute the time, t=2secs into the original equation and solve for d.
\n" ); document.write( "\"d+=+-16%282%29%5E2%2B64%282%29%2B128\"
\n" ); document.write( "\"d+=+-16%284%29%2B128%2B128\"
\n" ); document.write( "\"d+=+-64%2B256\"
\n" ); document.write( "\"highlight%28d+=+192%29\"feet.
\n" ); document.write( "The rock will reach a maximum height of 192 feet.
\n" ); document.write( "
\n" );