A chicken wishes to cross a single lane of traffic on a long-straight road. The arrival process of cars is a Poisson process of rate $\lambda$. She needs a car-free interval of length $c$ in order to safely cross the road.
How long does it take her to cross the road? How long on average does it take the chicken to cross two similar lanes (each with traffic at rate $λ)$ if $(a)$ she must walk straight across, (assume that the chicken will not cross if at any time during the crossing there is a car in either direction), or $(b)$ there is a traffic island, and she may stop between the lanes. Show from your answers that we expect it to take longer in scenario $(a)$.
- Firstly, I want to try to calculate the expected time for the chicken to cross the road, say $H$. I'm slightly unsure how this is derived?
- For $(a)$, I need the answer above but noting the question says the chicken is affected by cars in both lanes, then the rate should be $2\lambda$. $i.e$ looking to find $H(2\lambda,2c)$.
- For $(b)$, If she can stop then we will need $2\times H(\lambda,c)$, since we should assume the chicken is not affected by a car in the other lane when crossing the first lane.
Ultimately, it is the beginning of the question I am unsure on - the rest should follow trivially$(?)$.