document.write( "Question 1145938: A hammer was dropped from a Carpenter's pocket from a height of 300 ft building and falls towards the earth in a straight line.
\n" );
document.write( "a)What is the average velocity during the time it is falling.
\n" );
document.write( "b)What is the instantaneous velocity of the hammer when it hit the ground? \n" );
document.write( "
Algebra.Com's Answer #767235 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A hammer was dropped from a Carpenter's pocket from a height of 300 ft building and falls towards the earth in a straight line. \n" ); document.write( "a)What is the average velocity during the time it is falling. \n" ); document.write( "b)What is the instantaneous velocity of the hammer when it hit the ground? \n" ); document.write( "------------ \n" ); document.write( "h(t) = -16t^2 + 300 \n" ); document.write( "Impact is at h(t) = 0 \n" ); document.write( "-16t^2 + 300 = 0 \n" ); document.write( "t^2 = 300/16 \n" ); document.write( "t =~ 4.33 seconds \n" ); document.write( "=============== \n" ); document.write( "acceleration = 32 ft/sec/sec \n" ); document.write( "Speed at impact = 4.33*32 = 138.56 ft/sec \n" ); document.write( "========= \n" ); document.write( "Avg speed = 138.56/2 = 69.28 ft/sec \n" ); document.write( " |