A lady travels a total distance of 3 km by walking and running. She walks at a speed of 6 km/hour and runs at a speed of 10 km/hour. The total time taken is 26 minutes. The problem asks to find the distance she walked.

AlgebraWord ProblemLinear EquationsDistance, Speed, and Time
2025/7/16

1. Problem Description

A lady travels a total distance of 3 km by walking and running. She walks at a speed of 6 km/hour and runs at a speed of 10 km/hour. The total time taken is 26 minutes. The problem asks to find the distance she walked.

2. Solution Steps

Let dwd_w be the distance walked (in km) and drd_r be the distance run (in km).
Let twt_w be the time spent walking (in hours) and trt_r be the time spent running (in hours).
We know that the total distance is 3 km, so
dw+dr=3d_w + d_r = 3 (Equation 1)
The total time taken is 26 minutes, which is 2660=1330\frac{26}{60} = \frac{13}{30} hours. So,
tw+tr=1330t_w + t_r = \frac{13}{30} (Equation 2)
We also know that distance = speed * time, so time = distance / speed. Thus,
tw=dw6t_w = \frac{d_w}{6}
tr=dr10t_r = \frac{d_r}{10}
Substitute these into Equation 2:
dw6+dr10=1330\frac{d_w}{6} + \frac{d_r}{10} = \frac{13}{30}
Multiply both sides by 30 to eliminate fractions:
5dw+3dr=135d_w + 3d_r = 13 (Equation 3)
From Equation 1, we can write dr=3dwd_r = 3 - d_w. Substitute this into Equation 3:
5dw+3(3dw)=135d_w + 3(3 - d_w) = 13
5dw+93dw=135d_w + 9 - 3d_w = 13
2dw=1392d_w = 13 - 9
2dw=42d_w = 4
dw=2d_w = 2
Therefore, the distance she walked is 2 km.

3. Final Answer

2 km