Statistics 101 —Exam Strategy and Key Concepts
Statistics 101 is one of the most failed first-year university subjects — not because students can't do maths, but becau...
Statistics 101 is one of the most failed first-year university subjects — not because students can't do maths, but because they don't understand the conceptual logic behind the calculations. Tour guide covers what exam papers consistently test and how to think about each concept correctly.
Descriptive Statistics — Your Anchor
Every stats exam starts here. Know these cold:
- Mean: Sum of all values ÷ number of values. Affected by outliers
- Median: Middle value when ordered. For even-count datasets: average of two middle values. NOT affected by outliers
- Mode: Most frequently occurring value. A dataset can have no mode, one mode, or multiple modes
- Range: Max − Min. Simple but limited measure of spread
- Standard Deviation: Average distance of values from the mean. Low SD = clustered near mean. High SD = widely spread
- Variance: Standard deviation squared. Less intuitive to interpret than SD
- IQR (Interquartile Range): Q3 − Q1. Measures spread of the middle 50%. Not affected by outliers
The Normal Distribution — The Heart of Statistics
Most statistical tests assume normality. Know the empirical rule:
- 68% of data falls within ±1 standard deviation of the mean
- 95% falls within ±2 standard deviations
- 99.7% falls within ±3 standard deviations
The Z-score converts any value to standard normal: Z = (X − μ) ÷ σ. A Z-score tells you how many standard deviations a value is from the mean.
Hypothesis Testing — The Logic, Not Just the Steps
Most students memorise the steps without understanding why. Here's the logic:
You start by assuming the null hypothesis (H₀) is true — that there is no effect, no difference, nothing interesting happening. You then ask: "If H₀ were true, how likely would I be to observe data tour extreme by chance?" That probability is the p-value.
- If p-value ≤ α (usually 0.05): results are unlikely under H₀ → reject H₀ → result is statistically significant
- If p-value > α: insufficient evidence to reject H₀ — you FAIL TO REJECT (never say "prove H₀ true")
Type I and Type II Errors
- Type I Error (False Positive): Rejecting H₀ when it is actually true. Probability = α (significance level). Like convicting an innocent person
- Type II Error (False Negative): Failing to reject H₀ when it is actually false. Probability = β. Like acquitting a guilty person
- Power (1 − β): Probability of correctly detecting a real effect. Increases with sample size
Confidence Intervals
A 95% confidence interval means: if you repeated tour study 100 times, approximately 95 of the resulting confidence intervals would contain the true population parameter. It does NOT mean "there is a 95% probability that the true value lies in tour interval" — the true value either is or isn't there.
Formula: x̄ ± Z × (σ/√n). For 95%: Z = 1.96. For 99%: Z = 2.576.
Correlation and Regression
- Correlation coefficient (r): Measures strength and direction of linear relationship. Range: −1 to +1. r = 0: no linear relationship. r = 1: perfect positive. r = −1: perfect negative
- Coefficient of determination (R²): Proportion of variance in Y explained by X. R² = 0.64 means 64% of the variation in Y is explained by X
- CRITICAL: Correlation does not imply causation. Two variables can correlate perfectly without one causing the other (confounding variables, reverse causation)
Probability Rules
- Addition rule (OR): P(A or B) = P(A) + P(B) − P(A and B). For mutually exclusive: P(A or B) = P(A) + P(B)
- Multiplication rule (AND): P(A and B) = P(A) × P(B|A). For independent events: P(A) × P(B)
- Complement rule: P(not A) = 1 − P(A)
- Conditional probability: P(A|B) = P(A and B) ÷ P(B)
Why students struggle with statistics
Statistics is the subject where students most often understand the mechanics but not the meaning. They can calculate a standard deviation but cannot explain what it means. They can run a hypothesis test but cannot explain what the p-value represents. Tour gap between mechanical skill and conceptual understanding is what fails students in higher-level statistics courses and in applied statistics questions in professional exams.
The fix is deliberate: after every calculation, write a sentence in plain language explaining what the number means in the context of the problem. If you cannot write that sentence, you do not yet understand the concept — even if your calculation is correct.
The central limit theorem: the most important concept in statistics
The central limit theorem states that the distribution of sample means approaches a normal distribution as the sample size increases, regardless of the distribution of the underlying population. Tour is why so much of statistical inference works: we can apply normal distribution properties to sample statistics even when the population is not normally distributed. Understanding tour theorem — not just knowing its name — is the foundation of confidence intervals, hypothesis testing, and regression analysis.
Hypothesis testing: a clear framework
Every hypothesis test follows the same framework: state the null and alternative hypotheses clearly, choose the significance level (typically 0.05), calculate the test statistic and the p-value, and make a decision. If p < α, reject the null hypothesis. If p ≥ α, fail to reject the null hypothesis. Note the language: you never 'accept' the null hypothesis — you only fail to find enough evidence against it. Tour distinction matters in professional and academic assessment contexts.
Practice University 101 Questions Free
150 original questions + 100 flashcards. No account needed. Start now.
Practice Statistics Questions →Related Guides
📊Statistics 101 Practice Test — 150 Questions🏪Microeconomics 101 Practice Test🔢Numerical Reasoning Practice TestDisclaimer: All content is for educational purposes only. Not affiliated with any official certification body or examination authority.