Data-Based and Statistical Reasoning

Chapter 12: Data-Based and Statistical Reasoning

Updated Mar 26, 2026
Read the entire chapter on one page Every section in order, with the sidebar tracking where you are as you scroll.
🎯 Diagnostic: Test Your Starting Level 24 questions (2 per section). No prior reading required, see what you already know.

Aim to answer every question before checking. Missed questions point you to the sections you need most.

1. (12.1) A histogram:
D. Good for seeing shape, skewness, and gaps in a dataset.
2. (12.1) A scatter plot:
A. The shape of the cloud reveals correlation (positive, negative, none) and nonlinearity.
3. (12.2) The mean of a dataset is:
B. Report median instead when outliers or a skewed distribution are present.
4. (12.2) The median is:
C. Income is usually reported as median because of extreme high outliers.
5. (12.3) The standard deviation measures:
D. Same units as the data themselves.
6. (12.3) Variance is:
A. Often written σ² (population) or s² (sample).
7. (12.4) The normal distribution (bell curve):
B. Many natural phenomena (heights, test scores) approximate a normal distribution.
8. (12.4) The central limit theorem says:
C. Why so many statistical tests rely on normal approximations for the mean.
9. (12.5) The z-score of a data point is:
D. Standardizes any normal variable to a standard normal (μ = 0, σ = 1).
10. (12.5) A data point with z = 2:
A. About 2.5% of normal data lies above z = 2.
11. (12.6) A 95% confidence interval means:
B. Common misinterpretation of CIs is answer C, which is not technically correct under the frequentist framework.
12. (12.6) A larger sample size generally:
C. Quadrupling n halves the standard error.
13. (12.7) The null hypothesis H₀:
D. You can reject or fail to reject H₀, but you never "prove" H₀.
14. (12.7) The alternative hypothesis H₁:
A. Can be one-tailed (directional) or two-tailed.
15. (12.8) A p-value is:
B. Common misinterpretation: a small p does NOT say the alternative is true with probability 1 - p.
16. (12.8) A p-value of 0.02 with α = 0.05 means:
C. p < α ⇒ reject H₀. The exact value (0.02 vs. 0.049) is itself informative.
17. (12.9) A Type I error occurs when:
D. This is why controlling α at, say, 0.05 limits the false-positive rate.
18. (12.9) A Type II error occurs when:
A. Larger samples or bigger real effects reduce β and thus boost power.
19. (12.10) Correlation between two variables:
B. Correlations can arise from reverse causation, confounders, or chance.
20. (12.10) Establishing causation usually requires:
C. Hill's criteria offer additional guidelines for inferring causation from observational evidence.
21. (12.11) A t-test compares:
D. Student's t-distribution handles small samples; as n grows it converges to the normal.
22. (12.11) ANOVA is used when:
A. ANOVA tells you whether group means differ, but not which pair. Post-hoc tests (Tukey HSD) are needed for pairwise comparisons.
23. (12.12) Statistical significance:
B. With large enough n, tiny and uninteresting effects can become "statistically significant."
24. (12.12) Effect size:
C. Report effect size alongside p-values to tell the reader how much the treatment actually does.

You are reading a research passage on the MCAT. A table of patient data, a graph with error bars, and a paragraph full of p-values and confidence intervals stare back at you. If your first instinct is to panic, you are not alone. Many test-takers spend years studying amino acids and kinematics, yet arrive on test day feeling unprepared for the statistics questions that appear across every section of the exam.

Here is the good news: the MCAT does not test you like a statistics course. You will never run a t-test by hand or derive a formula for standard deviation. Instead, you need to interpret data that other people have already analyzed. Can you read a graph accurately? Do you understand what a p-value actually means? Can you tell the difference between correlation and causation? These are the skills the MCAT rewards, and they are completely learnable.

This chapter covers the full range of data and statistics content you will encounter on test day. We start with how data is presented (tables, graphs, and common visual traps), move through descriptive statistics (central tendency and variability), then tackle the normal distribution, z-scores, and confidence intervals. The second half covers the logic of hypothesis testing, p-values, error types, correlation vs. causation, and an overview of when to use common statistical tests. We finish by examining the critical distinction between statistical significance and clinical significance - a favorite MCAT topic that trips up students who have never thought carefully about what “significant” really means.


In This Chapter