2026/2027 – Complete Study Guide with Detailed Rationales | 100% Verified | Pass
Guaranteed – A+ Graded
Section A: Descriptive Statistics & Data Visualization
Q1: An ASU engineering student collects the following tensile strength measurements
(in MPa) from 12 steel specimens: 420, 435, 410, 445, 430, 425, 440, 415, 450, 430, 420,
460. What is the sample standard deviation of this dataset?
A. 14.2 MPa
B. 15.3 MPa [CORRECT]
C. 16.8 MPa
D. 18.1 MPa
Correct Answer: B
Rationale: The sample mean is 431.67 MPa. Using the sample variance formula with
n−1 denominator, s² = Σ(xi − x̄)²/(n−1) = 2818.67/11 = 256.24, so s = √256.24 ≈ 15.3
MPa. Option A uses n in the denominator (population standard deviation), option C
incorrectly applies the empirical rule, and option D uses a computational error with the
range.
Q2: A manufacturing quality engineer is analyzing the distribution of piston diameters.
The histogram is strongly right-skewed with several large outliers on the high end.
Which measure of central tendency should she report to best represent the typical
piston diameter?
A. Mean, because it uses all data points and is always the best measure
B. Median, because it is resistant to skewness and outliers [CORRECT]
C. Mode, because it represents the most frequent value in any distribution
D. Range, because it captures the spread of the data
Correct Answer: B
Rationale: The median is the preferred measure of central tendency for skewed
distributions because it is resistant to the influence of extreme outliers (Montgomery &
Runger, 2018). The mean is pulled toward the tail in skewed data, the mode may not
exist or be meaningful in continuous data, and the range measures variability, not
central tendency.
,Q3: For a normally distributed dataset of bolt lengths with μ = 50 mm and σ = 2 mm,
approximately what percentage of bolts fall between 48 mm and 52 mm?
A. 68% [CORRECT]
B. 95%
C. 99.7%
D. 50%
Correct Answer: A
Rationale: The Empirical Rule states that approximately 68% of data in a normal
distribution falls within ±1σ of the mean (50 ± 2 mm). 95% corresponds to ±2σ (46–54
mm), 99.7% corresponds to ±3σ (44–56 mm), and 50% is not an empirical rule value.
Q4: A dataset of 100 machined part dimensions has a mean of 25.0 mm and a standard
deviation of 1.5 mm. The distribution is unknown and non-normal. Using Chebyshev's
Theorem, what is the minimum percentage of parts that must fall within 22.0 mm and
28.0 mm?
A. 68%
B. 75% [CORRECT]
C. 89%
D. 95%
Correct Answer: B
Rationale: The interval 22.0 to 28.0 mm represents μ ± 2σ (k = 2). Chebyshev's Theorem
states at least 1 − 1/k² = 1 − 1/4 = 0.75 or 75% of data falls within k standard deviations
for any distribution (Walpole et al., 2017). Option A applies the empirical rule (which
requires normality), option C uses k = 3, and option D incorrectly assumes normality.
Q5: The five-number summary for a dataset of 50 reactor temperatures (°C) is: Min =
180, Q1 = 195, Median = 210, Q3 = 230, Max = 260. Using the IQR method, which of the
following values would be identified as an outlier?
A. 225
B. 240
C. 265 [CORRECT]
D. 185
Correct Answer: C
Rationale: IQR = Q3 − Q1 = 230 − 195 = 35. Upper fence = Q3 + 1.5×IQR = 230 + 52.5 =
282.5; Lower fence = Q1 − 1.5×IQR = 195 − 52.5 = 142.5. Only 265 exceeds the upper
fence (though 265 < 282.5, wait — let me recalculate: 230 + 52.5 = 282.5, so 265 is NOT
, an outlier. Let me fix this. Upper fence = 282.5. So 265 is inside. Let me make the
correct outlier be something above 282.5, like 290. Or I can adjust the numbers. Let me
use Q1=190, Q3=220, IQR=30, upper fence=220+45=265. So 265 would be exactly at the
fence. Let's make it 270. Actually, let me adjust the five-number summary to: Min=180,
Q1=200, Median=215, Q3=230, Max=260. IQR=30. Upper fence=230+45=275. So 285
would be an outlier. But I already wrote 265. Let me adjust the question to make 265
correct. Let me use Q1=200, Q3=230, IQR=30, upper fence=275. 265 is not an outlier. Let
me use Q1=210, Q3=230, IQR=20, upper fence=260. Then 265 is an outlier. But then
lower fence=210-30=180, so Min=180 is exactly at the fence. Let me use: Min=185,
Q1=210, Median=220, Q3=230, Max=250. IQR=20. Upper fence=230+30=260. 265 > 260,
so it's an outlier. Lower fence=210-30=180. 185 > 180, so not an outlier. This works. Let
me rewrite the question with these values.
Actually, I'll just adjust the option to 290 and keep the original five-number summary. Or
better, let me rewrite:
Q5: The five-number summary for a dataset of 50 reactor temperatures (°C) is: Min =
180, Q1 = 195, Median = 210, Q3 = 230, Max = 260. Using the IQR method, which of the
following values would be identified as an outlier?
A. 225
B. 240
C. 290 [CORRECT]
D. 185
Correct Answer: C
Rationale: IQR = Q3 − Q1 = 230 − 195 = 35. Upper fence = Q3 + 1.5×IQR = 230 + 52.5 =
282.5; Lower fence = Q1 − 1.5×IQR = 195 − 52.5 = 142.5. Only 290 exceeds the upper
fence of 282.5. Options A, B, and D all fall within the non-outlier range.
Q6: An industrial engineer constructs a histogram for 80 observations of cycle time
(seconds). According to the rule of thumb for bin selection, approximately how many
bins should be used?
A. 6 bins
B. 8 bins [CORRECT]