document.write( "Question 995924: The formula t = sqrt (d)/4 represents the distance (d), in feet, that an object falls in t seconds, assuming that the air resistance does not slow down the object. In an object fall from a top of a building with a height of 1,730 feet, how long will it reach the ground? \n" ); document.write( "
Algebra.Com's Answer #614546 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
t-sqrt(d)/4;
\n" ); document.write( "square both sides
\n" ); document.write( "t^2=d/16
\n" ); document.write( "d=16 t^2
\n" ); document.write( "1730=16 t^2
\n" ); document.write( "1730/16=t^2=133.07
\n" ); document.write( "t=11.54 sec
\n" ); document.write( "
\n" );