We have that
μ=4
x = 2
This follows Poisson distribution
The Poisson probability can be calculated by the formula:
P(x,μ)=x!e−μμx
Need to find P(x>2,4)=1−P(x≤2,4)
where P(x≤2,4)=P(0,4)+P(1,4)+P(2,4)
P(0,4)=0!e−440=0.0183
P(1,4)=1!e−441=0.0733
P(2,4)=2!e−442=0.147
P(x>2,4)=1−0.0183−0.0733−0.147=0.7614
Answer: 0.7614
Comments