Probability & Statistics for Engineers & Scientists
(9th Edition) – Extended Study Guide
1. Overview of Probability and Statistics
Probability and Statistics help engineers make decisions under uncertainty. They provide tools to
describe data, estimate population parameters, and test hypotheses.
2. Basic Probability Concepts
• Probability measures the chance of an event happening, between 0 and 1.
• Addition Rule: P(A ∪ B) = P(A) + P(B) – P(A ∩ B)
• Multiplication Rule: P(A ∩ B) = P(A|B) × P(B)
• Conditional Probability: P(A|B) = P(A ∩ B) / P(B)
• Independent Events: If A and B are independent, then P(A ∩ B) = P(A)P(B).
3. Random Variables and Expected Values
A random variable assigns a numerical value to each outcome of a random experiment.
Expected Value (Mean): E(X) = ΣxP(x) or ∫xf(x)dx
Variance: Var(X) = E(X²) – [E(X)]². Standard Deviation = √Var(X).
4. Common Probability Distributions
Distribution Mean Variance Example Use
Binomial (n,p) np np(1–p) Defect testing
Poisson (λ) λ λ Rare events (calls, accidents)
Uniform (a,b) (a+b)/2 (b–a)²/12 Equal chance outcomes
Normal (µ,σ²) µ σ² Heights, weights, noise
Exponential (λ) 1/λ 1/λ² Waiting times
5. Sampling and Estimation
Sampling selects part of a population to draw conclusions about the whole. A sample should be
random to avoid bias.
• Sample Mean: X■ = ΣX / n
• Sample Variance: s² = Σ(X–X■)² / (n–1)
• Standard Error: SE = σ / √n
6. Confidence Intervals (CIs)
A confidence interval gives a range where a population parameter is likely to fall.
• Mean (σ known): X■ ± Z(σ/√n)
• Mean (σ unknown): X■ ± t(s/√n)
• Proportion: p ± Z√(p(1–p)/n)
7. Hypothesis Testing
Hypothesis testing decides whether sample data supports a claim about a population.
Steps: 1) Set H■ and H■, 2) Choose α, 3) Compute test statistic, 4) Compare with critical value, 5)
Conclude.
• Z-test: Z = (X■ – µ■) / (σ / √n)
• t-test: t = (X■ – µ■) / (s / √n)
Reject H■ if calculated value exceeds critical value.
8. Regression and Correlation
Regression finds a mathematical relationship between variables.
Simple Linear Regression: Y = a + bX, where b = r(σY/σX).
Correlation coefficient (r) shows strength of linear relation, from –1 to +1.
9. Worked Examples
Example 1: Toss 5 coins. P(3 heads) = C(5,3)(0.5)^5 = 0.3125.
Example 2: Mean=50, SD=10, n=25 → 95% CI = 50 ± 1.96×2 = (46.08, 53.92).
Example 3: Poisson λ=4 → P(X=2) = e■■×4²/2! = 0.1465.
Example 4: Proportion test p=0.4, p■=0.35 → Z=1.14 → Fail to reject H■.
Example 5: Two samples (80,75; SDs 10,12; n=30) → t=1.73 < 2.00 → Fail to reject H■.
10. Practice Questions with Answers
1. P(A∪B)=0.7; 2. Var(uniform 0–10)=8.33; 3. Mean(binomial 10,0.3)=3; 4. SE=2; 5. 95% CI for
p=0.6=(0.504,0.696).
11. Key Takeaways for Exam
• Always write down formulas before substitution.
• Identify correct distribution type before solving.
• Understand assumptions in each test (e.g., normality for t-test).
• Use confidence intervals to show uncertainty in estimates.
• Interpret results in context, not just numbers.
12. Additional Tips for Students
• Use graphs to visualize data distributions.
• Revise Z-tables and t-tables before exams.
• Practice word problems to strengthen concept clarity.
• Don’t memorize blindly — focus on logic behind formulas.