document.write( "Question 266706: Two seconds after firing a rifle at a target, the shooter hears the impact of the bullet. Sound travels at 1100 feet per second and the bullet travels at 1865 feet per second. Determine the distance to the target (to the nearest foot).\r
\n" );
document.write( "\n" );
document.write( "I can't figure out how to set up this problem. I'm guessing I need the formula rate*time=distance but other than that, I'm stuck. \n" );
document.write( "
Algebra.Com's Answer #195935 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Two seconds after firing a rifle at a target, the shooter hears the impact of the bullet. Sound travels at 1100 feet per second and the bullet travels at 1865 feet per second. Determine the distance to the target (to the nearest foot). \n" ); document.write( "------------------- \n" ); document.write( "t1 = time of the flight of the bullet \n" ); document.write( "t2 = time for the sound to travel to the shooter \n" ); document.write( "d = distance to target \n" ); document.write( "---------------- \n" ); document.write( "t1 = d/1865 \n" ); document.write( "t2 = d/1100 \n" ); document.write( "----------- \n" ); document.write( "t1 + t2 = 2 \n" ); document.write( "d/1865 + d/1100 = 2 \n" ); document.write( "1100d + 1865d = 2*1865*1100 \n" ); document.write( "2965d = 4103000 \n" ); document.write( "d = 1384 feet \n" ); document.write( "-------------- \n" ); document.write( "Note: some people fret about the Least Common Denominator, but if you use a calculator it's a waste of time finding it. Just get the answer. \n" ); document.write( " \n" ); document.write( " |