6.3 Continuous Probability Distributions

Key Takeaways

  • Continuous random variables are defined by a probability density function (PDF) f(x) ≥ 0 where ∫ f(x) dx = 1; the probability of any single exact value is zero (P(X = c) = 0), meaning interval probabilities are evaluated via P(a ≤ X ≤ b) = F(b) - F(a) = ∫ f(x) dx.
  • The standard normal distribution Z = (X - μ)/σ ~ N(0, 1) utilizes the 68–95–99.7 empirical rule; linear combinations of independent normal variables are themselves normal with additive means μ_W = Σ a_i μ_i and additive variances σ²_W = Σ a_i² σ²_i.
  • The exponential distribution f(x) = λ e^(-λx) models interarrival times and component lifespans under purely random failures, uniquely possessing the memoryless property P(X > s + t | X > s) = P(X > t) and a constant hazard rate h(t) = λ.
  • The Weibull distribution models time-to-failure across all phases of the classical bathtub curve: β < 1 represents infant mortality (decreasing failure rate), β = 1 reduces to the exponential distribution (constant failure rate), and β > 1 models wearout and mechanical fatigue (increasing failure rate).
  • Statistical inference relies on sampling distributions: Student's t-distribution accounts for unknown population variance in small samples, the Chi-square (χ²) distribution models sample variance and goodness-of-fit, and the F-distribution tests equality of variances in ANOVA.
Last updated: September 2026

