document.write( "Question 931871: If I am standing two hundred feet away from a deer, and the deer is running 20 mph and my bullet goes 2000 feet per second, how many feet ahead should I aim to hit the deer? The deer runs in a straight line and the bullet goes straight and doesn't lose speed. I think I might have to convert some units but I'm not quite sure...thank you! \n" ); document.write( "
| Algebra.Com's Answer #565844 by TimothyLamb(4379)     You can put this solution on YOUR website! deer speed in ft/sec: \n" ); document.write( "--- \n" ); document.write( "20 miles/hour * (5280 feet/mile) * (1/(60*60) hour/second) = 29.33333333 ft/sec \n" ); document.write( "--- \n" ); document.write( "time for bullet to reach deer: \n" ); document.write( "s = d/t \n" ); document.write( "t = d/s \n" ); document.write( "t = 200/2000 \n" ); document.write( "t = 0.1 second \n" ); document.write( "--- \n" ); document.write( "distance run by deer in time t: \n" ); document.write( "s = d/t \n" ); document.write( "d = st \n" ); document.write( "d = 29.33333333 * 0.1 \n" ); document.write( "d = 2.933333333 feet \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "aim ahead 2.93 feet \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |