Willys Flashcards Download
Become an ActuaryExamsFlashcardsExam MAS-I › Survival & Reliability Models Practice
Exam MAS-I · practice

Exam MAS-I — Survival & Reliability Models Practice Flashcards

Thirty exam-realistic multiple-choice problems on CAS Exam MAS-I survival and reliability models — recovering $S(t)$ from a hazard or cumulative hazard, exponential and Weibull survival and MTTF, series, parallel, and $k$-out-of-$n$ system reliability, mean residual life, and Kaplan-Meier and Nelson-Aalen estimation from right-censored data — 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 Survival & Reliability Models 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. Survival & hazard
    A lifetime has hazard rate $h(t)=0.03+0.002t$ for $t\ge 0$. Calculate the probability the unit survives past $t=5$. (A) $0.8250$ (B) $0.8395$ (C) $0.8607$ (D) $0.8825$ (E) $0.9048$
    **Answer: (B).** First integrate the hazard to get the cumulative hazard: $H(t)=\int_{0}^{t}(0.03+0.002u)\,du = 0.03t+0.001t^{2}$. At $t=5$: $H(5)=0.03(5)+0.001(25)=0.15+0.025=0.175$. Then $S(5)=e^{-H(5)}=e^{-0.175}\approx 0.8395$. Dropping the quadratic term (using only $H=0.15$) gives $e^{-0.15}\approx 0.8607$ (C); treating $H$ itself as the failure probability, $1-0.175=0.825$, gives (A). The survival is $e^{-H}$, not $1-H$.
  2. Survival & hazard
    A lifetime has survival function $S(t)=\dfrac{1}{(1+0.5t)^{2}}$ for $t\ge 0$. Calculate the hazard rate $h(t)$ at $t=4$. (A) $0.1111$ (B) $0.3333$ (C) $0.5000$ (D) $0.6667$ (E) $1.0000$
    **Answer: (B).** Use $h(t)=-\dfrac{d}{dt}\ln S(t)$. Here $\ln S(t)=-2\ln(1+0.5t)$, so $h(t)=-\dfrac{d}{dt}\big[-2\ln(1+0.5t)\big]=2\cdot\dfrac{0.5}{1+0.5t}=\dfrac{1}{1+0.5t}$. At $t=4$: $h(4)=\dfrac{1}{1+0.5(4)}=\dfrac{1}{3}\approx 0.3333$. Evaluating $S(4)=\dfrac{1}{(1+2)^{2}}=\dfrac{1}{9}\approx 0.1111$ confuses the survival value with the hazard (A); forgetting to bring down the factor $2$ from the exponent but keeping it elsewhere can produce $0.6667$ (D).
  3. Survival & hazard
    A lifetime has hazard rate $h(t)=0.003t^{2}$ for $t\ge 0$. Calculate the probability the unit survives past $t=10$. (A) $0.0498$ (B) $0.3679$ (C) $0.7000$ (D) $0.7408$ (E) $0.9048$
    **Answer: (B).** The cumulative hazard is $H(t)=\int_{0}^{t}0.003u^{2}\,du = 0.001t^{3}$. At $t=10$: $H(10)=0.001(1000)=1$. Then $S(10)=e^{-H(10)}=e^{-1}\approx 0.3679$. Using the instantaneous hazard $h(10)=0.003(100)=0.3$ as a failure probability and reporting $1-0.3=0.70$ gives (C); $h$ is a rate, not a probability, and survival comes from the integrated $H$.
  4. Survival & hazard
    A component has lifetime survival function $S(t)=\left(1-\dfrac{t}{10}\right)^{3}$ for $0\le t\le 10$. Calculate the hazard rate $h(t)$ at $t=4$. (A) $0.2160$ (B) $0.3000$ (C) $0.5000$ (D) $0.7500$ (E) $1.5000$
    **Answer: (C).** The density is $f(t)=-S'(t)=-3\left(1-\dfrac{t}{10}\right)^{2}\cdot\left(-\dfrac{1}{10}\right)=\dfrac{3}{10}\left(1-\dfrac{t}{10}\right)^{2}$. Then $h(t)=\dfrac{f(t)}{S(t)}=\dfrac{\frac{3}{10}\left(1-\frac{t}{10}\right)^{2}}{\left(1-\frac{t}{10}\right)^{3}}=\dfrac{3/10}{1-\frac{t}{10}}=\dfrac{3}{10-t}$. At $t=4$: $h(4)=\dfrac{3}{10-4}=\dfrac{3}{6}=0.5$. Reporting the density $f(4)=\frac{3}{10}(0.6)^{2}=0.108$ or the value $S(4)=0.216$ (A) skips the $h=f/S$ step.
  5. Survival & hazard
    A unit's cumulative hazard is $H(t)=\ln(1+0.4t)$ for $t\ge 0$. Calculate the hazard rate $h(t)$ at $t=5$. (A) $0.0667$ (B) $0.1333$ (C) $0.2000$ (D) $0.4000$ (E) $1.0986$
    **Answer: (B).** The hazard is the derivative of the cumulative hazard: $h(t)=H'(t)=\dfrac{d}{dt}\ln(1+0.4t)=\dfrac{0.4}{1+0.4t}$. At $t=5$: $h(5)=\dfrac{0.4}{1+0.4(5)}=\dfrac{0.4}{3}\approx 0.1333$. Reporting $H(5)=\ln(3)\approx 1.0986$ (E) gives the cumulative hazard, not the instantaneous one; using $\dfrac{0.4}{1+0.4(5)}$ but forgetting the $0.4$ in the numerator yields $\dfrac{1}{3}$-type errors. The corresponding survival, for reference, is $S(5)=e^{-H(5)}=\dfrac{1}{3}$.
  6. Lifetime distributions
    A component has an exponential lifetime with mean $250$ hours. Calculate the probability it survives past $400$ hours. (A) $0.2019$ (B) $0.3679$ (C) $0.4493$ (D) $0.6000$ (E) $0.7981$
    **Answer: (A).** For an exponential lifetime the mean is $\dfrac{1}{\lambda}=250$, so the rate is $\lambda=\dfrac{1}{250}=0.004$ per hour and $S(t)=e^{-\lambda t}$. $S(400)=e^{-0.004(400)}=e^{-1.6}\approx 0.2019$. Treating the mean as if it were the time scale, $e^{-400/400}=e^{-1}\approx 0.3679$, gives (B); reporting $1-S(400)=0.798$ gives the failure probability (E). The exponential survival uses $\lambda t=\frac{400}{250}=1.6$.
  7. Lifetime distributions
    A Weibull lifetime has shape $\tau=2$ and scale $\theta=80$. Calculate the probability the unit survives past $t=40$. (A) $0.3679$ (B) $0.6065$ (C) $0.6703$ (D) $0.7788$ (E) $0.8825$
    **Answer: (D).** The Weibull survival function is $S(t)=e^{-(t/\theta)^{\tau}}$. $\left(\dfrac{t}{\theta}\right)^{\tau}=\left(\dfrac{40}{80}\right)^{2}=(0.5)^{2}=0.25$. $S(40)=e^{-0.25}\approx 0.7788$. Forgetting to apply the shape exponent (using $e^{-(40/80)}=e^{-0.5}\approx 0.6065$) gives (B); using $\tau$ as a multiplier of the scale rather than an exponent of the ratio is the most common slip here.
  8. Lifetime distributions
    A Weibull lifetime has shape $\tau=2$ and scale $\theta=200$. Calculate the hazard rate $h(t)$ at $t=100$. (A) $0.0025$ (B) $0.0050$ (C) $0.0100$ (D) $0.0200$ (E) $0.5000$
    **Answer: (B).** The Weibull hazard is $h(t)=\dfrac{\tau}{\theta}\left(\dfrac{t}{\theta}\right)^{\tau-1}$. With $\tau=2$, $\theta=200$, $t=100$: $h(100)=\dfrac{2}{200}\left(\dfrac{100}{200}\right)^{1}=0.01\times 0.5=0.005$. Forgetting the ratio factor and reporting just $\dfrac{\tau}{\theta}=\dfrac{2}{200}=0.01$ gives (C); since $\tau>1$ the hazard rises with $t$, so this aging component will have a higher hazard later in life.