Poisson Tables Quiz: Constructing and Reading Poisson Tables

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Thames
T
Thames
Community Contributor
Quizzes Created: 11119 | Total Attempts: 9,762,531
| Attempts: 13 | Questions: 20 | Updated: May 12, 2026
Please wait...
Question 1 / 21
🏆 Rank #--
0 %
0/100
Score 0/100

1) For X ~ Poisson(3), what is P(X = 2)?

Explanation

P(X = 2) = e^{−3} × 3² / 2! = e^{−3} × 9/2 = 4.5e^{−3} ≈ 0.2240. This is the probability of exactly two events when the mean rate is 3. In a Poisson table, this value appears at the intersection of the k = 2 row and the λ = 3 column.

Submit
Please wait...
About This Quiz
Poisson Tables Quiz: Constructing and Reading Poisson Tables - Quiz

Think you can make sense of a Poisson table? This quiz guides you through reading probabilities, understanding cumulative values, and seeing how the rate parameter affects everything. You’ll explore how the table is built and why it’s so useful for real-world prediction. Give it a try and sharpen your Poisson... see moreinstincts.
see less

2)

What first name or nickname would you like us to use?

You may optionally provide this to label your report, leaderboard, or certificate.

2) What is the relationship between λ and the shape of a Poisson probability table?

Explanation

Larger λ increases both the mean and variance (both equal λ), shifting the distribution's mass toward higher k values while also spreading it out. In a Poisson table this is visible as the peak probability moving to larger k, with more rows carrying substantial probability. Option A is incorrect — while P(X = 0) = e^{−λ} shrinks, probabilities at higher k values grow.

Submit

3) A Poisson table shows P(X ≤ 4) = 0.8153 for λ = 3. What is P(X > 4)?

Explanation

Using the complement rule: P(X > 4) = 1 − P(X ≤ 4) = 1 − 0.8153 = 0.1847. Confirming P(X ≤ 4) for λ = 3: P(0) ≈ 0.0498, P(1) ≈ 0.1494, P(2) ≈ 0.2240, P(3) ≈ 0.2240, P(4) ≈ 0.1680. Sum ≈ 0.8153. Poisson tables make such complement calculations straightforward.

Submit

4) A Poisson probability table always provides probabilities for negative values of k.

Explanation

The answer is False. The Poisson distribution is defined only for non-negative integers k = 0, 1, 2, … Negative counts are impossible — you cannot observe a negative number of events. All Poisson tables therefore begin at k = 0 and extend upward, with no rows for negative k values.

Submit

5) For X ~ Poisson(2.5), what is the mode — the most probable value of k in the table?

Explanation

The mode of a Poisson distribution is ⌊λ⌋ when λ is not an integer. For λ = 2.5, the mode is ⌊2.5⌋ = 2. Confirming: P(2) = e^{−2.5} × 2.5² / 2! ≈ 0.2565 and P(3) = e^{−2.5} × 2.5³ / 3! ≈ 0.2138. Since P(2) > P(3), k = 2 is the most probable outcome in the table.

Submit

6) For any λ > 0, the probabilities P(X = k) in a Poisson table decrease monotonically as k increases from k = 0.

Explanation

The answer is False. For λ > 1, P(X = k) first increases from k = 0, reaches its peak at the mode (approximately ⌊λ⌋), and then decreases. For example for λ = 3: P(0) ≈ 0.0498, P(1) ≈ 0.1494, P(2) ≈ 0.2240, P(3) ≈ 0.2240. The values rise then fall. Only for λ ≤ 1 does P(X = k) decrease monotonically from k = 0.

Submit

7) For X ~ Poisson(4), what is P(X ≤ 3)?

Explanation

P(X ≤ 3) = P(0) + P(1) + P(2) + P(3). For λ = 4: P(0) = e^{−4} ≈ 0.0183, P(1) = 4e^{−4} ≈ 0.0733, P(2) = 8e^{−4} ≈ 0.1465, P(3) = (32/6)e^{−4} ≈ 0.1954. Sum = 0.0183 + 0.0733 + 0.1465 + 0.1954 = 0.4335. Option C (0.5665) is a common incorrect answer that results from using wrong individual probabilities.

Submit

8) As λ increases, the Poisson distribution becomes more symmetric and bell-shaped.

Explanation

The answer is True. At small λ the distribution is strongly right-skewed with most probability near k = 0. As λ grows, the mass shifts toward higher k values and the shape becomes more symmetric, converging toward a normal distribution with mean and variance both equal to λ. This progression is clearly visible in Poisson tables as the peak probability moves rightward.

Submit

9) Which of the following are correct steps when constructing a Poisson probability table for a given λ? (Select all that apply)

Explanation

Options A, B, and C are all correct. Choosing the k range defines the table's scope. Computing each P(X = k) using the formula fills each cell. Verifying the sum confirms the table is valid. Option D is incorrect: large k values should be included until their probabilities become negligibly small. Stopping too early makes the table incomplete and causes the probabilities to sum to less than 1.

Submit

10) For X ~ Poisson(2), what is P(X ≥ 2)?

Explanation

Using the complement rule: P(X ≥ 2) = 1 − P(X ≤ 1) = 1 − [P(0) + P(1)]. P(0) = e^{−2} ≈ 0.1353 and P(1) = 2e^{−2} ≈ 0.2707. So P(X ≥ 2) = 1 − 0.1353 − 0.2707 = 0.5940. This is easily computed from a table by reading the first two rows and subtracting their sum from 1.

Submit

