Table of contents
- 1. Intro to Stats and Collecting Data55m
- 2. Describing Data with Tables and Graphs1h 55m
- 3. Describing Data Numerically1h 45m
- 4. Probability2h 16m
- 5. Binomial Distribution & Discrete Random Variables2h 33m
- 6. Normal Distribution and Continuous Random Variables1h 38m
- 7. Sampling Distributions & Confidence Intervals: Mean1h 3m
- 8. Sampling Distributions & Confidence Intervals: Proportion1h 12m
- 9. Hypothesis Testing for One Sample1h 1m
- 10. Hypothesis Testing for Two Samples2h 8m
- 11. Correlation48m
- 12. Regression1h 4m
- 13. Chi-Square Tests & Goodness of Fit1h 20m
- 14. ANOVA1h 0m
5. Binomial Distribution & Discrete Random Variables
Discrete Random Variables
Problem 5.3.8a
Textbook Question
In Exercises 5–8, assume that the Poisson distribution applies; assume that the mean number of Atlantic hurricanes in the United States is 5.5 per year, as in Example 1; and proceed to find the indicated probability.
a. Find the probability that in a year, there will be 10 hurricanes.

1
Understand the problem: The Poisson distribution is used to model the number of events (hurricanes) occurring in a fixed interval of time (a year) when the events occur independently and at a constant average rate. Here, the mean number of hurricanes per year (λ) is 5.5, and we are tasked with finding the probability of observing exactly 10 hurricanes in a year.
Recall the formula for the Poisson probability mass function (PMF): P(X = k) = (λ^k * e^(-λ)) / k!, where λ is the mean number of events, k is the number of events we are interested in, and e is the base of the natural logarithm (approximately 2.718).
Substitute the given values into the formula: Set λ = 5.5 and k = 10. The formula becomes P(X = 10) = ((5.5)^10 * e^(-5.5)) / 10!.
Break down the calculation into manageable parts: (1) Compute (5.5)^10, which is the mean raised to the power of 10. (2) Compute e^(-5.5), which is the exponential function with a negative mean. (3) Compute 10!, which is the factorial of 10 (i.e., 10 × 9 × 8 × ... × 1).
Combine the results: Multiply (5.5)^10 by e^(-5.5), then divide the result by 10!. This will give you the probability of observing exactly 10 hurricanes in a year.

This video solution was recommended by our tutors as helpful for the problem above
Video duration:
1mPlay a video:
Was this helpful?
Key Concepts
Here are the essential concepts you must grasp in order to answer the question correctly.
Poisson Distribution
The Poisson distribution is a probability distribution that expresses the probability of a given number of events occurring in a fixed interval of time or space, given a known average rate of occurrence. It is particularly useful for modeling rare events, such as the number of hurricanes in a year, where the events are independent of each other.
Recommended video:
Guided course
Intro to Frequency Distributions
Mean (λ) in Poisson Distribution
In the context of the Poisson distribution, the mean (denoted as λ, lambda) represents the average number of occurrences of the event in the specified interval. For this question, λ is given as 5.5, indicating that, on average, there are 5.5 hurricanes per year in the United States, which serves as a key parameter for calculating probabilities.
Recommended video:
Guided course
Mean & Standard Deviation of Binomial Distribution
Calculating Probability with Poisson Formula
To find the probability of observing a specific number of events (k) in a Poisson distribution, the formula P(X = k) = (e^(-λ) * λ^k) / k! is used, where e is Euler's number (approximately 2.71828), λ is the mean, and k! is the factorial of k. This formula allows us to compute the likelihood of experiencing exactly k events, such as 10 hurricanes in a year.
Recommended video:
Guided course
Probability From Given Z-Scores - TI-84 (CE) Calculator
Watch next
Master Intro to Random Variables & Probability Distributions with a bite sized video explanation from Patrick
Start learningRelated Videos
Related Practice