document.write( "Question 98210: An object will fall m feet in n seconds where m = 16nsquared. How long will it
\n" );
document.write( "take for a quarter to hit the ground if it is dropped from
\n" );
document.write( "the top of a tower that is 1454 feet tall? \n" );
document.write( "
Algebra.Com's Answer #71407 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! M=16N^2 \n" ); document.write( "1454=16N^2 \n" ); document.write( "16N^2=1454 \n" ); document.write( "N^2=1454/16 \n" ); document.write( "N^2=91 \n" ); document.write( "N=SQRT91 \n" ); document.write( "N=9.54 SECONDS. \n" ); document.write( " |