document.write( "Question 298756: Approximately how far will an object fall in 4 seconds, if it is thrown downward at an initial velocity of 20 meters per second (v0) from a helicopter \n" ); document.write( "
Algebra.Com's Answer #214829 by Alan3354(69443) You can put this solution on YOUR website! Approximately how far will an object fall in 4 seconds, if it is thrown downward at an initial velocity of 20 meters per second (v0) from a helicopter \n" ); document.write( "------------------- \n" ); document.write( "In metric units, the acceleration of gravity is ~ 9.8 m/sec/sec \n" ); document.write( "v = initial speed = -20 m/sec \n" ); document.write( "s = (at^2)/2 + vt \n" ); document.write( "s = 4.9*16 + 20*4 \n" ); document.write( "s = 158.4 meters \n" ); document.write( " \n" ); document.write( " |