Probability and Statistics · Study · FE Mechanical · FE → PE Prep
Probability and Statistics
4% of exam
Probability distributions, central tendency and dispersion, confidence intervals, expected value in decisions, and regression and curve fitting.
4 concepts
A. Probability distributions
Probability and Distributions
The laws of probability, discrete versus continuous distributions, the binomial and Poisson models, the normal, and the expected value and variance of a random variable.
Unlocks with an access pass — one-time payment, no auto-renew. View passes
Pass holders
B. Measures of central tendencies and dispersions
Descriptive Statistics, the Normal Distribution and Confidence Intervals
Mean, median, mode, variance and standard deviation, the standard-normal z transform, and the confidence interval that turns a sample into a statement about the true mean.
Almost every quantity an engineer measures scatters: a batch of bolt diameters, the yield strength of ten coupons, the flow through a valve on twenty trials. Descriptive statistics compress that scatter into a center and a spread, and the normal distribution lets you turn the spread into probabilities. On the FE Mechanical exam this area is pure points if you keep three things straight: which average you are computing, whether you are looking at a population or a sample, and whether the deviation you have is for one item or for the average of n items. The NCEES FE Reference Handbook (Engineering Probability and Statistics) supplies every formula and a unit-normal table; the skill being tested is choosing and reading them quickly, not memorizing them.
Mean, median, and mode
The arithmetic mean xˉ is the sum divided by the count and is the balance point of the data. The median is the middle value once the data are sorted (the average of the two middle values when n is even), and it ignores how far the extremes lie, so it resists outliers that drag the mean. The mode is simply the most frequent value. For a symmetric distribution the three coincide; when a few large values pull the mean above the median, the data are right-skewed. A subtle but tested point: when values carry unequal importance, use the weighted mean xˉ=∑wixi/∑wi, not the plain average.
xˉ=n1i=1∑nxixˉw=∑wi∑wixi
Variance and standard deviation
Spread is measured by averaging the squared deviations from the mean. Squaring is deliberate: it keeps positive and negative deviations from canceling and weights large excursions heavily. The standard deviation σ (or s) is the square root, returning to the units of the data, so a deflection scatter is reported in millimeters, not millimeters-squared. The single most common FE trap here is the divisor. A population variance divides the sum of squared deviations by N; a sample variance divides by n−1 (Bessel's correction) because using the sample mean removes one degree of freedom. When the problem says 'a sample of ten parts,' use n−1
The normal distribution
The bell-shaped normal (Gaussian) distribution describes the limiting behavior of sums and averages of independent effects, which is why machined dimensions, measurement errors, and material strengths so often look normal. It is fully specified by its mean μ (the peak and the axis of symmetry) and standard deviation σ (the distance from the mean to each inflection point). The famous empirical rule follows directly from its shape: about 68% of the probability lies within ±1σ, 95% within
The standard-normal z transform
Because no two normal curves share the same axis, the exam works in a single reference curve: the standard normal, with μ=0 and σ=1. Any value x is mapped to its standard score z, which counts how many standard deviations x
From scatter to a statement: the confidence interval
A sample mean is itself uncertain; the spread of the sample mean is the standard error σ/n, which shrinks as the sample grows. A confidence interval brackets the unknown population mean μ with a stated probability. When σ
Choosing z versus t
The decision rule is mechanical. If the population standard deviation σ is given, or the sample is large (commonly n≥30 so s≈σ), use z from the unit-normal table: xˉ±zα/2σ/n
Exam strategy
First label the problem: population (N, σ, divide by N) or sample (n, s, divide by n−1
Key equations
Arithmetic meanxˉ=n1∑i=1nxi
Worked examples
Mean, median, and sample standard deviation
Problem. Ten machined shafts have measured diameters (mm): 12.1,12.4,11.8,12.6,12.0,12.3,11.9,12.5,12.2,12.2. Find the mean, median, and sample standard deviation.
Solution. Sum =122.0mm
Common pitfalls
•Dividing the sample variance by n instead of n−1. A 'sample of n' always uses n−1 in the denominator; only a full population divides by N
References
NCEES FE Reference Handbook — Engineering Probability and Statistics
Montgomery & Runger, Applied Statistics and Probability for Engineers — descriptive statistics, normal distribution, and confidence intervals
C. Expected value (weighted average) in decision making
Expected Value in Decision Making
The probability-weighted average, expected monetary value, decision trees, and how to choose rationally among uncertain alternatives.
Unlocks with an access pass — one-time payment, no auto-renew. View passes
Pass holders
D. Regression (linear, multiple), curve fitting, and goodness of fit
Linear Regression, Curve Fitting and Goodness of Fit
Least-squares slope and intercept, the correlation coefficient and R-squared, residuals, linearizing nonlinear data, and the standard error of the estimate.
Unlocks with an access pass — one-time payment, no auto-renew. View passes
Pass holders
.
s2=n−11i=1∑n(xi−xˉ)2,σ2=N1i=1∑N(xi−μ)2
±2σ
, and
99.7%
within
±3σ
of the mean.
f(x)=σ2π1exp[−21(σx−μ)2]
sits from the mean. You then read the handbook's unit-normal table, where
F(z)
is the area to the left (cumulative probability) and
R(z)=1−F(z)
is the right-tail area. Symmetry gives
F(−z)=1−F(z)
, so a single column of positive
z
values handles every case. A value at
z=2
has
R=0.0228
, meaning only
2.28%
of the population exceeds it.
z=σx−μ
is known you use the normal
z
; when
σ
is unknown and estimated by
s
from a small sample you must use Student's
t
with
n−1
degrees of freedom, whose fatter tails widen the interval to pay for the extra uncertainty. A
95%
interval does not mean a
95%
chance the mean is inside this one interval; it means
95%
of intervals built this way would capture
μ
.
xˉ−tα/2,n−1ns≤μ≤xˉ+tα/2,n−1ns
. If
σ
is unknown and
n
is small, use
tα/2,n−1
. The common two-sided critical values are worth recognizing on sight:
z0.025=1.960
for
95%
and
z0.005=2.576
for
99%
. For small samples the
t
value is always larger than the matching
z
(e.g.,
t0.025,9=2.262
versus
1.960
), and it converges to
z
as the degrees of freedom grow.
). For any probability question on a normal variable, immediately compute
z=(x−μ)/σ
, sketch the bell with the shaded region, then decide whether you need the left area
F(z)
, the right area
R(z)
, or a difference
F(z2)−F(z1)
. For a confidence interval, pick
z
or
t
by whether
σ
is known, divide
s
(or
σ
) by
n
for the standard error, and never by
n
. Carry units through and report to three significant figures.
Center of the data; xi are observations in their physical units, n is the count.
Weighted meanxˉw=∑wi∑wixi
Average when observations carry unequal weights wi (counts, importances).
Sample variance and standard deviations2=n−11∑(xi−xˉ)2,s=s2
Spread of a sample; divide by n−1. s returns to the units of x.
Population varianceσ2=N1∑(xi−μ)2
Use when the full population of size N and its mean μ are known; divide by N.
Coefficient of variationCV=xˉs
Dimensionless relative scatter; lets you compare variability across different units or scales.
Normal densityf(x)=σ2π1e−21(σx−μ)2
Bell curve fixed by mean μ and standard deviation σ; area under it is probability.
Standard-normal transformz=σx−μ
Number of standard deviations x is from the mean; the key into the unit-normal table.
Tail areasR(z)=1−F(z),F(−z)=1−F(z)
F(z) = area left of z; R(z) = right tail. Symmetry handles negative z.
Standard error of the meanσxˉ=nσ
Scatter of the sample mean; use s for σ when the population value is unknown.
Confidence interval ($\sigma$ known)xˉ±zα/2nσ
Two-sided CI for μ with known σ; z0.025=1.960 for 95%.
Small-sample CI; use Student's t with n−1 degrees of freedom.
, so
xˉ=122.0/10=12.20mm
.
Sorted:
11.8,11.9,12.0,12.1,12.2,12.2,12.3,12.4,12.5,12.6
. With
n=10
even, the median is the average of the 5th and 6th values:
(12.2+12.2)/2=12.2mm
.
Sum of squared deviations:
∑(xi−xˉ)2=0.600mm2
. Sample variance
s2=0.600/(10−1)=0.0667mm2
.
s=0.0667=0.258mm
.
Sanity check:
s
is about
2%
of the mean, consistent with a tight
±0.4mm
data spread; units are mm as expected.
Normal probability via the z-score
Problem. A bolt diameter is normally distributed with μ=10.00mm and σ=0.05mm. The upper spec limit is 10.10mm. What fraction of bolts exceed the limit?
Solution. Standardize the limit: z=(10.10−10.00)/0.05=2.00.
The fraction exceeding is the right-tail area R(2.00). From the unit-normal table, F(2.00)=0.9772, so R(2.00)=1−0.9772=0.0228.
Fraction exceeding =0.0228, i.e. 2.28%.
Sanity check: the limit is exactly 2σ above the mean; the empirical rule puts ≈2.3% in one tail beyond 2σ, matching.
95% confidence interval for the mean (small sample)
Problem. Using the same ten shafts (xˉ=12.20mm, s=0.258mm, n=10), build a 95% confidence interval for the true mean diameter. σ is unknown.
Solution. σ unknown and n small, so use t. With n−1=9 degrees of freedom and α/2=0.025
.
•Using z when σ is unknown and the sample is small. With estimated s and small n, the correct critical value is tα/2,n−1, which is larger than z.
•Confusing the left area F(z) with the right tail R(z). 'Fraction exceeding' is R(z)=1−F(z); always sketch the shaded region before reading the table.
•Dividing by n instead of n in the standard error. The spread of the sample mean is σ/n, not σ/n.
•Forgetting the median rule for even n: it is the average of the two middle values, not a single middle item.
•Reading the table for negative z directly. Use F(−z)=1−F(z) instead of looking up a nonexistent negative entry.
•Stating a 95% CI as a probability about this single interval. The 95% refers to the long-run capture rate of the procedure, not to one realized interval.