document.write( "Question 324529: You drop a penny from a 70-foot high bridge. What is the velocity of the penny when it hits the water below? Neglect the effect of air resistance and round your answer to the nearest unit. \n" ); document.write( "
Algebra.Com's Answer #232254 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the time until impact. \n" ); document.write( "s = (1/2)at^2 \n" ); document.write( "a = acceleration due to gravity, ~32 ft/sec/sec on Earth \n" ); document.write( "70 = 16t^2 \n" ); document.write( "t^2 = 70/16 = 4.375 \n" ); document.write( "t = 2.09 seconds \n" ); document.write( "----------------- \n" ); document.write( "v = at = 32*2.09 \n" ); document.write( "v =~ 67 ft/sec \n" ); document.write( " \n" ); document.write( " |