document.write( "Question 944025: A jeep leaves Orlando traveling 40 mph. 20 minutes later a car leaves Orlando following the jeep traveling 55 mph. How long will it take, in minutes for the car to overtake or pass the jeep? \n" ); document.write( "
Algebra.Com's Answer #575600 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A jeep leaves Orlando traveling 40 mph. 20 minutes later a car leaves Orlando following the jeep traveling 55 mph. How long will it take, in minutes for the car to overtake or pass the jeep? \n" ); document.write( "*** \n" ); document.write( "let x=travel time of car \n" ); document.write( "x+20 min=x+1/3 hr=travel time of jeep \n" ); document.write( "speed*travel time=distance(same for both jeep and car) \n" ); document.write( ".. \n" ); document.write( "40(x+1/3)=55x \n" ); document.write( "40x+40/3=55x \n" ); document.write( "lcd:3 \n" ); document.write( "120x+40=165x \n" ); document.write( "45x=40 \n" ); document.write( "x=40/45=8/9 hr=53 1/3 min \n" ); document.write( "How long will it take for the car to overtake or pass the jeep? 53 1/3 minutes \n" ); document.write( " |