Set 01
Foundations & Core Concepts
0 / 20Q 01
Sampling Methods
In a simple random sample (SRS), which statement is true?
Every possible sample of size n has an equal chance of being chosen.
Q 02
Descriptive Statistics
A dataset has values 1, 2, 3, 4, 5 with frequencies 2, 3, 4, 3, 3. What is the mean?
n = 15 total values
Mean = Σ(value × frequency) ÷ total count
Q 03
Descriptive Statistics
For the dataset {2, 5, 7, 9, 12, 15, 18}, what is the interquartile range (IQR)?
IQR = Q3 − Q1. With 7 values, Q1 = average of 2nd value group, Q3 = average of 6th value group. Using the standard method: Q1 = 6.0, Q3 = 13.5.
Q 04
Normal Distribution
A test has mean 75 and standard deviation 10. A student scored 85. What is the student's z-score?
z = (x − μ) / σ
Q 05
Probability
If P(A) = 0.3, what is P(Ac), the probability that event A does not occur?
Complement Rule: P(Aᶜ) = 1 − P(A)
Q 06
Binomial Distribution
Let X ~ Binomial(n=5, p=0.4). What is P(X = 3)?
P(X=k) = C(n,k) · pk · (1−p)n−k. Here C(5,3)=10.
Q 07
Random Variables
X has the distribution: P(0)=0.1, P(1)=0.3, P(2)=0.4, P(3)=0.2. What is E[X]?
E[X] = Σ x · P(x)
Q 08
Correlation
A scatterplot shows a strong relationship where y decreases as x increases. Which correlation coefficient best describes this?
r ranges from −1 to +1. Negative r means y decreases as x increases. |r| close to 1 means strong.
Q 09
Linear Regression
The regression equation is ŷ = 3 + 2.5x. How do we interpret the slope?
Slope = predicted change in y for each 1-unit increase in x.
Q 10
Inference — Categorical
Which test is most appropriate to determine if there is an association between two categorical variables?
Chi-square tests compare observed vs. expected counts in a two-way table.
Q 11
Confidence Intervals
A 95% confidence interval for a population mean is (42, 58). What is the correct interpretation?
The parameter is fixed; the interval is random. Interpret in terms of the method, not the specific interval.
Q 12
Hypothesis Testing
A Type I error occurs when a researcher:
Type I = false positive. Type II = false negative. α = P(Type I error).
Q 13
Sampling Distributions
A population has σ = 12. A random sample of size n = 36 is taken. What is the standard error of x̄?
SE = σ / √n
Q 14
Normal Distribution
According to the Empirical Rule, approximately what percent of data in a normal distribution falls within 2 standard deviations of the mean?
Empirical Rule: 68% within 1 SD, 95% within 2 SD, 99.7% within 3 SD.
Q 15
Hypothesis Testing
A hypothesis test produces a p-value of 0.02 with α = 0.05. What is the correct conclusion?
If p-value < α, reject H₀. Small p-value = strong evidence against null.
Q 16
Study Design
What feature distinguishes a randomized experiment from an observational study?
In an experiment, the researcher actively manipulates a variable. Causation can be established only through random assignment.
Q 17
Descriptive Statistics
Which measure of center is most resistant to extreme outliers?
Resistant = not affected by extreme values. The mean uses every value in its calculation.
Q 18
Random Variables
X and Y are independent random variables with Var(X) = 4 and Var(Y) = 9. What is Var(X + Y)?
If X and Y are independent: Var(X ± Y) = Var(X) + Var(Y). Variances always add (never subtract).
Q 19
Geometric Distribution
The probability of success on any trial is 0.30. What is the probability that the first success occurs on the 3rd trial?
P(first success on trial k) = (1−p)^(k−1) · p
Q 20
Study Design
A study finds that cities with more ice cream sales have higher crime rates. The most likely explanation is:
A lurking (confounding) variable affects both variables and creates a spurious association.
Set 02
Distributions & Inference Basics
0 / 20Q 01
Sampling Methods
In stratified random sampling, the population is:
Strata = non-overlapping subgroups. An SRS is drawn from each stratum.
Q 02
Descriptive Statistics
For dataset {10, 12, 14, 16, 18, 20, 50}, which value is an outlier using the 1.5 × IQR rule?
Q1 = 13, Q3 = 19, IQR = 6
Upper fence = Q3 + 1.5 × IQR. Any value above the fence is an outlier.
Q 03
Normal Distribution
X ~ N(75, 5²). What is P(X < 80)?
Compute z = (80−75)/5 = 1.0. Then look up P(Z < 1.0) in the standard normal table.
Q 04
Sampling Distributions
A population has σ = 15. For random samples of size n = 25, what is the standard deviation of the sampling distribution of x̄?
σ_x̄ = σ / √n. This is called the standard error.
Q 05
Probability
Events A and B are independent with P(A) = 0.4 and P(B) = 0.3. What is P(A ∩ B)?
If A and B are independent: P(A ∩ B) = P(A) · P(B)
Q 06
Probability
The Law of Large Numbers states that as sample size increases:
LLN: the sample mean converges to the population mean with larger n.
Q 07
Linear Regression
The regression model predicts ŷ = 42 for a given x. The observed value is y = 45. What is the residual?
Residual = observed − predicted = y − ŷ
Q 08
Linear Regression
A regression model has R² = 0.81. What does this mean?
R² = proportion of variation in y explained by the linear relationship with x.
Q 09
Inference — Means
When is it appropriate to use a t-distribution for inference about a mean?
Use t when σ is unknown (estimated by s) and the distribution is approximately normal or n is large.
Q 10
Inference — Proportions
A researcher wants to compare the proportion of students who pass an exam at two different schools. Which test is most appropriate?
Two groups, one proportion each → two-proportion z-test.
Q 11
Confidence Intervals
For a 95% confidence interval for a proportion with n = 100 and p̂ = 0.5, what is the approximate margin of error?
ME = z* · √(p̂(1−p̂)/n). For 95%, z* ≈ 1.96.
Q 12
Hypothesis Testing
The power of a hypothesis test is defined as:
Power = 1 − β (where β = P(Type II error)). It is the probability of correctly rejecting a false H₀.
Q 13
Probability
P(A) = 0.4, P(B) = 0.3, P(A ∩ B) = 0.12. What is P(B | A)?
P(B|A) = P(A ∩ B) / P(A)
Q 14
Inference — Means
Each subject's blood pressure is measured before and after treatment. Which test is most appropriate?
Same subjects measured twice → take differences → use a one-sample t-test on differences (matched pairs).
Q 15
Inference — Categorical
A chi-square goodness-of-fit test is used to:
GOF tests whether a single categorical variable's observed distribution matches a claimed distribution.
Q 16
Descriptive Statistics
When describing a distribution, which three characteristics should always be discussed?
Remember SOCS: Shape, Outliers, Center, Spread. AP graders expect all three key features.
Q 17
Linear Regression
A student scores very high on a first test. On a second test, their score is likely to be somewhat closer to the mean. This phenomenon is called:
This is a statistical phenomenon, not a learning effect. It occurs whenever r < 1.
Q 18
Descriptive Statistics
If a constant value of 10 is added to every data value in a dataset, which of the following does not change?
Adding a constant shifts the distribution but doesn't change spread. SD measures spread.
Q 19
Study Design
In an experiment, a researcher uses blocking to:
Blocks group similar experimental units together before random assignment to treatments.
Q 20
Random Variables
Which of the following is a continuous random variable?
Continuous: can take any value in an interval (measured). Discrete: countable values.
Set 03
Probability & Inference Deeper
0 / 20Q 01
Binomial Distribution
X ~ Binomial(n=20, p=0.3). What is the mean of X?
For Binomial: μ = np
Q 02
Central Limit Theorem
The Central Limit Theorem guarantees that the sampling distribution of x̄ is approximately normal when:
CLT applies to any population shape when n is large enough (commonly n ≥ 30).
Q 03
Inference — Means
A sample of n=16 has x̄=52 and s=8. Testing H₀: μ=50 vs. Hₐ: μ≠50, what is the t-statistic?
t = (x̄ − μ₀) / (s / √n)
Q 04
Study Design
A placebo is used in an experiment to:
A placebo controls for the psychological effect of receiving a treatment (placebo effect).
Q 05
Probability
Events A and B are mutually exclusive with P(A)=0.3 and P(B)=0.4. What is P(A ∪ B)?
Mutually exclusive means P(A ∩ B) = 0. Addition Rule: P(A ∪ B) = P(A) + P(B) − P(A ∩ B).
Q 06
Poisson Distribution
X ~ Poisson(λ=1.5). What is P(X ≥ 2)?
P(X=0)≈0.2231, P(X=1)≈0.3347
P(X≥2) = 1 − P(X≤1) = 1 − [P(X=0) + P(X=1)]
Q 07
Regression
In a regression analysis, which plot is best for checking the linearity assumption?
A residual plot (residuals vs. fitted values) should show no pattern if the linear model is appropriate.
Q 08
Confidence Intervals
All else equal, increasing the confidence level from 90% to 99% will:
Higher confidence → larger z* or t* → wider interval. More confidence requires a wider net.
Q 09
Descriptive Statistics
A distribution is described as right-skewed. Which relationship is most likely?
The tail pulls the mean toward it. Right-skewed = long right tail → mean > median.
Q 10
Study Design
A double-blind study means:
Double-blind: neither participants nor evaluators know who received which treatment.
Q 11
Confidence Intervals
What is the critical value z* for a 90% confidence interval?
For 90% CI, α=0.10, and you need z* such that P(−z* < Z < z*) = 0.90. Look up the 95th percentile of the standard normal.
Q 12
Hypothesis Testing
Increasing the sample size while keeping α constant will generally:
Larger n → smaller SE → larger test statistic → smaller p-value → higher power.
Q 13
Sampling Methods
A researcher surveys every 10th person on a list. This is called:
Systematic sampling: choose a random start, then select every k-th member.
Q 14
Normal Distribution
The 84th percentile of a standard normal distribution corresponds to z ≈:
P(Z < z) = 0.84. Using the 68-95-99.7 rule: 84% is halfway between 68% and 95% bands → about z=1.0.
Q 15
Regression
A positive residual on a regression plot means the regression line:
Residual = observed − predicted. Positive → actual y is above the line.
Q 16
Descriptive Statistics
A 5-number summary consists of:
Used for boxplots. Think: Min, Q1, Q2(Median), Q3, Max.
Q 17
Inference — Proportions
The conditions for a one-proportion z-test include: np₀ ≥ 10 and n(1−p₀) ≥ 10. This condition checks:
This ensures the sampling distribution of p̂ is approximately normal.
Q 18
Random Variables
If X is a random variable and a, b are constants, then Var(aX + b) =
Adding a constant b doesn't change spread. Multiplying by a scales the SD by |a|, so Var scales by a².
Q 19
Inference — Means
For a one-sample t-test with n=15, the degrees of freedom are:
df = n − 1 for a one-sample t-test.
Q 20
Probability
Two events are independent if and only if:
Independence: knowing A occurred gives no information about B.
Set 04
Advanced Inference & Applications
0 / 20Q 01
Confidence Intervals
A 95% t-interval for μ uses n=25, x̄=100, s=15. With t*≈2.064, what is the interval?
CI = x̄ ± t* · (s/√n). Compute ME = 2.064 × (15/5) = 2.064 × 3.
Q 02
Regression
If the correlation between x and y is r = 0.6, what percent of the variation in y is explained by x?
R² = r². The coefficient of determination.
Q 03
Inference — Proportions
Two groups: 30 successes out of 100, and 20 successes out of 80. What is the pooled proportion p̂_c for a two-proportion z-test?
p̂_c = (x₁ + x₂) / (n₁ + n₂)
Q 04
Hypothesis Testing
A p-value is best described as:
P-value assumes H₀ is true. It's NOT the probability H₀ is true.
Q 05
Study Design
Which type of sampling introduces the most voluntary response bias?
Voluntary response: people choose whether to respond, often only those with strong opinions do.
Q 06
Regression
An influential point in regression is a point that:
Influential points are usually high-leverage points (extreme x values). Removing them noticeably changes the regression line.
Q 07
Probability
P(A) = 0.5, P(B|A) = 0.6. What is P(A ∩ B)?
Multiplication Rule: P(A ∩ B) = P(A) · P(B|A)
Q 08
Regression
A regression line has R² = 0.64 and a negative slope. What is the correlation coefficient r?
r = ±√(R²). The sign of r matches the sign of the slope.
Q 09
Inference — Means
A two-sample t-test is appropriate when:
Two-sample t: comparing means of two independent groups. Not the same subjects (that's matched pairs).
Q 10
Descriptive Statistics
All else equal, multiplying every value in a dataset by 3 will:
Multiplying by c: mean × c, SD × c, Var × c².
Q 11
Sampling Distributions
For the sampling distribution of p̂ (sample proportion) to be approximately normal, which condition must be met?
The large counts condition: np ≥ 10 and n(1−p) ≥ 10.
Q 12
Hypothesis Testing
A two-sided z-test gives z = 2.5. What is the approximate p-value?
P(Z > 2.5) ≈ 0.0062
Two-sided p-value = 2 × P(Z > |z|).
Q 13
Inference — Categorical
In a chi-square test of independence, the expected cell count formula is:
Expected = (row total × column total) / grand total
Q 14
Probability
Bayes' Theorem is used to:
Bayes: update a prior probability given new evidence. P(A|B) from P(B|A).
Q 15
Normal Distribution
Scores are normally distributed with μ=70 and σ=8. What score corresponds to the 97.5th percentile?
The 97.5th percentile of Z is z≈1.96. Use x = μ + z·σ.
Q 16
Inference — Means
What happens to the width of a confidence interval when sample size quadruples (all else equal)?
Width ∝ 1/√n. If n×4, then √n×2, so width is halved.
Q 17
Random Variables
For a binomial random variable with n=10 and p=0.5, what is the standard deviation?
σ = √(np(1−p)) for binomial.
Q 18
Study Design
Which of the following can establish causation?
Only randomized controlled experiments allow causal conclusions. Observational studies show association only.
Q 19
Descriptive Statistics
Which graphical display is most useful for comparing the distribution of a quantitative variable across two groups?
Side-by-side boxplots show center, spread, and outliers for multiple groups simultaneously.
Q 20
Sampling Distributions
The mean of the sampling distribution of x̄ always equals:
The sampling distribution of x̄ is centered at the population mean μ. This makes x̄ an unbiased estimator.
Set 05
Mastery Challenge — Mixed Topics
0 / 20Q 01
Regression
The least-squares regression line minimizes:
Least-squares = minimize sum of squared residuals (SSE).
Q 02
Normal Distribution
X ~ N(50, 10²). Find P(40 < X < 60).
40 and 60 are exactly 1 SD below and above the mean (z = −1 and z = 1). Use the Empirical Rule.
Q 03
Probability
A two-way table shows: 40 students prefer Math, 15 of whom also prefer Science. What is P(Science | Math)?
P(B|A) = P(A ∩ B) / P(A). Here P(Science ∩ Math) = 15/n, P(Math) = 40/n.
Q 04
Hypothesis Testing
Decreasing α (the significance level) from 0.05 to 0.01 will:
Smaller α = more stringent standard. Harder to reject H₀ → fewer false positives (lower Type I error) but more false negatives (higher Type II error) → lower power.
Q 05
Sampling Methods
A school selects 3 homerooms at random, then surveys every student in those homerooms. This is:
Cluster sampling: randomly select groups (clusters), then include all members of selected clusters.
Q 06
Inference — Proportions
In a sample of 200, 110 say "yes." A 95% confidence interval for the population proportion is approximately:
p̂ = 110/200 = 0.55. ME = 1.96 × √(0.55 × 0.45/200) ≈ 1.96 × 0.0352 ≈ 0.069.
Q 07
Random Variables
E[X] = 4 and Var(X) = 5. What is E[2X + 3]?
E[aX + b] = a·E[X] + b
Q 08
Descriptive Statistics
A histogram is skewed left. Where is the tail of the distribution?
The direction of skew is the direction of the tail, not the bulk of the data.
Q 09
Inference — Means
A matched-pairs t-test is equivalent to a one-sample t-test applied to:
Compute d = x₁ − x₂ for each pair, then test H₀: μ_d = 0.
Q 10
Inference — Categorical
In a chi-square test, a 2-way table has row total=50 and column total=60 with grand total=200. The expected cell count is:
Expected = (row total × column total) / grand total = (50 × 60) / 200
Q 11
Sampling Distributions
The standard error of p̂ (sample proportion) is calculated as:
SE(p̂) = √(p(1−p)/n). Under H₀, use p₀; for CIs, use p̂.
Q 12
Hypothesis Testing
Failing to reject H₀ when H₀ is actually false is called:
Type II error (β): miss = fail to detect a real effect. Type I error (α): false alarm.
Q 13
Regression
If we use a regression line to predict y for an x-value outside the observed data range, we are:
Extrapolation = prediction beyond the range of the data. This can produce unreliable predictions.
Q 14
Probability
A card is drawn from a standard 52-card deck. P(Heart OR Face card) = ?
13 hearts, 12 face cards, 3 face-card hearts
P(A ∪ B) = P(A) + P(B) − P(A ∩ B) = 13/52 + 12/52 − 3/52
Q 15
Inference — Categorical
A chi-square test of independence uses a 3-row × 4-column table. The degrees of freedom are:
df = (rows − 1)(columns − 1) = (3−1)(4−1)
Q 16
Study Design
The purpose of a control group in an experiment is to:
The control group provides a baseline, allowing us to isolate the effect of the treatment.
Q 17
Descriptive Statistics
When comparing two distributions, which statement is true about standard deviation?
A larger SD = more spread out (more variable) distribution.
Q 18
Random Variables
X and Y are independent with E[X]=3, E[Y]=5. What is E[X − Y]?
E[X − Y] = E[X] − E[Y], always (whether independent or not).
Q 19
Sampling Distributions
As sample size n increases, what happens to the shape of the sampling distribution of x̄?
CLT: regardless of population shape, the sampling distribution of x̄ becomes more normal as n increases.
Q 20
Inference — Mixed
A 99% confidence interval is wider than a 95% confidence interval (same data). This is because:
Greater confidence requires a wider interval to be more certain of capturing μ.
Answer Key — All 5 Exam Sets
Set 1 — Foundations & Core Concepts
Q01 — A
Q02 — B
Q03 — C
Q04 — B
Q05 — C
Q06 — B
Q07 — C
Q08 — A
Q09 — B
Q10 — D
Q11 — C
Q12 — A
Q13 — B
Q14 — C
Q15 — B
Q16 — D
Q17 — A
Q18 — C
Q19 — B
Q20 — D
Set 2 — Distributions & Inference Basics
Q01 — B
Q02 — D
Q03 — C
Q04 — B
Q05 — A
Q06 — C
Q07 — B
Q08 — D
Q09 — A
Q10 — C
Q11 — B
Q12 — D
Q13 — C
Q14 — A
Q15 — B
Q16 — D
Q17 — C
Q18 — A
Q19 — B
Q20 — D
Set 3 — Probability & Inference Deeper
Q01 — B
Q02 — C
Q03 — A
Q04 — B
Q05 — C
Q06 — C
Q07 — B
Q08 — B
Q09 — D
Q10 — C
Q11 — B
Q12 — B
Q13 — C
Q14 — B
Q15 — B
Q16 — C
Q17 — B
Q18 — C
Q19 — B
Q20 — A
Set 4 — Advanced Inference & Applications
Q01 — B
Q02 — B
Q03 — A
Q04 — C
Q05 — D
Q06 — C
Q07 — B
Q08 — C
Q09 — C
Q10 — C
Q11 — B
Q12 — B
Q13 — B
Q14 — D
Q15 — C
Q16 — B
Q17 — C
Q18 — D
Q19 — C
Q20 — B
Set 5 — Mastery Challenge — Mixed Topics
Q01 — C
Q02 — B
Q03 — C
Q04 — C
Q05 — B
Q06 — C
Q07 — B
Q08 — A
Q09 — C
Q10 — B
Q11 — B
Q12 — B
Q13 — C
Q14 — C
Q15 — D
Q16 — B
Q17 — C
Q18 — B
Q19 — C
Q20 — D