Math Problem Statement

Assume that X is a Poisson random variable with μ = 20. Calculate the following probabilities.

Note: Do not round intermediate calculations. Round your final answers to 4 decimal places. a P(X ≤ 11)

b P(X = 14)

c P(X > 18)

d P(19 ≤ X ≤ 27)

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Probability
Poisson Distribution
Cumulative Distribution Function (CDF)
Probability Mass Function (PMF)

Formulas

P(X = k) = (μ^k * e^(-μ)) / k!
P(X ≤ k) = Σ from k=0 to n of (μ^k * e^(-μ)) / k!
P(X > k) = 1 - P(X ≤ k)

Theorems

Poisson Theorem
Complement Rule

Suitable Grade Level

Undergraduate or Advanced High School (Grades 11-12)