Spotting cars on a highway

Cars on the Road
20 minutes0–5 mincarP(∅) = 0.40cum = 0.400×5–10 mincarP(∅) = 0.40cum = 0.160×10–15 mincarP(∅) = 0.40cum = 0.064×15–20 mincarP(∅) = 0.40cum = 0.026≥ 1 car observedP(≥1) = 1 − (0.40)⁴ = 0.974420-MINUTE HIGHWAY OBSERVATION

You're standing by a highway. The probability of observing at least one car during any 20-minute window is 609/625=97.44%609/625 = 97.44\%. Assume the probability of seeing a car is constant (uniform) over time.

What's the probability of observing at least one car in a 5-minute window?

Cars on the Road
20 minutes0–5 mincarP(∅) = 0.40cum = 0.400×5–10 mincarP(∅) = 0.40cum = 0.160×10–15 mincarP(∅) = 0.40cum = 0.064×15–20 mincarP(∅) = 0.40cum = 0.026≥ 1 car observedP(≥1) = 1 − (0.40)⁴ = 0.974420-MINUTE HIGHWAY OBSERVATION
What do you think?
P(at least one car in 5 minutes)?

The decomposition trick

The 20-minute interval splits into four non-overlapping 5-minute intervals. By the constant-rate assumption, these intervals are independent and identical.

Decomposing the 20-Minute Interval
20-minute interval5 min5 min5 min5 minP(no car in 5 min) = 1 − p for each intervalP(no car in 20 min) = (1 − p)⁴(1 − p)⁴ = 16/625 → p = 3/5

The four independent "no car" probabilities multiply together. Drag the slider to change pp and watch both the individual intervals and the combined result:

Why Complements Multiply
60%40%0–5 min×60%40%5–10 min×60%40%10–15 min×60%40%15–20 min20 minP(none)2.6%P(≥1)97.4%

P(no car in 20 min) = (0.40)⁴ = 0.0256 P(≥1 car) = 97.44%

Work with the complement — the probability of seeing no cars:

P(no car in 20 min)=1609625=16625P(\text{no car in 20 min}) = 1 - \frac{609}{625} = \frac{16}{625}

Since the four 5-minute intervals are independent:

P(no car in 20 min)=P(no car in 5 min)4P(\text{no car in 20 min}) = P(\text{no car in 5 min})^4

Solving for p
P(1 car in 20 min)=609625P(\geq 1 \text{ car in 20 min}) = \frac{609}{625}
Given information.
Step 1 of 5

Verify with the simulation — set p=0.6p = 0.6 and run:

Cars on a Highway

Complements multiply when events are independent. The probability of "at least one" doesn't split nicely across time intervals, but the probability of "none" does: P(none in T)=P(none in T/n)nP(\text{none in } T) = P(\text{none in } T/n)^n.

Why complements matter

It's tempting to try: P(car in 5 min)=P(car in 20 min)/4P(\text{car in 5 min}) = P(\text{car in 20 min}) / 4. But this gives 609/25000.244609/2500 \approx 0.244, which is wrong. Why?

"At least one car" is not an additive quantity. If you see a car in the first 5-minute window, that guarantees you see a car in the 20-minute window regardless of what happens next. The events overlap.

The complement "no cars" avoids this overlap:

P(no car in all four windows)=P(no car in window 1)×P(no car in window 2)×P(\text{no car in all four windows}) = P(\text{no car in window 1}) \times P(\text{no car in window 2}) \times \cdots

This works because "no car in window 1" and "no car in window 2" are independent (by the constant-rate assumption), and their intersection is exactly "no car in the full 20 minutes."

What do you think?
What assumption makes the four intervals independent?

Connection to the Poisson process

This problem is closely related to the Poisson process. If cars arrive according to a Poisson process with rate λ\lambda, then:

P(no car in time t)=eλtP(\text{no car in time } t) = e^{-\lambda t}

For our problem: e20λ=16/625e^{-20\lambda} = 16/625, giving λ=ln(625/16)/200.183\lambda = \ln(625/16)/20 \approx 0.183 cars per minute.

And P(at least one car in 5 min)=1e5λ=1(e20λ)1/4=1(16/625)1/4=3/5P(\text{at least one car in 5 min}) = 1 - e^{-5\lambda} = 1 - (e^{-20\lambda})^{1/4} = 1 - (16/625)^{1/4} = 3/5.

Constant Rate Assumption

When a problem states that the probability of an event is "constant" or "uniform" over time, it implies that non-overlapping time intervals are independent and identically distributed. This is the hallmark of a Poisson process (or a discrete-time analog like Bernoulli trials).

Generalizing

If the probability of at least one event in time TT is PTP_T, then the probability in time T/nT/n is:

p=1(1PT)1/np = 1 - (1 - P_T)^{1/n}

Drag the time slider to see how the probability grows. The green curve (correct) diverges from the red dashed line (wrong linear scaling) — probability growth is decidedly non-linear:

Time Scale Explorer
0%25%50%75%100%010203040506084.0%
correct: 1 − (2/5)^(t/5)wrong: linear scaling

P(≥1 car in 10 min) = 1 − (2/5)^2 = 84.00%

Time intervalP(at least one car)
20 min609/625 = 97.44%
10 min1(16/625)1/2=14/25=84%1 - (16/625)^{1/2} = 1 - 4/25 = 84\%
5 min1(16/625)1/4=12/5=60%1 - (16/625)^{1/4} = 1 - 2/5 = 60\%
1 min1(16/625)1/2017.2%1 - (16/625)^{1/20} \approx 17.2\%

Competition appearances

This problem appears in quant interviews (testing independence and complements), actuarial exams (claim arrival rates and time-interval decomposition), AMC/AIME contests (decomposing probabilities over large intervals), and Poisson process problems from insurance modeling to network traffic.

This technique applies when converting between probabilities at different time scales under a stationarity assumption.

When you see a probability given for one time interval and need it for another, always work with complements (probability of "none") and use the independence of non-overlapping intervals. This avoids the trap of trying to scale "at least one" probabilities linearly.

P(at least one car in 10 minutes)? (decimal like 0.84)
1/4

The takeaway

Work with complements when decomposing time intervals. The probability of "at least one" event doesn't split multiplicatively — it's not additive over time. But the probability of "zero events" does split cleanly when intervals are independent.