A bus arrives at the bus station with probability $ \frac{1}{10} $ independently.
A family arrives at the bus stop at a random time.
The first son says:
- The expected value for the time the next bus will arrive is $ 10 $
- the expected for the time since the last bus has arrived in the station (before they got there) is also $10$
- thus the expected value by time for the time between the two buses is $20$
The second son says: The expected value for the time the next bus will arrive is $ 10 $ so the expected value between the last bus and the next bus is also $10$.
Which is correct?
Now I tried to approach the problem, I see how the expected if we start at a point and wait for a bus is $10$ (because it is distributed geometrically), however I can't seem to be able to read the data correctly.
Does it matter if we:
First plan all the buses (and not tell the family) and then place the family (in which case the second son is obviously correct)
First choose a number of buses to go before the family, then place the family, and then the other buses (which would mean the first son seems correct, although I'm not sure)
What is the right way to model this problem?