document.write( "Question 124357: A Long distance runner started a course running an average speed of 2mph. 1.33 hrs later, a cyclist traveled the same course at an average speed of 4mph. how many hrs after the runner started did the cyclist overtake the runner?
\n" );
document.write( "round answer to the nearest tenth. \n" );
document.write( "
Algebra.Com's Answer #91133 by ptaylor(2198) You can put this solution on YOUR website! Distance(d) equals Rate(r) times Time(t) or d=rt; r=d/t and t=d/r\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let t=time it takes cyclist to overtake runner AFTER the cyclist starts. \n" ); document.write( "And t+1.33 hr=time that we are looking for \n" ); document.write( "Distance runner runs before cyclist starts=2*1.33=2.66 mi\r \n" ); document.write( "\n" ); document.write( "Total distance runner runs=2t+2.66 \n" ); document.write( "Total distance cyclist travels=4t\r \n" ); document.write( "\n" ); document.write( "We know that the cyclist will have overtaken the runner whe they have both travelled the same distance. So our equation to solve is:\r \n" ); document.write( "\n" ); document.write( "2t+2.66=4t subtract 2t froom both sides\r \n" ); document.write( "\n" ); document.write( "2t-2t+2.66=4t-2t collect like terms\r \n" ); document.write( "\n" ); document.write( "2t=2.66 divide both sides by 2\r \n" ); document.write( "\n" ); document.write( "t=1.33 hr \n" ); document.write( "t+1.33hr=1.33hr+1.33hr=2.66hr=2.7hr-------------------ans\r \n" ); document.write( "\n" ); document.write( "CK \n" ); document.write( "In 2.7 hr, runner runs2*2.66=5.32 mi \n" ); document.write( "In 1.33hr cyclist travels 4*1.33=5.32mi\r \n" ); document.write( "\n" ); document.write( "Hope this helps--ptaylor \n" ); document.write( " |