Q. 4.25

Question

Suppose that the number of events that occur in a specified time is a Poisson random variable with parameter λ. If each event is counted with probability p, independently of every other event, show that the number of events that are counted is a Poisson random variable with parameter λp. Also, give an intuitive argument as to why this should be so. As an application of the preceding result, suppose that the number of distinct uranium deposits in a given area is a Poisson random variable with parameter λ=10. If, in a fixed period of time, each deposit is discovered independently with probability 150, find the probability that

(a) exactly , 

(b) at least 1, and

(c) at most 1 deposit is discovered during that time.

Step-by-Step Solution

Verified
Answer

(a) The probability that exactly,P(Y=1)=0.2·e-0.2

(b) The probability that at least 1 andP(Y1)=1-P(Y=0)=1-e-0.2

(c) The probability that at most 1 deposit is  discovered during that time  isP(Y1)=P(Y=0)+P(Y=1)=e-0.2+0.2·e-0.2

1Step 1 Given information

Define X~Pois(λ). Define Y as the random variable that counts the events that are accepted. We are required to show that Y~Pois(pλ). Take any k0 and using LOTP we have that

P(Y=k)=n=kP(Y=kX=n)P(X=n)

Observe that if we are given X=n, Y has binomial distribution since every of n events are independently accepted with the probability p

2Step 2 calculation

P(Y=k)=n=knkpk(1-p)n-k·λnn!e-λ

=n=kn!k!(n-k)!pk(1-p)n-k·λnn!e-λ

=pkk!e-λn=k1(n-k)!(1-p)n-k·λn

=pkk!e-λn=01n!(1-p)n·λn+k

=pkk!e-λλkn=01n!(1-p)n·λn

=pkk!e-λλkn=0(λ(1-p))nn!

=pkk!e-λλk·eλ(1-p)

=(λp)kk!e-λp


3Step 3 Explanation

Since it holds for every k, we have proved that Y~Pois(λp). Observe that it is consistent with our intuition: the number of accepted events also behaves like Poisson process since the original distribution is Poisson and the average rate is pλ. For the last question, we are given that λp=10·150=0.2

4Step 4 Final answer

(a) P(Y=1)=0.2·e-0.2

(b) P(Y1)=1-P(Y=0)=1-e-0.2

(c) P(Y1)=P(Y=0)+P(Y=1)=e-0.2+0.2·e-0.2