A lady travels a total distance of 3 km in 26 minutes. She walks at a speed of 6 km/hour for some distance and runs at 10 km/hour for the remaining distance. The problem asks us to find the distance she walks.

AlgebraWord ProblemSystems of EquationsLinear EquationsDistance, Rate, and Time
2025/7/16

1. Problem Description

A lady travels a total distance of 3 km in 26 minutes. She walks at a speed of 6 km/hour for some distance and runs at 10 km/hour for the remaining distance. The problem asks us to find the distance she walks.

2. Solution Steps

Let dwd_w be the distance she walks (in km), and drd_r be the distance she runs (in km).
Let twt_w be the time she spends walking (in hours), and trt_r be the time she spends running (in hours).
We know that the total distance is 3 km:
dw+dr=3d_w + d_r = 3
We also know that the total time is 26 minutes, which is 2660\frac{26}{60} hours.
tw+tr=2660=1330t_w + t_r = \frac{26}{60} = \frac{13}{30}
We know that distance = speed * time. Thus, time = distance / speed.
tw=dw6t_w = \frac{d_w}{6}
tr=dr10t_r = \frac{d_r}{10}
Substitute these expressions for twt_w and trt_r into the total time equation:
dw6+dr10=1330\frac{d_w}{6} + \frac{d_r}{10} = \frac{13}{30}
Multiply both sides of the equation by 30 to eliminate the fractions:
5dw+3dr=135d_w + 3d_r = 13
Now we have a system of two equations with two variables:

1. $d_w + d_r = 3$

2. $5d_w + 3d_r = 13$

From equation (1), we can express drd_r in terms of dwd_w:
dr=3dwd_r = 3 - d_w
Substitute this into equation (2):
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=42=2d_w = \frac{4}{2} = 2
Now, substitute the value of dwd_w back into the equation for drd_r:
dr=3dw=32=1d_r = 3 - d_w = 3 - 2 = 1
So, she walks 2 km and runs 1 km.

3. Final Answer

The distance she walks is 2 km.