document.write( "Question 559581: At 1:00 p.m. a car leaves St. Louis for Chicago, traveling at a constant speed of 65 miles per hour. At 2:00 p.m. a truck leaves Chicago for St. Louis, traveling at a constant speed of 55 miles per hour. If it is a 305-mile drive between St. Louis and Chicago, at what time will the car and truck pass each other? \r
\n" );
document.write( "\n" );
document.write( "I'm having trouble with this because of the different times that the vehicles left. Thanks! \n" );
document.write( "
Algebra.Com's Answer #363533 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! At 1:00 p.m. a car leaves St. Louis for Chicago, traveling at a constant speed of 65 miles per hour. \n" ); document.write( "At 2:00 p.m. a truck leaves Chicago for St. Louis, traveling at a constant speed of 55 miles per hour. \n" ); document.write( " If it is a 305-mile drive between St. Louis and Chicago, at what time will the car and truck pass each other? \n" ); document.write( ": \n" ); document.write( "Let t = travel time of the truck that leaves at 2 PM \n" ); document.write( "then \n" ); document.write( "(t+1) = travel time of the car which left at 1 PM \n" ); document.write( ": \n" ); document.write( "When the two meet, the distance each traveled will add up to 305 mi \n" ); document.write( ": \n" ); document.write( "Write a distance equation, dist = speed * time \n" ); document.write( "car dist + truck dist = 305 mile \n" ); document.write( "65(t+1) + 55t = 305 \n" ); document.write( "65t + 65 + 55t = 305 \n" ); document.write( "65t + 55t = 305 - 65 \n" ); document.write( "120t = 240 \n" ); document.write( "t = 240/120 \n" ); document.write( "t = 2 hrs, is the travel time of the truck which left at 2 PM \n" ); document.write( "therefore \n" ); document.write( " 2 PM + 2 hrs = 4 PM they will meet \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "We can prove this \n" ); document.write( "Car travel time = 3 hrs \n" ); document.write( "3*65 = 195 \n" ); document.write( "2*55 = 110 \n" ); document.write( "----------- \n" ); document.write( "total: 305 \n" ); document.write( " |