document.write( "Question 360345: Jim and John drive from point A to point B separate cars. Jim leaves at 6 am and arrives at 4 pm. John leaves at 10 am and arrives at 3 pm. Assume both men drive at constant speeds. Find when John catches up with Jim. \n" ); document.write( "
Algebra.Com's Answer #257148 by Alan3354(69443) You can put this solution on YOUR website! Jim and John drive from point A to point B separate cars. Jim leaves at 6 am and arrives at 4 pm. John leaves at 10 am and arrives at 3 pm. Assume both men drive at constant speeds. Find when John catches up with Jim. \n" ); document.write( "-------------- \n" ); document.write( "m = Jim's speed \n" ); document.write( "n = John's speed \n" ); document.write( "--------- \n" ); document.write( "d = rt \n" ); document.write( "To go the total distance: \n" ); document.write( "d = m*10 --> m = d/10 \n" ); document.write( "d = n*5 --> n = d/5 \n" ); document.write( "------- \n" ); document.write( "Jim starts at 0600, t = 0 \n" ); document.write( "At some time t: \n" ); document.write( "m*t = n*(t-4) \n" ); document.write( "(d/10)t = (d/5)*(t-4) \n" ); document.write( "d cancels \n" ); document.write( "t/10 = (t-4)/5 \n" ); document.write( "t = 2(t-4) \n" ); document.write( "t = 2t - 8 \n" ); document.write( "t = 8 hours \n" ); document.write( "0600 + 8 = 1400 or 2 PM \n" ); document.write( "----------------- \n" ); document.write( "Interesting problem. \n" ); document.write( "------------------- \n" ); document.write( "Another approach: \n" ); document.write( "John's speed is 2x Jim's speed. Since John arrived 1 hour before Jim going 2x as fast, John covered the same distance in his last hour that Jim covered in 2 hours. \n" ); document.write( "--> They were at the same point 1 hour before John's arrival and 2 hours before Jim's arrival. \n" ); document.write( "--> 3PM - 1 hour = 4PM - 2 hours \n" ); document.write( "= 2PM \n" ); document.write( " |