- Define and explain Correlation and regression in your own words
- Use key terms such as Binomial distribution accurately
- Apply what you have learned to new examples and questions
- Avoid the common mistakes learners make with this topic
This lesson focuses on Correlation and regression: measuring linear association and fitting regression lines for prediction.
Measuring linear association and fitting regression lines for prediction.
Key ideas
Binomial probabilities
P(X = r) = C(n, r) pʳ (1 − p)ⁿ⁻ʳ. The conditions matter: fixed n, two outcomes, constant p, independent trials. For n = 5, p = 0.3: P(X = 2) = 10 × 0.09 × 0.343 = 0.3087.
Standardising the normal
Convert X ~ N(μ, σ²) to Z ~ N(0, 1) via z = (x − μ)/σ, then read probabilities from tables. The total area under the curve is 1, and the curve is symmetric about μ, so the probability that X falls below the mean μ is 0.5.
Key term — Binomial distribution: The distribution of the number of successes in n independent trials each with success probability p, written X ~ B(n, p).
X ~ B(5, 0.3). Find P(X = 2).
Use P(X = r) = C(n, r) pʳ (1 − p)ⁿ⁻ʳ with n = 5, r = 2, p = 0.3. C(5, 2) = 10; 0.3² = 0.09; 0.7³ = 0.343. Multiply: 10 × 0.09 × 0.343 = 0.3087.
Answer: P(X = 2) = 0.3087 (to 4 decimal places).
- Interpreting the regression line outside the data range Extrapolating beyond observed x-values assumes the linear relationship continues, which is often false.
- Using the binomial model when trials are not independent Check the conditions: without replacement from a small population, p changes each trial and the binomial does not apply.
Practice
P = C(4,0) × 0.5⁰ × 0.5⁴ = 0.0625.
P = 6 × 0.2 × 0.8⁵ = 6 × 0.2 × 0.32768 = 0.393216.
z = (130 − 100)/15 = 2.
0.5 — half the area lies above the mean.
Quick check
Which of these best defines "Binomial distribution"?
Explain why 'the mean has increased' is a one-tailed alternative hypothesis.
A test at the 5% level gives p-value 0.032. What is the conclusion?
- Correlation and regression: measuring linear association and fitting regression lines for prediction.
- Binomial probabilities: P(X = r) = C(n, r) pʳ (1 − p)ⁿ⁻ʳ.
- Normal distribution: A continuous symmetric bell-shaped distribution, fully described by its mean μ and variance σ², written X ~ N(μ, σ²).
- Watch out for: interpreting the regression line outside the data range