Electricity power failure occurs on average 3 times every 20 weeks. What is the probability that there will not be more than one failure during a particular week?
$\lambda=3/20=$the average number of failures for any given week. $x=0,1$
$P(X=0)= ({e^{{-3}/{20}} \cdot ({3}/{20})^0})/{0!}=0.860707$
$P(X=1)= ({e^{{-3}/{20}} \cdot ({3}/{20})^1})/{1!}=0.129106$
$P(X\leq 1)=P(X=0)+P(X=1)=0.989814$
This answer makes sense since the average frequency of occurrence is very low. Is my solution correct?