Probability of Poisson event happening twice, consecutively

AI Thread Summary
The discussion focuses on calculating the probability of receiving at least three telephone calls in two consecutive one-minute intervals, modeled by a Poisson distribution with a mean of 3.5. Participants clarify that the problem requires finding the cumulative distribution function for at least three calls, rather than exactly three. It is noted that the two events (calls in each minute) can be treated as independent. The suggested approach involves calculating the probability for one minute and then squaring that result to find the probability for both intervals. This method effectively addresses the original question regarding consecutive events.
cmkluza
Messages
118
Reaction score
1

Homework Statement


The number of telephone calls, T, received each minute can be modeled by a Poisson distribution with a mean of 3.5.

Find the probability that at least three telephone calls are received in each of two successive one-minute intervals.

Homework Equations


P = \frac{e^{-μ}μ^x}{x}

The Attempt at a Solution


I realize that I can calculate the probability of getting three phone calls during one minute using \frac{e^{-μ}μ^x}{x} = \frac{e^{-3.5}3.5^3}{3} (or, more simply, by using a calculator), but I don't currently have any intuition on how to find the probability of finding the probability of this happening twice, consecutively. Can anyone give me any suggestions on how to think about this in order to arrive at an answer? Thanks!
 
Physics news on Phys.org
cmkluza said:

Homework Statement


The number of telephone calls, T, received each minute can be modeled by a Poisson distribution with a mean of 3.5.

Find the probability that at least three telephone calls are received in each of two successive one-minute intervals.

Homework Equations


P = \frac{e^{-μ}μ^x}{x}

The Attempt at a Solution


I realize that I can calculate the probability of getting three phone calls during one minute using \frac{e^{-μ}μ^x}{x} = \frac{e^{-3.5}3.5^3}{3} (or, more simply, by using a calculator), but I don't currently have any intuition on how to find the probability of finding the probability of this happening twice, consecutively. Can anyone give me any suggestions on how to think about this in order to arrive at an answer? Thanks!

You are not asked about 3 calls in each minute; you are asked about at least 3 calls in each minute; that is, in each minute the number of calls is 3 or 4 or 5 or 6 or ... .
 
After you have addressed Ray's point, consider whether the two events (calls in first minute, calls in second minute) are independent or correlated.
 
Ray Vickson said:
You are not asked about 3 calls in each minute; you are asked about at least 3 calls in each minute; that is, in each minute the number of calls is 3 or 4 or 5 or 6 or ... .

Thanks, looks like I read the question a little too quickly. Anyhow, at least 3 just changes it to a cumulative distribution function, right?

haruspex said:
After you have addressed Ray's point, consider whether the two events (calls in first minute, calls in second minute) are independent or correlated.

It would appear that the events are independent. Based on the old example of tossing a coin, I'd guess that I find the probability of getting at least 3 calls, and square it?
 
cmkluza said:
Thanks, looks like I read the question a little too quickly. Anyhow, at least 3 just changes it to a cumulative distribution function, right?
It would appear that the events are independent. Based on the old example of tossing a coin, I'd guess that I find the probability of getting at least 3 calls, and square it?
Yes.
 
haruspex said:
Yes.

Thanks for your help!
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top