Answer: Solve Poisson Distribution Prob | Rare Event?

cse63146
Messages
435
Reaction score
0
[SOLVED] Poisson Distribution

Homework Statement



Let X be the number of people entering the ICU in a hospital. From Historical data, we know the average number of people entering ICU on any given day is 5

a) What is the probability that the number of people entering the ICU on any given day is less than 2. Do you think this is a rare event?

b) What is the probability of people entering the ICU on any 2 consecutive day is less than 2. Do you think this is a rare event?

Homework Equations



P(X = K) = \frac{\mu^k e^{-\mu}}{k!}

The Attempt at a Solution



a) P (X &lt; 2) = P(X=0) + P(X=1) = \frac{5^0 e^{-5}}{0!} + \frac{5^{1} e^{-5}}{1!}<br /> = e^{-5} + 5e^{-5} = 6e^{-5} = 0.0404

b) Since it's 2 consecutive days =>P (X < 2)*P (X < 2) = P (X < 2)^2 = 0.0404^2 = 0.00163

How would I determine if it's a rare event? Would I just compare it to 5 people entering the ICU for both cases?

Thank You
 
Last edited:
Physics news on Phys.org
Your work looks fine (although a couple of signs are switched the fractions in part a -- corrected in following work).
a) The probability is only about .04, so about 1 chance in 25. I'd say that's a fairly rare occurrence.
b) The probability is much less, hence a much rarer event.
 
Thank You.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top