document.write( "Question 564717: if a ball is dropped from 288 ft above the ground, how long does it take to reach ground level? \n" ); document.write( "
Algebra.Com's Answer #365474 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
The ball starts with zero velocity (\"v=0\")and accelerates by 32 ft/s each second. At any time, \"t\" , during the fall, the velocity in ft/s is
\n" ); document.write( "\"v=32t\" and the distance covered until that time, in feet, is
\n" ); document.write( "\"d=%281%2F2%2932t%5E2\" --> \"d=16t%5E2\"
\n" ); document.write( "When the ball reaches the ground,
\n" ); document.write( "\"288=16t%5E2\" ---> \"288%2F16=t%5E2\" ---> \"18=t%5E2\" ---> \"t=sqrt%2818%29\"= approx. 4.24 seconds
\n" ); document.write( "
\n" );