The following bus schedule is seen at a bus stop located somewhere in between town A and town B.
Town A-00:10, then every 20 mins
Town B-00:15, then every 20 mins
If a person arrives at this bus stop at some random time, the probability that the next bus is for town B is
This problem requires calculating the probability that the next bus encountered at a random arrival time is heading towards Town B, given specific schedules for Town A and Town B.
The bus schedules provided are:
To find the probability, we first determine the time intervals between consecutive bus departures from the stop, regardless of their destination.
Listing departures chronologically within a cycle:
Calculating the time gaps between these consecutive departures reveals a pattern:
This pattern of 5-minute and 15-minute intervals repeats every 20 minutes. The total duration of these intervals within one cycle is 5 + 15 = 20 minutes.
Since the person arrives at a random time, the probability of arriving during a specific interval is proportional to the length of that interval.
The total time within the 20-minute cycle where the *next* bus is for Town B corresponds to the sum of the 5-minute intervals:
Total time for next bus to be Town B = 5 minutes.
The probability is calculated as the ratio of the favorable interval lengths (next bus is B) to the total interval length within the cycle:
$ P(\text{Next bus is for Town B}) = \frac{\text{Total interval duration for next bus to B}}{\text{Total cycle interval duration}} $
$ P(\text{Next bus is for Town B}) = \frac{5 \text{ minutes}}{20 \text{ minutes}} $
$ P(\text{Next bus is for Town B}) = \frac{1}{4} $
The probability that the next bus the person catches is for Town B is 1/4.