document.write( "Question 829270: In a race, bicycles M and N start from the same point at the same time, traveling at 18 kilometers per hour and 10 kilometers per hour, respectively. If bicycle N finishes the race 2 minutes behind bicycle M, what is the length of the race in kilometers? \n" ); document.write( "
Algebra.Com's Answer #499747 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! In a race, bicycles M and N start from the same point at the same time, traveling at 18 kilometers per hour and 10 kilometers per hour, respectively. \n" ); document.write( " If bicycle N finishes the race 2 minutes behind bicycle M, \n" ); document.write( " what is the length of the race in kilometers? \n" ); document.write( ": \n" ); document.write( "let d = distance of the race \n" ); document.write( "Write a time equation; time = dist/speed \n" ); document.write( "Slow time - fast time = 2 min \n" ); document.write( " \n" ); document.write( "multiply by 180 to clear the denominators, results: \n" ); document.write( "18d - 10d = 3(2) \n" ); document.write( "8d = 6 \n" ); document.write( "d = \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "See if that works, find the actual time of each \n" ); document.write( ".75/10 = .075 hrs \n" ); document.write( ".75/18 = .042 hrs \n" ); document.write( "------------------- \n" ); document.write( "difference .033 hrs \n" ); document.write( ".033 * 60 = 1.98 ~ 2 min \n" ); document.write( " |