Continuous random variables measure quantities along an unbroken continuum—such as component dimensions, process cycle times, mechanical stresses, and equipment lifetimes. Unlike discrete variables, probability for a continuous variable is defined not at a single point, but as an area under a curve. On the FE Industrial examination, continuous distributions appear across multiple topics: statistical process control (Normal distribution), equipment reliability and maintainability (Exponential and Weibull distributions), and statistical hypothesis testing (Student's $t$, Chi-square, and $F$ distributions).


1. Continuous Random Variables: PDF and CDF Properties

Probability Density Function (PDF)

A continuous random variable $X$ is governed by a probability density function $f(x)$ that satisfies two fundamental mathematical axioms:

  1. $f(x) \ge 0$ for all real numbers $-\infty < x < \infty$
  2. The total area underneath the density curve equals unity: f(x)dx=1\int_{-\infty}^{\infty} f(x) \, dx = 1

Important Contrast with Discrete Variables

For any continuous random variable $X$:

  • The probability of taking on any single exact mathematical value $c$ is strictly zero: P(X=c)=ccf(x)dx=0P(X = c) = \int_c^c f(x) \, dx = 0
  • Consequently, including or excluding boundary endpoints does not change the probability: P(aXb)=P(a<Xb)=P(aX<b)=P(a<X<b)=abf(x)dxP(a \le X \le b) = P(a < X \le b) = P(a \le X < b) = P(a < X < b) = \int_a^b f(x) \, dx

Cumulative Distribution Function (CDF)

The CDF $F(x)$ represents the accumulated probability from $-\infty$ up to threshold $x$:

F(x)=P(Xx)=xf(u)duF(x) = P(X \le x) = \int_{-\infty}^x f(u) \, du

By the Fundamental Theorem of Calculus, the PDF is the first derivative of the CDF wherever the derivative exists:

f(x)=ddxF(x)f(x) = \frac{d}{dx} F(x)

Continuous Expectation and Variance

  • Expected Value (Mean $\mu$): E(X)=μ=xf(x)dxE(X) = \mu = \int_{-\infty}^{\infty} x \cdot f(x) \, dx
  • Expected Value of a Function $g(X)$: E[g(X)]=g(x)f(x)dxE[g(X)] = \int_{-\infty}^{\infty} g(x) \cdot f(x) \, dx
  • Variance ($\sigma^2$): Var(X)=σ2=(xμ)2f(x)dx=E(X2)[E(X)]2=(x2f(x)dx)μ2\text{Var}(X) = \sigma^2 = \int_{-\infty}^{\infty} (x - \mu)^2 f(x) \, dx = E(X^2) - [E(X)]^2 = \left( \int_{-\infty}^{\infty} x^2 f(x) \, dx \right) - \mu^2

2. The Normal (Gaussian) Distribution and Linear Combinations

Density Function and the Standard Normal ($Z$)

The Normal distribution $X \sim N(\mu, \sigma^2)$ is defined by the bell-shaped probability density function:

f(x)=1σ2πexp((xμ)22σ2),<x<f(x) = \frac{1}{\sigma \sqrt{2\pi}} \exp\left( -\frac{(x - \mu)^2}{2\sigma^2} \right), \quad -\infty < x < \infty

The curve is completely symmetric about the mean $\mu$, with inflection points occurring at $\mu - \sigma$ and $\mu + \sigma$.

To compute probabilities using standard reference tables, any normal random variable $X$ is converted to the standard normal distribution $Z \sim N(0, 1)$ via the standard score transformation:

Z=XμσZ = \frac{X - \mu}{\sigma}

The standard normal cumulative distribution function is denoted $\Phi(z) = P(Z \le z)$. Due to symmetry about zero:

  • $\Phi(-z) = 1 - \Phi(z)$
  • $P(-z \le Z \le z) = 2\Phi(z) - 1$

The Empirical Rule (68–95–99.7 Rule)

For any normally distributed variable:

  • $\mu \pm 1\sigma$ encompasses approximately $68.27%$ of the distribution
  • $\mu \pm 2\sigma$ encompasses approximately $95.45%$ of the distribution
  • $\mu \pm 3\sigma$ encompasses approximately $99.73%$ of the distribution
  • In Six Sigma quality engineering, specification limits placed at $\mu \pm 6\sigma$ leave only $3.4$ parts per million defective when accounting for a standard $1.5\sigma$ process mean drift.

Linear Combinations of Independent Normal Variables

In manufacturing tolerance analysis, assemblies consist of multiple mating parts. If $X_1, X_2, \dots, X_n$ are mutually independent normally distributed random variables where $X_i \sim N(\mu_i, \sigma_i^2)$, and $a_1, a_2, \dots, a_n$ and $c$ are real constants, then the linear combination:

W=c+i=1naiXi=c+a1X1+a2X2++anXnW = c + \sum_{i=1}^n a_i X_i = c + a_1 X_1 + a_2 X_2 + \dots + a_n X_n

is also normally distributed ($W \sim N(\mu_W, \sigma_W^2)$) with parameters:

μW=c+i=1naiμi\mu_W = c + \sum_{i=1}^n a_i \mu_i σW2=i=1nai2σi2    σW=i=1nai2σi2\sigma_W^2 = \sum_{i=1}^n a_i^2 \sigma_i^2 \quad \implies \quad \sigma_W = \sqrt{\sum_{i=1}^n a_i^2 \sigma_i^2}

Exam Watchout: Assembly Clearances and Variance Addition When finding the clearance gap between a hole and a shaft ($C = X_{\text{hole}} - X_{\text{shaft}}$), the mean is the difference: $\mu_C = \mu_{\text{hole}} - \mu_{\text{shaft}}$. However, because $a_1 = 1$ and $a_2 = -1$, the variance is: σC2=(1)2σhole2+(1)2σshaft2=σhole2+σshaft2\sigma_C^2 = (1)^2 \sigma_{\text{hole}}^2 + (-1)^2 \sigma_{\text{shaft}}^2 = \sigma_{\text{hole}}^2 + \sigma_{\text{shaft}}^2 Variances always add. Never subtract variances, and never add standard deviations directly ($\sigma_C \neq \sigma_{\text{hole}} + \sigma_{\text{shaft}}$).


3. The Exponential Distribution and Memoryless Reliability Modeling

Probability Density Function, CDF, and Reliability

The exponential distribution models the time or distance between successive Poisson events, such as the operational lifespan of electronic components subjected to random operational shocks. It is parameterized by the constant failure rate $\lambda > 0$:

  • PDF: $f(t) = \lambda e^{-\lambda t}$ for $t \ge 0$
  • CDF: $F(t) = P(T \le t) = 1 - e^{-\lambda t}$ for $t \ge 0$
  • Reliability (Survival) Function: The probability that a component functions without failure beyond time $t$: R(t)=P(T>t)=1F(t)=eλtR(t) = P(T > t) = 1 - F(t) = e^{-\lambda t}
  • Mean Time to Failure (MTTF / Mean): MTTF=E(T)=μ=1λ\text{MTTF} = E(T) = \mu = \frac{1}{\lambda}
  • Variance: $\text{Var}(T) = \sigma^2 = \frac{1}{\lambda^2} \implies \sigma = \frac{1}{\lambda}$

The Memoryless Property

The exponential distribution is the only continuous probability distribution that possesses the memoryless property:

P(T>s+tT>s)=P(T>s+t)P(T>s)=eλ(s+t)eλs=eλt=P(T>t)P(T > s + t \mid T > s) = \frac{P(T > s + t)}{P(T > s)} = \frac{e^{-\lambda(s + t)}}{e^{-\lambda s}} = e^{-\lambda t} = P(T > t)

Engineering Consequence: If an electronic circuit has already operated without failure for $s = 1{,}000\text{ hours}$, the conditional probability that it survives an additional $t = 500\text{ hours}$ is identical to the probability of a brand-new component surviving $500\text{ hours}$. The component does not experience wear, aging, or fatigue; failure is driven purely by memoryless, random external events.

The Hazard Rate Function (Failure Rate)

The hazard function $h(t)$ represents the instantaneous failure rate at time $t$ given survival up to time $t$:

h(t)=f(t)R(t)=f(t)1F(t)=λeλteλt=λ=constanth(t) = \frac{f(t)}{R(t)} = \frac{f(t)}{1 - F(t)} = \frac{\lambda e^{-\lambda t}}{e^{-\lambda t}} = \lambda = \text{constant}

A constant hazard rate directly characterizes the useful life phase of physical systems.


4. The Weibull Distribution and the Engineering Bathtub Curve

Two-Parameter Weibull Distribution

Mechanical, structural, and chemical components typically age, degrade, and fatigue over time, violating the constant hazard rate assumption of the exponential distribution. The Weibull distribution provides the flexibility to model non-constant failure rates via two parameters:

  1. $\beta > 0$: Shape parameter (Weibull slope)
  2. $\theta > 0$ (or $\alpha$ in some texts): Scale parameter (Characteristic life)
  • CDF: $F(t) = 1 - \exp\left[ -\left(\frac{t}{\theta}\right)^\beta \right]$ for $t \ge 0$

  • Reliability Function: $R(t) = \exp\left[ -\left(\frac{t}{\theta}\right)^\beta \right]$

  • Characteristic Life Property: When operating time equals the scale parameter ($t = \theta$): R(θ)=e10.3679    F(θ)=1e10.6321R(\theta) = e^{-1} \approx 0.3679 \quad \implies \quad F(\theta) = 1 - e^{-1} \approx 0.6321 Exactly $63.2%$ of all units will fail by time $t = \theta$, regardless of the shape parameter $\beta$.

  • Hazard Rate Function: h(t)=f(t)R(t)=βθ(tθ)β1h(t) = \frac{f(t)}{R(t)} = \frac{\beta}{\theta} \left( \frac{t}{\theta} \right)^{\beta - 1}

The Bathtub Curve and the Role of $\beta$

The classical engineering bathtub curve divides the lifecycle of an equipment population into three distinct failure regimes, each directly mapped to the Weibull shape parameter $\beta$:

Failure Rate h(t)
  │  \                                              / Wearout (β > 1)
  │   \                 Constant Rate              /
  │    \──────────────────────────────────────────/
  │   Infant Mortality (β < 1)     Useful Life (β = 1)
  └─────────────────────────────────────────────────────────> Operating Time t
Lifecycle PhaseHazard Rate BehaviorWeibull ShapeTypical Root Causes & Engineering Actions
Infant Mortality (Burn-In)Decreasing ($dh/dt < 0$)$\beta < 1$Material flaws, substandard assembly, installation error, defective solder joints. Action: Factory burn-in screening, accelerated stress testing before shipping.
Useful Life (Normal Operation)Constant ($dh/dt = 0$)$\beta = 1$Random stress spikes, power surges, external shock, human operator error. Reduces identically to the Exponential distribution with $\lambda = 1/\theta$.
Wearout PhaseIncreasing ($dh/dt > 0$)$\beta > 1$Mechanical friction, bearing spalling, fatigue cracking, corrosion, dielectric breakdown. Action: Preventive maintenance, planned component overhaul. When $\beta \approx 3.44$, the Weibull closely approximates a Normal distribution.

5. Fundamental Sampling Distributions for Statistical Inference

Sampling distributions describe the probabilistic behavior of sample statistics (e.g., sample mean $\bar{X}$, sample variance $s^2$) computed from random samples of size $n$.

Student's $t$-Distribution

  • Physical Genesis: Derived by William Sealy Gosset when estimating the population mean $\mu$ of a normal distribution when the true population variance $\sigma^2$ is unknown and replaced by the sample variance $s^2$: t=Xˉμs/ntν,where ν=n1 degrees of freedomt = \frac{\bar{X} - \mu}{s / \sqrt{n}} \sim t_{\nu}, \quad \text{where } \nu = n - 1 \text{ degrees of freedom}
  • Mathematical Shape: Symmetrical and bell-shaped around zero, but possessing heavier tails (higher kurtosis) than the standard normal distribution to reflect the added sampling variability introduced by estimating $\sigma$ with $s$.
  • Limiting Behavior: As sample size $n \to \infty$ (degrees of freedom $\nu \to \infty$), the sample variance $s$ converges to $\sigma$, and the $t$-distribution converges identically to the standard normal distribution $Z$.

Chi-Square ($\chi^2$) Distribution

  • Physical Genesis: The sum of squares of $k$ independent standard normal random variables follows a Chi-square distribution with $k$ degrees of freedom: χ2=i=1kZi2χk2\chi^2 = \sum_{i=1}^k Z_i^2 \sim \chi^2_k
  • Distribution Properties:
    • Support is strictly non-negative: $0 \le \chi^2 < \infty$.
    • Positively skewed (skewed to the right); approaches normality as degrees of freedom become large.
    • Mean: $E(\chi^2) = k$
    • Variance: $\text{Var}(\chi^2) = 2k$
  • Primary Applications in Industrial Engineering:
    • Inference on a single population variance: $\frac{(n - 1)s^2}{\sigma^2} \sim \chi^2_{n - 1}$.
    • Goodness-of-Fit testing (Pearson's $\chi^2$ test for comparing observed versus theoretical frequencies).
    • Contingency table analysis (tests of independence and homogeneity across categorical attributes).

Fisher-Snedecor $F$-Distribution

  • Physical Genesis: The ratio of two independent chi-square random variables, each divided by its respective degrees of freedom: F=χ12/d1χ22/d2Fd1,d2F = \frac{\chi_1^2 / d_1}{\chi_2^2 / d_2} \sim F_{d_1, d_2} where $d_1$ is numerator degrees of freedom and $d_2$ is denominator degrees of freedom.
  • Support and Shape: Strictly non-negative ($F \ge 0$) and positively skewed.
  • Primary Applications in Industrial Engineering:
    • Comparing the variances of two independent normal populations: $F = \frac{s_1^2 / \sigma_1^2}{s_2^2 / \sigma_2^2}$. Under the null hypothesis $H_0: \sigma_1^2 = \sigma_2^2$, $F = s_1^2 / s_2^2$.
    • Analysis of Variance (ANOVA): Partitioning total process variation into Between-Treatment Mean Square ($MS_{\text{Treatment}}$) and Within-Error Mean Square ($MS_{\text{Error}}$): $F = MS_{\text{Treatment}} / MS_{\text{Error}}$.
    • Testing overall model significance in linear regression analysis.

6. Comparative Summary of Continuous and Sampling Distributions

DistributionSupportKey ParametersMean $E(X)$Variance $\text{Var}(X)$Primary Industrial Application
Normal$(-\infty, \infty)$$\mu, \sigma^2$$\mu$$\sigma^2$Dimensional tolerances, SPC control charts, process capability indices ($C_p, C_{pk}$)
Exponential$[0, \infty)$$\lambda$$1/\lambda$$1/\lambda^2$Time between failures under random stress, service times in queueing ($M/M/1$)
Weibull$[0, \infty)$$\beta$ (shape), $\theta$ (scale)$\theta \Gamma(1 + 1/\beta)$$\theta^2 [\Gamma(1 + 2/\beta) - \Gamma^2(1 + 1/\beta)]$Aging and wearout modeling across the entire reliability bathtub curve
Student's $t$$(-\infty, \infty)$$\nu = n - 1$$0$ (for $\nu > 1$)$\frac{\nu}{\nu - 2}$ (for $\nu > 2$)Confidence intervals and hypothesis tests for $\mu$ when $\sigma$ is unknown
Chi-Square ($\chi^2$)$[0, \infty)$$k$$k$$2k$Inference on variance $\sigma^2$, distribution goodness-of-fit, test of independence
$F$$[0, \infty)$$d_1, d_2$$\frac{d_2}{d_2 - 2}$ (for $d_2 > 2$)$\frac{2 d_2^2 (d_1 + d_2 - 2)}{d_1 (d_2 - 2)^2 (d_2 - 4)}$Testing equality of variances, ANOVA in designed experiments (DOE), regression $R^2$ tests

7. Step-by-Step Worked Engineering Examples

Worked Example 6.3.1: Assembly Clearance Gap Tolerance Stack-Up Analysis

Problem: A critical mechanical subassembly pairs a cylindrical steel pin into a brass bushing.

  • The internal diameter of the bushing is normally distributed with mean $\mu_B = 25.15\text{ mm}$ and standard deviation $\sigma_B = 0.04\text{ mm}$.
  • The external diameter of the pin is normally distributed with mean $\mu_P = 25.05\text{ mm}$ and standard deviation $\sigma_P = 0.03\text{ mm}$.
  • Bushing and pin dimensions are statistically independent.

Assembly clearance is defined as $C = X_B - X_P$.

  1. Determine the probability distribution, mean, and standard deviation of clearance $C$.
  2. Compute the probability of an interference fit (where the pin is larger than the bushing, meaning $C < 0$).

Solution:

  1. Identify the Distribution of Clearance $C$:
    • Since $C$ is a linear combination of independent normal random variables ($C = 1 \cdot X_B - 1 \cdot X_P$), $C$ is itself normally distributed.
    • Mean clearance: μC=μBμP=25.15 mm25.05 mm=0.10 mm\mu_C = \mu_B - \mu_P = 25.15\text{ mm} - 25.05\text{ mm} = 0.10\text{ mm}
    • Variance of clearance (coefficients are $a_1 = 1$ and $a_2 = -1$): σC2=(1)2σB2+(1)2σP2=(0.04)2+(0.03)2=0.0016+0.0009=0.0025 mm2\sigma_C^2 = (1)^2 \sigma_B^2 + (-1)^2 \sigma_P^2 = (0.04)^2 + (0.03)^2 = 0.0016 + 0.0009 = 0.0025\text{ mm}^2
    • Standard deviation of clearance: σC=0.0025=0.05 mm\sigma_C = \sqrt{0.0025} = 0.05\text{ mm}
    • Therefore, $C \sim N(0.10, 0.05^2)$.
  2. Compute Probability of Interference ($C < 0$):
    • Standardize to find the $Z$-score for $C = 0$: Z=0μCσC=00.100.05=2.00Z = \frac{0 - \mu_C}{\sigma_C} = \frac{0 - 0.10}{0.05} = -2.00
    • Using the standard normal cumulative table: P(C<0)=P(Z<2.00)=Φ(2.00)=1Φ(2.00)P(C < 0) = P(Z < -2.00) = \Phi(-2.00) = 1 - \Phi(2.00) From the standard normal table, $\Phi(2.00) = 0.9772$: P(C<0)=10.9772=0.02282.28%P(C < 0) = 1 - 0.9772 = 0.0228 \approx 2.28\%
  3. Engineering Conclusion: Exactly $2.28%$ of the assembled pairs will experience an interference fit requiring rework or mechanical press-fitting.

Worked Example 6.3.2: Hydraulic Pump Reliability and Mission Success Probability

Problem: An industrial hydraulic pump operating on an automated stamping press has a time-to-failure governed by an exponential distribution with a mean time to failure (MTTF) of $\mu = 4{,}000\text{ operating hours}$.

  1. What is the failure rate $\lambda$ per hour?
  2. What is the probability that the pump survives a $1{,}000\text{-hour}$ production run without failure?
  3. If the pump has already operated successfully for $3{,}000\text{ hours}$ without incident, what is the conditional probability that it survives an additional $1{,}000\text{ hours}$?

Solution:

  1. Calculate the Failure Rate $\lambda$: λ=1MTTF=14,000=0.00025 failures/hour\lambda = \frac{1}{\text{MTTF}} = \frac{1}{4{,}000} = 0.00025\text{ failures/hour}
  2. Surviving a $1{,}000\text{-Hour}$ Mission ($R(1{,}000)$): R(1,000)=P(T>1,000)=eλt=e(0.00025)(1,000)=e0.25R(1{,}000) = P(T > 1{,}000) = e^{-\lambda t} = e^{-(0.00025)(1{,}000)} = e^{-0.25} e0.250.7788077.88%e^{-0.25} \approx 0.77880 \approx 77.88\%
  3. Conditional Survival Given Past Operation ($3{,}000\text{ hours}$):
    • By the memoryless property of the exponential distribution: P(T>3,000+1,000T>3,000)=P(T>1,000)=e0.250.77880P(T > 3{,}000 + 1{,}000 \mid T > 3{,}000) = P(T > 1{,}000) = e^{-0.25} \approx 0.77880
    • Verification via Conditional Probability Definition: P(T>4,000T>3,000)=P(T>4,000)P(T>3,000)=e0.00025×4,000e0.00025×3,000=e1.0e0.75=e0.2577.88%P(T > 4{,}000 \mid T > 3{,}000) = \frac{P(T > 4{,}000)}{P(T > 3{,}000)} = \frac{e^{-0.00025 \times 4{,}000}}{e^{-0.00025 \times 3{,}000}} = \frac{e^{-1.0}}{e^{-0.75}} = e^{-0.25} \approx 77.88\%
  4. Final Result: The probability of surviving the next $1{,}000$ hours remains exactly $77.88%$, entirely unaffected by the previous $3{,}000$ hours of service.

8. NCEES Reference Handbook Tips & Realistic Exam Traps

  • Standard Deviation Addition Error: When computing the variance of a linear combination $W = a_1 X_1 + a_2 X_2$, candidates routinely make the fatal error of writing $\sigma_W = a_1 \sigma_1 + a_2 \sigma_2$. Standard deviations are geometric vectors; only variances add algebraically ($\sigma_W = \sqrt{a_1^2 \sigma_1^2 + a_2^2 \sigma_2^2}$). Always compute variance first, then take the square root.
  • Table Lookup Conventions in the NCEES Handbook: Check the diagram at the head of the Normal distribution table in the Reference Handbook. The NCEES table displays the cumulative probability $\Phi(z) = P(Z \le z)$ from $-\infty$ to $z$ (or in some editions, the upper-tail area $P(Z > z)$). If you confuse cumulative area with upper-tail area, your probability will equal $1 - p$, which is guaranteed to be one of the three distractor choices.
  • Exponential Parameter Inversion: Carefully distinguish between rate parameter $\lambda$ (events per unit time) and mean parameter $\theta = 1/\lambda$ (time per event). If a problem specifies "mean life is 500 hours", then $\mu = 500$ and $\lambda = 1/500 = 0.002$. Substituting $500$ in place of $\lambda$ in $e^{-\lambda t}$ yields $e^{-500 t} = 0$, ruining the calculation.
  • Weibull Shape Identification Shortcut: For fast points on conceptual questions:
    • $\beta < 1 \implies$ Infant mortality / decreasing failure rate (burn-in period).
    • $\beta = 1 \implies$ Exponential distribution / constant failure rate (useful life).
    • $\beta > 1 \implies$ Wearout / increasing failure rate (aging and fatigue).
Test Your Knowledge

A precision mechanical assembly consists of a shaft inserted into a sleeve bushing. The internal bore diameter of the sleeve is normally distributed with mean μ_s = 25.15 mm and standard deviation σ_s = 0.04 mm. The external shaft diameter is normally distributed with mean μ_p = 25.05 mm and standard deviation σ_p = 0.03 mm. Assuming sleeve and shaft dimensions are statistically independent, what are the mean and standard deviation of the clearance gap C = Sleeve - Shaft?

A
B
C
D
Test Your Knowledge

Reliability engineers at an automotive plant analyze failure data for newly installed industrial hydraulic pumps. Fitting a two-parameter Weibull distribution to time-to-failure data yields a shape parameter of β = 0.65. What does this shape parameter indicate about the pump failure rate over time, and which lifecycle phase does this characterize?

A
B
C
D
Test Your Knowledge

The time to failure of an electronic power converter is exponentially distributed with a mean time to failure (MTTF) of 5,000 operating hours. If a converter has operated without failure for 3,000 hours, what is the probability that it will continue operating without failing for at least another 2,000 hours?

A
B
C
D