document.write( "Question 711321: Hi, could you perhaps shed some light on this problem? \"Sky divers are in free fall from the time they jump out of a plane until they open their parachutes. A sky diver jumps from 5000 feet. The diver's height 'h' above the ground 't' seconds after the jump is described by the equation 'h=-16t^2 (squared)+ 5000.' Find the time during which the diver is in free fall assuming that the parachute opens at 1000 feet.\" Where did the -16t^2 come from? and where does the 1000ft distance come in? Any help would be greatly appreciated!
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #437430 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Sky divers are in free fall from the time they jump out of a plane until they open their parachutes. \n" ); document.write( " A sky diver jumps from 5000 feet. \n" ); document.write( " The diver's height 'h' above the ground 't' seconds after the jump is described by the equation 'h=-16t^2 (squared)+ 5000.' \n" ); document.write( "Find the time during which the diver is in free fall assuming that the parachute opens at 1000 feet.\" \n" ); document.write( "; \n" ); document.write( " \n" ); document.write( "-16t^2 represents the average downward attraction to the earth by gravity \n" ); document.write( ": \n" ); document.write( "You start at 5000 ft, you want the free fall to end at 1000 ft (parachute opens) \n" ); document.write( "therefore h(t) = 1000, find how many seconds for this to happen \n" ); document.write( ": \n" ); document.write( "-16t^2 + 5000 = 1000 \n" ); document.write( "subtract 5000 from both sides \n" ); document.write( "-16t^2 = 1000 - 5000 \n" ); document.write( "-16t^2 = -4000 \n" ); document.write( "t has to be positive, multiply both sides by -1 \n" ); document.write( "16t^2 = 4000 \n" ); document.write( "divide both sides by 16 \n" ); document.write( "t^2 = 250 \n" ); document.write( "find the square root of both sides \n" ); document.write( "t = \n" ); document.write( "t = 15.811 seconds to fall to 1000 ft \n" ); document.write( " |