The the first one the answer should be -4
For the second one the answer should be 3
Answer:
0.36427
Step-by-step explanation:
Mean = λ = 18 messages per hour
P(X = x) = (e^-λ)(λ⁻ˣ)/x!
P(X ≤ x) = Σ (e^-λ)(λ⁻ˣ)/x! (Summation From 0 to x)
But the probability required is that the messages thay come in an hour is between 15 and 20, that is, P(15 < X < 20)
P(15 < X < 20) = P(X < 20) - P(X ≤ 15)
These probabilities will be evaluated using a cumulative frequency calculator.
P(X < 20) = 0.65092
P(X ≤ 15) = poissoncdf(18, 15) = 0.28665
P(15 < X < 20) = P(X < 20) - P(X ≤ 15) = 0.65092 - 0.28665 = 0.36427.
You can use the Poisson distribution calculator here
https://stattrek.com/online-calculator/poisson.aspx
Answer:
120strip
Step-by-step explanation:
Answer:
[13, 15, 17, 16, 12]
[16, 12, 17, 13, 15]
[16, 15, 14, 13, 12]
[17, 13, 15, 12, 14]
Step-by-step explanation:
Writing a Python code, I got the answers given, reading from left to right to down. For example, for [13, 15, 17, 16, 12], 13 is the top left circle, 15 is the middle right, 17 is the far right, 16 is the bottom left, and 12 is the bottom right