document.write( "Question 225277: How long will it take an object to hit the ground if it is dropped from a height of 1296 feet? (use d=rt+16r^2) Assume the object initially is held still. \n" ); document.write( "
Algebra.Com's Answer #168132 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! d=rt+16t^2 \n" ); document.write( "where \n" ); document.write( "d is distance \n" ); document.write( "r is initial velocity \n" ); document.write( "t is time \n" ); document.write( ". \n" ); document.write( "Since it is initially held still, r = 0 \n" ); document.write( "d is given as 1296 \n" ); document.write( "and we solve for t \n" ); document.write( ". \n" ); document.write( "d=rt+16t^2 \n" ); document.write( "1296 = (0)t+16t^2 \n" ); document.write( "1296 = 16t^2 \n" ); document.write( "1296 = 16t^2 \n" ); document.write( "81 = t^2 \n" ); document.write( "9 seconds = t \n" ); document.write( " \n" ); document.write( " |