11) What does a Poisson probability table typically show?

Explanation

A Poisson probability table lists P(X = k) = e^{−λ} λ^k / k! for multiple values of k at fixed λ values. This allows easy lookup of exact probabilities without manual computation. The table is organised by rows of k and columns of λ, and all entries for a given λ sum to 1.

Submit

12) A cumulative Poisson table for λ = 5 shows P(X ≤ 2) = 0.1247. What does this value represent?

Explanation

P(X ≤ 2) = P(0) + P(1) + P(2). For λ = 5 this equals e^{−5}(1 + 5 + 12.5) = 18.5e^{−5} ≈ 0.1247. The complement 1 − 0.1247 = 0.8753 gives P(X ≥ 3). Cumulative entries are useful for finding tail probabilities quickly without summing individual rows.

Submit

13) For X ~ Poisson(2), what is P(X ≤ 3)?

Explanation

P(X ≤ 3) = P(0) + P(1) + P(2) + P(3). For λ = 2: P(0) = e^{−2} ≈ 0.1353, P(1) = 2e^{−2} ≈ 0.2707, P(2) = 2e^{−2} ≈ 0.2707, P(3) = (4/3)e^{−2} ≈ 0.1804. Sum = 0.1353 + 0.2707 + 0.2707 + 0.1804 = 0.8571.

Submit

14) Which of the following steps are needed to find P(X ≥ 3) using a Poisson table? (Select all that apply)

Explanation

P(X ≥ 3) = 1 − P(X ≤ 2) = 1 − [P(0) + P(1) + P(2)]. Option A is correct: the right λ column must be identified first. Option B is correct: the three rows for k = 0, 1, 2 are needed. Option C is correct: their sum is subtracted from 1. Option D is incorrect: reading P(X = 3) alone gives only P(X = 3), not P(X ≥ 3).

Submit

15) How are Poisson tables typically structured when showing multiple λ values?

Explanation

Standard Poisson tables use rows to index event counts k = 0, 1, 2, … and columns to index different λ values. Each cell contains P(X = k; λ). This layout allows a reader to locate any (k, λ) pair quickly without recomputing the formula.

Submit

16) A Poisson table shows P(X = 3) = 0.1804 for λ = 2. What does this value mean?

Explanation

P(X = 3) = 0.1804 means the probability of observing exactly three events is approximately 18%, given a mean rate of λ = 2. This is a single-row probability, not a cumulative one. Confirming: e^{−2} × 2³ / 3! = e^{−2} × 8/6 ≈ 0.1353 × 1.3333 ≈ 0.1804.

Submit

17) For X ~ Poisson(4), what is P(X = 0)?

Explanation

P(X = 0) = e^{−λ} × λ^0 / 0! = e^{−4} ≈ 0.0183. This represents the probability of zero events when the average rate is 4 per interval. In a Poisson table, the row k = 0 always contains e^{−λ}, which decreases as λ increases.

Submit

18) For a given λ, the probabilities P(X = k) in a Poisson table sum to 1 across all k = 0, 1, 2, …

Explanation

The answer is True. The Poisson PMF satisfies Σ_{k=0}^{∞} e^{−λ} λ^k / k! = e^{−λ} × e^{λ} = 1. This is the normalisation condition confirming that the total probability across all possible outcomes is exactly 1. Every valid Poisson table must satisfy this property.

Submit

19) Which of the following is NOT typically included in a Poisson probability table?

Explanation

A standard Poisson table includes the mean rate λ, the event count k, and the corresponding probabilities P(X = k). Standard deviation is not listed because it can be derived from λ since SD = √λ. Including it would add a redundant column that does not serve the table's core lookup purpose.

Submit

20) In a Poisson probability table for λ = 3, what does the row labelled k = 2 represent?

Explanation

Each row in a Poisson table represents a specific count k. For k = 2, the entry gives P(X = 2) = e^{−3} × 3² / 2! = e^{−3} × 4.5 ≈ 0.2240, meaning the probability of observing exactly two events when the mean rate is 3.

Submit
×
Saved
Thank you for your feedback!
View My Results
Cancel
  • All
    All (20)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
For X ~ Poisson(3), what is P(X = 2)?
What is the relationship between λ and the shape of a Poisson...
A Poisson table shows P(X ≤ 4) = 0.8153 for λ = 3. What is P(X >...
A Poisson probability table always provides probabilities for negative...
For X ~ Poisson(2.5), what is the mode — the most probable value of...
For any λ > 0, the probabilities P(X = k) in a Poisson table...
For X ~ Poisson(4), what is P(X ≤ 3)?
As λ increases, the Poisson distribution becomes more symmetric and...
Which of the following are correct steps when constructing a Poisson...
For X ~ Poisson(2), what is P(X ≥ 2)?
What does a Poisson probability table typically show?
A cumulative Poisson table for λ = 5 shows P(X ≤ 2) = 0.1247. What...
For X ~ Poisson(2), what is P(X ≤ 3)?
Which of the following steps are needed to find P(X ≥ 3) using a...
How are Poisson tables typically structured when showing multiple λ...
A Poisson table shows P(X = 3) = 0.1804 for λ = 2. What does this...
For X ~ Poisson(4), what is P(X = 0)?
For a given λ, the probabilities P(X = k) in a Poisson table sum to 1...
Which of the following is NOT typically included in a Poisson...
In a Poisson probability table for λ = 3, what does the row labelled...
play-Mute sad happy unanswered_answer up-hover down-hover success oval cancel Check box square blue
Alert!