VERIFIED QUESTIONS & ANSWERS |
COMPLETE STUDY GUIDE FOR
GUARANTEED EXAM PREP
• This study guide contains 200 verified multiple-choice questions covering all major
topics tested in IE 222 at Iowa State University — designed to simulate real exam
conditions and reinforce mastery of core Industrial Engineering concepts.
• Each question includes 5 clearly labeled options (A–E), a highlighted correct
answer with bold formatting, and a concise EXPERT RATIONALE to deepen your
understanding and boost retention.
HOW TO USE THIS MATERIAL: Work through questions under timed conditions,
review EXPERT RATIONALE for every question (not just ones you miss), and revisit
weak areas before exam day.
IE 222 FINAL EXAM — IOWA STATE UNIVERSITY 2026
VERIFIED QUESTIONS & ANSWERS | COMPLETE STUDY GUIDE
1. Which of the following best defines a probability density function (PDF) for
a continuous random variable?
A) A function that assigns probabilities to discrete outcomes
B) A function whose integral over the entire real line equals 1
C) A cumulative measure of probabilities up to a value x
D) A function that only takes integer values
E) A step function used in discrete distributions
Correct Answer: B) A function whose integral over the entire real line
equals 1
, EXPERT RATIONALE: For a continuous random variable, the PDF f(x) must
satisfy f(x) ≥ 0 and ∫f(x)dx = 1 over all x. It does not assign probabilities directly to
specific points but rather over intervals.
2. The cumulative distribution function (CDF) F(x) is defined as:
A) P(X > x)
B) The derivative of the PDF
C) P(X ≤ x)
D) The expected value of X
E) 1 − P(X = x)
Correct Answer: C) P(X ≤ x)
EXPERT RATIONALE: The CDF F(x) gives the probability that a random variable X
takes a value less than or equal to x. It is a non-decreasing function ranging from 0
to 1.
3. If X is a discrete random variable, the expected value E(X) is computed as:
A) ∫x · f(x)dx
B) Σx · P(X = x)
C) √[Σ(x − μ)² · P(X = x)]
D) The median of the distribution
E) P(X = x) for the most frequent outcome
Correct Answer: B) Σx · P(X = x)
EXPERT RATIONALE: For discrete random variables, the expected value is the
sum of each possible value multiplied by its probability. This represents the long-
run average outcome over repeated trials.
,4. The variance of a random variable X is defined as:
A) E(X)
B) E(X²)
C) E[(X − μ)²]
D) [E(X)]²
E) E(X) − μ
Correct Answer: C) E[(X − μ)²]
EXPERT RATIONALE: Variance measures the spread of a distribution around its
mean μ. It is the expected squared deviation from the mean. The square root of
variance gives the standard deviation.
5. For two independent random variables X and Y, which of the following is
TRUE?
A) Var(X + Y) = Var(X) − Var(Y)
B) E(XY) = E(X) + E(Y)
C) Var(X + Y) = Var(X) + Var(Y)
D) E(X + Y) = E(X) · E(Y)
E) Cov(X, Y) = 1
Correct Answer: C) Var(X + Y) = Var(X) + Var(Y)
EXPERT RATIONALE: When X and Y are independent, their covariance is zero.
Therefore, the variance of their sum equals the sum of their individual variances.
This is a foundational property in probability theory.
6. A Bernoulli trial is characterized by:
A) Multiple outcomes with equal probability
, B) Exactly two outcomes: success and failure
C) Continuous outcomes over an interval
D) More than two independent trials
E) A normal distribution of outcomes
Correct Answer: B) Exactly two outcomes: success and failure
EXPERT RATIONALE: A Bernoulli trial has exactly two possible outcomes —
success (p) and failure (1−p). It forms the building block for the binomial
distribution across multiple independent trials.
7. Which distribution models the number of successes in n independent
Bernoulli trials?
A) Poisson distribution
B) Exponential distribution
C) Normal distribution
D) Binomial distribution
E) Geometric distribution
Correct Answer: D) Binomial distribution
EXPERT RATIONALE: The binomial distribution B(n, p) counts the number of
successes in a fixed number n of independent trials each with success probability p.
Its PMF is P(X=k) = C(n,k)·pᵏ·(1−p)ⁿ⁻ᵏ.
8. The mean of a Binomial distribution B(n, p) is:
A) np(1−p)
B) n/p
C) np