Lesson Travel and Distance problems
Algebra
->
Customizable Word Problem Solvers
->
Travel
-> Lesson Travel and Distance problems
Log On
Ad:
Over 600 Algebra Word Problems at edhelper.com
Word Problems: Travel and Distance
Word
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Source code of 'Travel and Distance problems'
This Lesson (Travel and Distance problems)
was created by by
ikleyn(53943)
:
View Source
,
Show
About ikleyn
:
<H2>Travel and Distance problems</H2> In this lesson simple typical word problems on <B><U>Travel and Distance</U></B> are presented to show the approach and the methodology of their solutions. <TABLE cellspacing="10"> <TR> <TD> <H3>Problem 1. Two objects moving toward each other</H3> Two cars entered an Interstate highway at the same time and traveled toward each other (see <B>Figure 1</B>). The initial distance between the cars was 390 miles. The first car was running at the speed 70 miles per hour, the second car was running at 60 miles per hour. How long will it take for the two cars to pass each other? What distance each car will travel before passing? </TD> <TD> {{{drawing( 400, 100, -0.1, 1.1,-1.1, 1.1, line(-0.05, 0.0, 1.05, 0.0), line(-0.05, 0.03, 1.05, 0.03), line(-0.05,-0.03, 1.05, -0.03), line( 0.0, 0.1, 0.0, -0.1), line( 1.0, 0.1, 1.0, -0.1), red(circle(0.0, 0.4, 0.01)), red(circle(0.0, 0.4, 0.005)), red(circle(1.0, 0.4, 0.01)), red(circle(1.0, 0.4, 0.005)), blue(line( 0.0, 0.4, 0.12, 0.4)), blue(line(0.09, 0.47, 0.12, 0.4)), blue(line(0.09, 0.35, 0.12, 0.4)), locate(-0.08, 1.0, Car1_70_mph), blue(line( 0.9, 0.4, 1.0, 0.4)), blue(line( 0.93, 0.47, 0.9, 0.4)), blue(line( 0.93, 0.35, 0.9, 0.4)), locate( 0.82, 1.0, 60_mph_Car2), line( 0.0, -0.3, 0.0, -0.5), line( 1.0, -0.3, 1.0, -0.5), line( 0.0, -0.4, 0.35, -0.4), line( 0.65,-0.4, 1.0, -0.4), locate(0.4,-0.2, 390_miles), line( 0.55, 0.9, 0.55, 0.7), line( 0.55, 0.6, 0.55, 0.4), line( 0.55, 0.3, 0.55, 0.1) )}}} <B>Figure 1. Two objects moving toward each other</B> </TD> </TR> </TABLE> <B>Solution</B> We will solve the problem by reducing it to the simple linear equation. Let t be the unknown time in hours for the two cars to pass each other. Since the rate of the first car is 70 miles per hour, the distance it travels for time t is equal to 70*t miles. Since the rate of the second car is 60 miles per hour, the distance it travels for time t is equal to 60*t miles. At the moment the two cars pass each other, the sum of these distances is equal to the initial distance between two cars, i.e. 390 miles. It gives an equation 70*t + 60*t = 390. Simplify the left side of the equation using the distributive law: 70*t + 60*t = (70+60)*t = 130*t. So, our equation takes the form 130*t = 390. Divide both sides of the equation by 130. You get t = 390/130 = 3. Thus, it will take 3 hours for the two cars to pass each other. Now, check the solution. The distance that the first car will travel for 3 hours is equal to 70*3 = 210 miles. The distance that the second car will travel for 3 hours is equal to 60*3 = 180 miles. Since 210 + 190 = 390, the solution is correct. <B>Answer</B>. It will take 3 hours for the two cars to pass each other. First car will travel 210 miles, and the second car will travel 180 miles before passing. <B>Note</B>. For those who prefer more <B>physical thinking</B>, the following alternative <B>solution</B> may seem more suitable. The value of 70+60 = 130 miles per hour is the rate of decreasing the distance between two cars, so the time before passing is equal to t = 390/130 = 3 hours. Based on it, the distance traveled by the first car for this time is equal to 3*70 = 210 miles, and the distance traveled by the second car for this time is equal to 3*60 = 180 miles. Surely, the answer is the same. <TABLE cellspacing="10"> <TR> <TD> <H3>Problem 2. Two objects moving in the same direction</H3> Two cars entered an Interstate highway at the same time at different locations and traveled in the same direction as shown in <B>Figure 2</B>. The initial distance between cars was 30 miles. First car was running 70 miles per hour, the second car was running 60 miles per hour. How long will it take for the first car to catch the second one? What distance each car will travel before the first car catches the second one? </TD> <TD> {{{drawing( 400, 100, -0.1, 1.1,-1.1, 1.1, line(-0.05, 0.0, 0.50, 0.0), line(-0.05, 0.03, 0.50, 0.03), line(-0.05,-0.03, 0.50, -0.03), line( 0.53, 0.0, 0.60, 0.0), line( 0.53, 0.03, 0.60, 0.03), line( 0.53,-0.03, 0.60, -0.03), line( 0.63, 0.0, 0.70, 0.0), line( 0.63, 0.03, 0.70, 0.03), line( 0.63,-0.03, 0.70, -0.03), line( 0.73, 0.0, 0.80, 0.0), line( 0.73, 0.03, 0.80, 0.03), line( 0.73,-0.03, 0.80, -0.03), line( 0.83, 0.0, 1.05, 0.0), line( 0.83, 0.03, 1.05, 0.03), line( 0.83,-0.03, 1.05, -0.03), line( 0.0, 0.1, 0.0, -0.1), line( 0.3, 0.1, 0.3, -0.1), red(circle(0.0, 0.4, 0.01)), red(circle(0.0, 0.4, 0.005)), red(circle(0.3, 0.4, 0.01)), red(circle(0.3, 0.4, 0.005)), blue(line( 0.0, 0.4, 0.12, 0.4)), blue(line(0.09, 0.47, 0.12, 0.4)), blue(line(0.09, 0.35, 0.12, 0.4)), locate(-0.08, 1.0, Car1_70_mph), blue(line( 0.3, 0.4, 0.4, 0.4)), blue(line( 0.37, 0.47, 0.4, 0.4)), blue(line( 0.37, 0.35, 0.4, 0.4)), locate( 0.25, 1.0, Car2_60_mph), line( 0.0, -0.3, 0.0, -0.5), line( 0.3, -0.3, 0.3, -0.5), line( 0.0, -0.4, 0.04, -0.4), line( 0.26,-0.4, 0.3, -0.4), locate(0.05,-0.2, 30_miles), line( 1.00, 0.9, 1.00, 0.7), line( 1.00, 0.6, 1.00, 0.4), line( 1.00, 0.3, 1.00, 0.1) )}}} <B>Figure 2. Two objects moving in the same direction</B> </TD> </TR> </TABLE> <B>Solution</B> I will show you first how to solve the problem by reducing it to the simple linear equation. Let t be the unknown time in hours for the first car to catch the second one. Since the rate of the first car is 70 miles per hour, the distance it travels for time t is equal to 70*t miles. Since the rate of the second car is 60 miles per hour, the distance it travels for time t is equal to 60*t miles. At the moment when the first car catches the second one, the difference of these distances is equal to the initial distance between two cars, i.e. 30 miles. This gives an equation 70*t - 60*t = 30. Simplify the left side of the equation using the distributive law: 70*t - 60*t = (70-60)*t = 10*t. So, our equation takes a form 10*t = 30. Divide both sides of the equation by 10. You get t = 30/10 = 3. Thus, it takes 3 hours for the first car to catch the second one. You can check the solution. The distance first car will travel for 3 hours is equal to 70*3 = 210 miles. The distance the second car will travels for 3 hours is equal to 60*3 = 180 miles. Since 210 - 180 = 30, the solution is correct. <B>Answer</B>. It will take 3 hours for the first car to catch the second one. The first car will travel 210 miles, and the second car will travel 180 miles before the first car will catch the second. <B>Note</B>. Again, there is alternative <B>physical</B> solution. The value of 70-60 = 10 miles per hour is the rate of decreasing the distance between two cars in this case, so the time before passing is equal to t = 30/10 = 3 hours. Based on it, the distance traveled by the first car for this time is equal to 3*70 = 210 miles, and the distance traveled by the second car for this time is equal to 3*60 = 180 miles. The answer the same. <TABLE cellspacing="10"> <TR> <TD> <H3>Problem 3. Two objects moving toward each other</H3> Two cars entered an Interstate highway at the same time and traveled toward each other (see <B>Figure 3</B>). The initial distance between cars was 390 miles. The speed of the first car was in 10 miles per hour greater than that of the second car. It took 3 hours for two cars to pass each other. What was the speed of each car? What distance did each car travel before the cars passed each other? </TD> <TD> {{{drawing( 400, 100, -0.1, 1.1,-1.1, 1.1, line(-0.05, 0.0, 1.05, 0.0), line(-0.05, 0.03, 1.05, 0.03), line(-0.05,-0.03, 1.05, -0.03), line( 0.0, 0.1, 0.0, -0.1), line( 1.0, 0.1, 1.0, -0.1), red(circle(0.0, 0.4, 0.01)), red(circle(0.0, 0.4, 0.005)), red(circle(1.0, 0.4, 0.01)), red(circle(1.0, 0.4, 0.005)), blue(line( 0.0, 0.4, 0.12, 0.4)), blue(line(0.09, 0.47, 0.12, 0.4)), blue(line(0.09, 0.35, 0.12, 0.4)), locate(-0.08, 1.0, Car1_speed), blue(line( 0.9, 0.4, 1.0, 0.4)), blue(line( 0.93, 0.47, 0.9, 0.4)), blue(line( 0.93, 0.35, 0.9, 0.4)), locate( 0.82, 1.0, speed_Car2), line( 0.0, -0.3, 0.0, -0.5), line( 1.0, -0.3, 1.0, -0.5), line( 0.0, -0.4, 0.35, -0.4), line( 0.65,-0.4, 1.0, -0.4), locate(0.4,-0.2, 390_miles), line( 0.55, 0.9, 0.55, 0.7), line( 0.55, 0.6, 0.55, 0.4), line( 0.55, 0.3, 0.55, 0.1) )}}} <B>Figure 3. Two objects moving toward each other</B> </TD> </TR> </TABLE> <B>Solution</B> The situation is similar to that of the <B>Problem 1</B>, but the time to get passing is given and the speed is under the question in this case. Again, we will solve the problem by reducing it to the simple linear equation. Let v be the unknown speed (in miles per hour) of the first car. Then the distance the first car traveled for 3 hours is equal to 3*v miles. Since the rate of the first car is in 10 miles per hour greater than that of the second car, the rate of the second car is equal to v-10 miles per hour. Then the distance the second car traveled for 3 hours is equal to 3*(v-10) miles. At the moment two cars pass each other, the sum of these distances is equal to the initial distance between two cars, i.e. 390 miles. It gives an equation 3*v + 3*(v-10) = 390. Simplify the left side of the equation by opening brackets and collecting like terms: 3*v + 3*v - 3*10 = 6*v - 30. So, our equation takes the form 6*v - 30 = 390. Transfer the constant term from the left side to the right and collect like terms. You get 6*v = 390+30 = 420. Divide both sides by 6. You get v = 420/6 = 70. Thus, the speed of the first car was equal to 70 miles per hour. Hence, the speed of the second car was equal to 70-10 = 60 miles per hour. The distance the first car traveled for 3 hours was equal to 70*3 = 210 miles. The distance the second car traveled for 3 hours was equal to 60*3 = 180 miles. Since 210 + 190 = 390, the solution is correct. <B>Answer</B>. The speed of the first car was 70 miles per hour, the speed of the second car was 60 miles per hour. The first car traveled 210 miles, and the second car traveled 180 miles before the cars passed each other. My other lessons on <B>Travel and Distance</B> problems in this site are <TABLE> <TR> <TD> - <A HREF=https://www.algebra.com/algebra/homework/word/travel/Travel-and-Distance-problems-for-two-bodies-moving-toward-each-other.lesson>Travel and Distance problems for two bodies moving in opposite directions</A> - <A HREF=https://www.algebra.com/algebra/homework/word/travel/Typical-catching-up-Travel-and-Distance-problems.lesson>Travel and Distance problems for two bodies moving in the same direction (catching up)</A> - <A HREF=http://www.algebra.com/algebra/homework/NumericFractions/Using-fractions-to-solve-Travel-problems.lesson>Using fractions to solve Travel problems</A> - <A HREF=http://www.algebra.com/algebra/homework/word/travel/Wind-and-Current-problems.lesson>Wind and Current problems</A> - <A HREF=http://www.algebra.com/algebra/homework/word/travel/More-problems-on-upstream-and-downstream-round-trips.lesson>More problems on upstream and downstream round trips</A> - <A HREF=http://www.algebra.com/algebra/homework/word/travel/Wind-and-Current-problems-solvable-by-quadratic-equations.lesson>Wind and Current problems solvable by quadratic equations</A> - <A HREF=https://www.algebra.com/algebra/homework/word/travel/Unpowered-raft-moving-downstream-along-a-river.lesson>Unpowered raft floating downstream along a river</A> - <A HREF=https://www.algebra.com/algebra/homework/word/travel/Selected-problems-from-the-archive-on-a-boat-floating-Upstream-and-Downstream.lesson>Selected problems from the archive on the boat floating Upstream and Downstream</A> - <A HREF=https://www.algebra.com/algebra/homework/word/travel/Selected-problems-from-the-archive-on-a-plane-flying-with-and-against-the-wind.lesson>Selected problems from the archive on a plane flying with and against the wind</A> - <A HREF=https://www.algebra.com/algebra/homework/word/travel/Selected-Travel-and-Distance-problems-from-the-archive.lesson>Selected Travel and Distance problems from the archive</A> - <A HREF=https://www.algebra.com/algebra/homework/word/travel/Had-a-car-move-faster-it-would-arrive-quicker.lesson>Had a car move faster it would arrive sooner</A> - <A HREF=http://www.algebra.com/algebra/homework/word/travel/How-far-do-you-live-from-school.lesson>How far do you live from school?</A> - <A HREF=http://www.algebra.com/algebra/homework/word/travel/One-unusual-Travel-problem.lesson>One unusual Travel problem</A> - <A HREF=http://www.algebra.com/algebra/homework/word/travel/Another-unusual-Travel-problem.lesson>Another unusual Travel problem (Arnold's problem on two walking old women)</A> - <A HREF=http://www.algebra.com/algebra/homework/word/travel/Travel-problem-on-a-messenger-moving-back-and-forth-along-the-marching-army-column.lesson>Travel problem on a messenger moving back and forth along the marching army's column</A> - <A HREF=https://www.algebra.com/algebra/homework/word/travel/A-person-walking-along-the-street-and-the-buses-traveling-in-the-same-and-opposite-directions.lesson>A person walking along the street and buses traveling in the same and opposite directions</A> </TD> <TD> - <A HREF=http://www.algebra.com/algebra/homework/word/travel/Calculating-an-average-speed.lesson>Calculating an average speed: a train going from A to B and back</A> - <A HREF=http://www.algebra.com/algebra/homework/word/travel/One-more-problem-on-calculating-an-average-speed.lesson>One more problem on calculating an average speed</A> - <A HREF=http://www.algebra.com/algebra/homework/word/travel/Clock-problems.lesson>Clock problems</A> - <A HREF=https://www.algebra.com/algebra/homework/word/travel/Advanced-clock-problems.lesson>Advanced clock problems</A> - <A HREF=http://www.algebra.com/algebra/homework/word/travel/Problems-on-bodies-moving-on-a-circle.lesson>Problems on bodies moving on a circle</A> - <A HREF=http://www.algebra.com/algebra/homework/word/travel/A-train-passing-a-telegraph-post-and-passing-a-bridge.lesson>A train passing a telegraph post and passing a bridge</A> - <A HREF=http://www.algebra.com/algebra/homework/word/travel/A-train-passing-a-platform.lesson>A train passing a platform</A> - <A HREF=http://www.algebra.com/algebra/homework/word/travel/A-train-passing-a-tunnel.lesson>A train passing through a tunnel</A> - <A HREF=http://www.algebra.com/algebra/homework/word/travel/A-light-rail-train-passing-a-walking-person.lesson>A light-rail train passing a walking person</A> - <A HREF=http://www.algebra.com/algebra/homework/word/travel/A-train-passing-another-train.lesson>A train passing another train</A> - <A HREF=https://www.algebra.com/algebra/homework/word/travel/A-man-crossing-a-bridge-when-a-train-comes-from-behind.lesson>A man crossing a bridge and a train coming from behind</A> - <A HREF=https://www.algebra.com/algebra/homework/word/travel/27-A-problem-on-a-rower-going-on-a-river-who-missed-the-bottle-of-whiskey-under-a-bridge.lesson>A rower going on a river who missed the bottle of whiskey under a bridge</A> - <A HREF=https://www.algebra.com/algebra/homework/word/travel/Non-traditional-Travel-and-Distance-problems.lesson>Non-traditional Travel and Distance problems</A> - <A HREF=https://www.algebra.com/algebra/homework/word/travel/The-distance-covered-by-a-free-falling-body-during-last-second-of-the-fall.lesson>The distance covered by a free falling body during last second of the fall</A> - <A HREF=https://www.algebra.com/algebra/homework/word/travel/The-Doppler-shift.lesson>The Doppler Shift</A> - <A HREF=https://www.algebra.com/algebra/homework/word/travel/Entertainment-Travel-and-Distance-problems.lesson>Entertainment Travel and Distance problems</A> - <A HREF=https://www.algebra.com/algebra/homework/word/travel/OVERVIEW-of-lessons-on-Travel-and-Distance.lesson>OVERVIEW of lessons on Travel and Distance</A> </TD> </TR> </TABLE> Use this file/link <A HREF=https://www.algebra.com/algebra/homework/quadratic/lessons/ALGEBRA-I-YOUR-ONLINE-TEXTBOOK.lesson>ALGEBRA-I - YOUR ONLINE TEXTBOOK</A> to navigate over all topics and lessons of the online textbook ALGEBRA-I.