Probability of at least one event in time

poisson processprobability

I think this is a variation on calculating at least one event, so may be related to the complement rule, or perhaps the poisson process.

Suppose I am observing my friend, waiting for him to blink. The probability that he will blink at least once in 1 second is constant, denoted by $p$.

Now I observe him for a variable interval, denoted by $t$. What is the probability that I will observe him blink at least once in $t$ second(s)?

Best Answer

$P($Friend doesn't blink in $t$ seconds$) = [P($Friend doesn't blink in $1$ second$)]^t = (1-p)^t$

So $P($Friend blinks at least once in $t$ seconds$) = 1-P($Friend doesn't blink in $t$ seconds$) = 1-(1-p)^t$

With these types of questions, you usually have to look at the complement. "At least once" should make bells go off in your brain. It means the exact same thing as "not $0$ times" (assuming we are talking about something countable, like blinks, which can only be integers $\ge 0$). To calculate this, you first have to figure out what the probability is of this happening exactly $0$ times and then take the complement.

Related Question