0
$\begingroup$

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:

  1. The expected value for the time the next bus will arrive is $ 10 $
  2. the expected for the time since the last bus has arrived in the station (before they got there) is also $10$
  3. 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?

  • 0
    I'm guessing that my time is discrete (although this is just a guess). The problem is not clear to me either, the way they phrased it (in my foreign language) it only says the buses are independent (not from whom). If we go with your phrasing @joriki who would you say was correct?2012-12-15

1 Answers 1

2

The daughter listens to both sons and then explains to them that they're calculating two different quantities:

The first son is calculating the mean duration of an inter-arrival interval selected randomly by uniformly choosing among all points in time and examining the interval that contains that point.

The second son is calculating the mean duration of an inter-arrival interval selected randomly by uniformly choosing among all inter-arrival intervals.

  • 0
    I think I understand, thank you.2012-12-15