Math Problem Statement

A boy traveled by train which moved at the speed of 30 mph. He then boarded a bus that moved at the speed of 40 mph and reached his destination. The entire distance covered was 100 miles and the entire duration of the journey was 3 hours. Find the distance he traveled by bus.

Solution

To find the distance the boy traveled by bus, we can use a system of equations based on the information provided.

Step 1: Define Variables

Let's define the following variables:

  • Let dtd_t be the distance traveled by train (in miles).
  • Let dbd_b be the distance traveled by bus (in miles).

Given that the entire distance is 100 miles, we have:

dt+db=100d_t + d_b = 100

Step 2: Express Time in Terms of Distance and Speed

  • The speed of the train is 30 mph. Therefore, the time taken by the train is:

Time by train=dt30\text{Time by train} = \frac{d_t}{30}

  • The speed of the bus is 40 mph. Therefore, the time taken by the bus is:

Time by bus=db40\text{Time by bus} = \frac{d_b}{40}

Given that the entire journey took 3 hours, we have:

dt30+db40=3\frac{d_t}{30} + \frac{d_b}{40} = 3

Step 3: Solve the System of Equations

We have the following two equations:

  1. dt+db=100d_t + d_b = 100
  2. dt30+db40=3\frac{d_t}{30} + \frac{d_b}{40} = 3

From the first equation, express dtd_t in terms of dbd_b:

dt=100dbd_t = 100 - d_b

Substitute this into the second equation:

100db30+db40=3\frac{100 - d_b}{30} + \frac{d_b}{40} = 3

Step 4: Simplify and Solve for dbd_b

To eliminate the fractions, find a common denominator, which is 120:

100db30=4(100db)120=4004db120\frac{100 - d_b}{30} = \frac{4(100 - d_b)}{120} = \frac{400 - 4d_b}{120} db40=3db120\frac{d_b}{40} = \frac{3d_b}{120}

Now, substitute back into the equation:

4004db120+3db120=3\frac{400 - 4d_b}{120} + \frac{3d_b}{120} = 3

Combine the fractions:

4004db+3db120=3\frac{400 - 4d_b + 3d_b}{120} = 3 400db120=3\frac{400 - d_b}{120} = 3

Multiply both sides by 120 to clear the fraction:

400db=360400 - d_b = 360

db=40d_b = 40

Step 5: Find dtd_t for Verification

Since dt+db=100d_t + d_b = 100:

dt=10040=60d_t = 100 - 40 = 60

Verification

  1. Time by train: 6030=2\frac{60}{30} = 2 hours
  2. Time by bus: 4040=1\frac{40}{40} = 1

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Linear Equations
Speed, Distance, Time Problems

Formulas

-

Theorems

-

Suitable Grade Level

Grades 6-8