document.write( "Question 98196: An object will fall m feet in n seconds. How long will it take for a quarter to hit the ground if it is dropped from the top of a tower that is 1454 feet tall? \n" ); document.write( "
Algebra.Com's Answer #71387 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "An object will fall \"m\" feet in \"n\" seconds. How long will it\r\n" );
document.write( "take for a quarter to hit the ground if it is dropped from \r\n" );
document.write( "the top of a tower that is \"1454\" feet tall?\r\n" );
document.write( "\r\n" );
document.write( "The quarter will fall \"m\" ft in \"n\" seconds. So, divide both\r\n" );
document.write( "quantities by \"m\":\r\n" );
document.write( "\r\n" );
document.write( "The quarter will fall \"m%2Fm\" ft in \"n%2Fm\" seconds.\r\n" );
document.write( "\r\n" );
document.write( "Reduce \"m%2Fm\" to \"1\"\r\n" );
document.write( "\r\n" );
document.write( "The quarter will fall \"1\" ft in \"n%2Fm\" seconds.\r\n" );
document.write( "\r\n" );
document.write( "Multiply both quantities by \"1454\":\r\n" );
document.write( "\r\n" );
document.write( "The quarter will fall \"1454\" ft in \"%281454n%29%2Fm\" seconds.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );