Answer :
The probability that more than 12 particles occur in the area of a disk under the study is 0.20844.
The number of particles follows a Poisson Distribution.
A Poisson Distribution over a variable X, having a mean λ, has a probability for a random variable x as [tex]P(X = x) = e^{-\lambda} \frac{\lambda^{x}}{x!}[/tex] .
In the question, x = 12.
λ = 100*0.1 = 10.
To find : P(X > 12)
P(X > 12) = 1 - P(X ≤ 12) = 1 - poissoncdf(10,12)
As to find the probability of a Poisson Distribution P(X ≤ x), for a mean = λ, we use the calculator function poissoncdf(λ,x).
Therefore, P(X > 12) = 1 - 0.79156 = 0.20844.
Therefore, the probability that more than 12 particles occur in the area of a disk under the study is 0.20844.
Learn more about the Poisson Distribution at
https://brainly.com/question/7879375
#SPJ4