Concept:The Poisson distribution's probability mass function is P(X=k)=k!e−λλk​, where λ is the mean.Explanation:Given P(X=1)=P(X=2).Write 1!e−λλ1​=2!e−λλ2​.Cancel e−λ (nonzero) to get λ=2λ2​.Multiply both sides by 2: 2λ=λ2.Rearrange: λ2−2λ=0, so λ(λ−2)=0.Since λ>0, we have λ=2.Thus the mean of X is 2.Answer:2.00