document.write( "Question 91991: Find the time required for an object to fall to the ground form a building that is 1400 ft. high. \n" ); document.write( "
Algebra.Com's Answer #66808 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the time required for an object to fall to the ground form a building that is 1400 ft. high. \n" ); document.write( "--------------- \n" ); document.write( "h(t) = -16t^2+1400 \n" ); document.write( "When it hits the ground its height is zero. \n" ); document.write( "-16t^2 + 1400 = 0 \n" ); document.write( "16t^2 = 1400 \n" ); document.write( "t^2 = 1400/16 \n" ); document.write( "t = sqrt(1400/16) \n" ); document.write( "t = 9.354... seconds \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |