To find the probability that a random variable X, which follows a Poisson distribution with a mean (λ) of 5 , is less than 3 , we calculate P(X<3). This is equivalent to finding the sum of probabilities P(X=0),P(X=1), and P(X=2) :P(X<3)=P(X=0)+P(X=1)+P(X=2)=0!λ0e−λ​+1!λ1e−λ​+2!λ2e−λ​Substituting λ=5, we have:P(X<3)=e−5(1+5+225​)=e−5(22​+210​+225​)=e−5×237​=237​e−5