Sampling selects a subset of a population for study. Different methods produce different levels of representativeness.
Sampling Methods
Random Sampling
Every member has an equal chance of being selected. Use random number generators.
Pro: unbiased. Con: may not represent subgroups well.
Systematic Sampling
Select every th item from a list (e.g., every 10th person).
Pro: simple, spread across population. Con: can be biased if there's a pattern.
Stratified Sampling
Divide population into groups (strata), then sample proportionally from each.
Pro: represents subgroups. Con: need to know the population structure.
Bias
A sample is biased if it doesn't represent the population fairly.
Sources of bias: convenience sampling, voluntary response, leading questions, non-response.
Worked Example
School has 120 boys and 80 girls. Sample of 50.
Boys: . Girls: .
Practice Problems
- Calculate stratified sample from: Yr 7 (80), Yr 8 (120), Yr 9 (100). Sample size 30.
- Identify the sampling method: every 5th person entering a shop.
Want to check your answers and get step-by-step solutions?
Key Takeaways
Random: equal chance. Systematic: every kth. Stratified: proportional from groups.
Bias makes results unrepresentative.
Stratified ensures proportional representation.
