document.write( "Question 329341: A ball is thrown directly upward from the ground with an initial speed on 80 ft/s. How high will it go? When will it return to the ground? \n" ); document.write( "
Algebra.Com's Answer #236038 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Start with the function for the height (h)of an object thrown upward as a function of time (t).
\n" ); document.write( "\"h%28t%29+=+-16t%5E2%2Bv%5B0%5D%2At%2Bh%5B0%5D\" Where: \"h\" = height, \"t\"= time, \"v%5B0%5D\" = Initial upward velocity, and \"h%5B0%5D\" = initial height of the object.
\n" ); document.write( "\"h%28t%29+=+-16t%5E2%2B80%2At%2B0\" First, find the time (\"t%5Bm%5D\") at the maximum height.
\n" ); document.write( "\"t%5Bm%5D+=+-80%2F2%28-16%29\" This is the time, in seconds, when the object reaches it maximum height.
\n" ); document.write( "\"t%5Bm%5D+=+5%2F2\" now substitute this into the first function \"h%28t%29\" to find the maximum height reached by the object.
\n" ); document.write( "\"h%285%2F2%29+=+-16%285%2F2%29%5E2%2B80%285%2F2%29\" Evaluate.
\n" ); document.write( "\"h%285%2F2%29+=+100\"feet. This is the maximum height attained by the object.
\n" ); document.write( "Now you need to find the time (t) at which the (h) = 0, so...
\n" ); document.write( "\"0+=+-16t%5E2%2B80t\" Factor a t.
\n" ); document.write( "\"t%28-16t%2B80%29+=+0\" so...
\n" ); document.write( "\"-16t%2B80+=+0\"
\n" ); document.write( "\"-16t+=+-80\"
\n" ); document.write( "\"t+=+5\"seconds. The object reaches the ground in 5 seconds.
\n" ); document.write( "
\n" );