Willys Flashcards Download
Become an ActuaryExamsFlashcardsExam MAS-I › Poisson Processes Practice
Exam MAS-I · practice

Exam MAS-I — Poisson Processes Practice Flashcards

Thirty exam-realistic multiple-choice problems on CAS Exam MAS-I Poisson processes — counting and increment probabilities, exponential interarrivals and gamma waiting times, conditioning arrivals on uniform order statistics, thinning and superposition, nonhomogeneous mean functions, and compound-Poisson means and variances — each with a fully worked solution.

8 free sample30 total · in appFree · fact-checked · LaTeX math
Tap card or press Space to flip
Answer

Unlock the full set

You're studying a free 8-problem sample. All 30 Poisson Processes practice problems — plus every other Exam MAS-I subject and spaced-repetition scheduling — are built into the Willys AI Flashcards & Quizzes app. 14-day free trial, then $14.99.

Every deck is built into the Willys app

All of these decks — including the full practice problem banks — come built into Willys AI Flashcards & Quizzes for iPhone & iPad (Mac version coming soon), with FSRS + SM-2 spaced repetition, streaks, and exam-date cram mode. 14-day free trial, then $14.99. To load a deck in the app: Settings → Library → Browse, then pick your exam and deck.

More Exam MAS-I decks:

Credibility Credibility Practice Frequency, Severity & Aggregate Models Frequency, Severity & Aggregate Models Practice Markov Chains Markov Chains Practice

← All Exam MAS-I decks

