Jonathan S. answered 06/01/20
R expert. Patient, knowledgable, and experienced statistics tutor.
Let X = number of claims filed by a particular policy holder
We are given than P(X = 2) = 4*P(X = 4). Let's plug in the Poisson pmf formula [P(X = x) = λx*e-λ/x!] and solve for λ:
λ2*e-λ/2! = 4*λ4*e-λ/4!
the e-λ cancels out on both sides. If we divide both sides by λ2 we get λ2 by itself on the right hand side. 2! = 2, so we just have 1/2 on the left hand side. 4/4! = 1/6, so we have λ2/6 on the right hand side.
1/2 = λ2/6
λ2 = 3
λ = ±√3
However, λ can never be negative. So we know that, for a poisson random variable X, P(X = 2) = 4*P(X = 4) if and only if λ = √3.
We can check our answer in R:
Checks out.
Lydia A.
Thanks very much06/02/20