Browse all 30 problems as a list
  1. Process axioms
    Which of the following is **not** a defining property of a Poisson process $\{N(t),t\ge0\}$ with rate $\lambda$? (A) $N(0)=0$ (B) Independent increments over disjoint intervals (C) Stationary increments: $N(t+s)-N(s)\sim\text{Poisson}(\lambda t)$ (D) $\Pr(N(t+h)-N(t)=1)=\lambda h+o(h)$ for small $h$ (E) The interarrival times are independent $\text{Uniform}(0,\tfrac{1}{\lambda})$ random variables
    **Answer: (E).** Properties (A)-(D) are exactly the standard axioms and the small-interval characterization of a Poisson process. The interarrival times are i.i.d. $\text{Exponential}(\lambda)$, **not** uniform: $f(t)=\lambda e^{-\lambda t}$ with mean $\frac{1}{\lambda}$. A uniform interarrival would violate the memoryless property that underlies the whole construction, so (E) is the false statement. Distractor note: (E) is tempting because the mean interarrival time is indeed $\frac{1}{\lambda}$, but matching a mean does not make the distribution uniform.
  2. Process axioms
    For a Poisson process with rate $\lambda$, which statement about the increment $N(7)-N(4)$ is correct? (A) It is $\text{Poisson}(7\lambda)$ and depends on $N(4)$ (B) It is $\text{Poisson}(3\lambda)$ and is independent of $N(4)$ (C) It is $\text{Poisson}(11\lambda)$ and is independent of $N(4)$ (D) It is $\text{Poisson}(3\lambda)$ but correlated with $N(4)$ (E) It is $\text{Normal}(3\lambda,3\lambda)$ and independent of $N(4)$
    **Answer: (B).** By **stationary increments**, $N(7)-N(4)$ depends only on the interval length $7-4=3$, so it is $\text{Poisson}(\lambda\cdot 3)=\text{Poisson}(3\lambda)$. By **independent increments**, the count over the disjoint interval $(4,7]$ is independent of $N(4)$, the count over $(0,4]$. Distractors: (A) misuses the right endpoint $7$ for the mean; (C) adds the two interval lengths; (D) drops independence; (E) replaces the exact Poisson with a normal — the normal is only an approximation for large means.
  3. Process axioms
    Events occur as a Poisson process with rate $\lambda$. Given that no event has occurred in the first $s$ time units, the conditional distribution of the additional time until the first event is: (A) $\text{Exponential}(\lambda)$ — the same as the unconditional wait (B) $\text{Exponential}(\lambda)$ shifted to start at $s$, with mean $s+\tfrac{1}{\lambda}$ (C) $\text{Gamma}(2,\lambda)$ (D) $\text{Uniform}(0,s)$ (E) degenerate at $0$ (an event is now overdue)
    **Answer: (A).** The interarrival time is $\text{Exponential}(\lambda)$, which has the **memoryless** property: $\Pr(T>s+t\mid T>s)=\Pr(T>t)=e^{-\lambda t}$. Conditioning on no event by time $s$ leaves the residual wait again $\text{Exponential}(\lambda)$ with mean $\tfrac{1}{\lambda}$, free of $s$. Distractor (B) wrongly adds the elapsed time to the mean; (E) reflects the gambler's-fallacy idea that an event becomes "due," which memorylessness explicitly contradicts.
  4. Counting & increments
    Events occur as a Poisson process at rate $\lambda=3$ per day. Calculate the probability of exactly $2$ events in one day. (A) $0.1494$ (B) $0.2240$ (C) $0.2510$ (D) $0.4232$ (E) $0.4500$
    **Answer: (B).** With $t=1$ day, $N(1)\sim\text{Poisson}(\lambda t)=\text{Poisson}(3)$. $\Pr(N(1)=2)=e^{-3}\dfrac{3^{2}}{2!}=e^{-3}\dfrac{9}{2}=4.5\,e^{-3}$. Since $e^{-3}\approx 0.049787$, $\Pr(N(1)=2)\approx 4.5(0.049787)\approx 0.2240$. Distractor (A) is $\Pr(N=1)=3e^{-3}$; (E) drops the exponential and reports the coefficient $4.5\,e^{-3}\to 4.5$ mis-scaled, or $9/2$ read as a probability.
  5. Counting & increments
    Calls arrive as a Poisson process at rate $\lambda=4$ per hour. Calculate the probability of at least one call in the next $30$ minutes. (A) $0.0916$ (B) $0.1353$ (C) $0.2707$ (D) $0.8647$ (E) $0.9817$
    **Answer: (D).** Take $t=0.5$ hour, so $\lambda t = 4(0.5)=2$ and $N(0.5)\sim\text{Poisson}(2)$. $\Pr(N(0.5)\ge 1)=1-\Pr(N(0.5)=0)=1-e^{-2}\dfrac{2^{0}}{0!}=1-e^{-2}$. Since $e^{-2}\approx 0.135335$, the probability $\approx 1-0.135335=0.8647$. Distractor (B) is $\Pr(N=0)=e^{-2}$ (the complement); (E) uses $\lambda t=4$ (forgetting to halve the hour) in $1-e^{-4}$.
  6. Counting & increments
    Accidents follow a Poisson process at rate $\lambda=2$ per week. Calculate the probability of exactly $5$ accidents over a $3$-week span. (A) $0.1008$ (B) $0.1339$ (C) $0.1606$ (D) $0.1755$ (E) $0.2150$
    **Answer: (C).** Over $t=3$ weeks the count is $N(3)\sim\text{Poisson}(\lambda t)=\text{Poisson}(6)$. $\Pr(N(3)=5)=e^{-6}\dfrac{6^{5}}{5!}=e^{-6}\dfrac{7776}{120}=64.8\,e^{-6}$. Since $e^{-6}\approx 0.00247875$, $\Pr(N(3)=5)\approx 64.8(0.00247875)\approx 0.1606$. Distractor (A) uses $\text{Poisson}(2)$ for one week instead of $\text{Poisson}(6)$ for three weeks — a common rate-scaling error.
  7. Counting & increments
    Events occur as a Poisson process at rate $\lambda=1.5$ per hour. Calculate the probability of exactly $3$ events in the first hour **and** exactly $1$ event in the second hour. (A) $0.0210$ (B) $0.0420$ (C) $0.1255$ (D) $0.3347$ (E) $0.4602$
    **Answer: (B).** The two hours are disjoint, so by **independent increments** the counts are independent, each $\sim\text{Poisson}(1.5)$. $\Pr(N_1=3)=e^{-1.5}\dfrac{1.5^{3}}{3!}=e^{-1.5}\dfrac{3.375}{6}=0.5625\,e^{-1.5}\approx 0.12551$. $\Pr(N_2=1)=e^{-1.5}(1.5)\approx 0.33470$. Product $\approx 0.12551 \times 0.33470 \approx 0.0420$. Distractor (E) adds the two probabilities instead of multiplying; (C) and (D) are the individual factors.
  8. Counting & increments
    A Poisson process has rate $\lambda=0.5$ per hour. Calculate the probability of exactly $3$ events in the interval $(2,6]$ hours. (A) $0.1255$ (B) $0.1804$ (C) $0.2138$ (D) $0.2240$ (E) $0.2707$
    **Answer: (B).** By stationary and independent increments, the count over $(2,6]$ depends only on the length $6-2=4$, so $N(6)-N(2)\sim\text{Poisson}(\lambda\cdot 4)=\text{Poisson}(0.5\times 4)=\text{Poisson}(2)$. $\Pr=e^{-2}\dfrac{2^{3}}{3!}=e^{-2}\dfrac{8}{6}\approx 1.3333(0.135335)\approx 0.1804$. Distractor (D) uses $\text{Poisson}(0.5\times 6=3)$ by taking the right endpoint as the length; the correct length is the $4$-hour gap, not $6$.