Random Sampling Statistics Example 4

Follow the full solution, then compare it with the other examples linked below.

Example 4

hard
A university has 12,000 students: 7,200 undergraduates and 4,800 postgraduates. A researcher wants a stratified sample of 200 students. (a) How many undergraduates and postgraduates should be in the sample? (b) How does this compare to what might happen with a simple random sample?

Solution

  1. 1
    Step 1: (a) Proportional allocation: Undergrad proportion = 720012000=0.6\frac{7200}{12000} = 0.6, so 200ร—0.6=120200 \times 0.6 = 120 undergrads. Postgrad proportion = 480012000=0.4\frac{4800}{12000} = 0.4, so 200ร—0.4=80200 \times 0.4 = 80 postgrads.
  2. 2
    Step 2: (b) With simple random sampling, by chance the sample might have 140 undergrads and 60 postgrads, or 100 and 100. Stratified sampling guarantees the exact proportion of 120:80, ensuring both groups are properly represented.

Answer

(a) 120 undergraduates and 80 postgraduates. (b) Simple random sampling might over- or under-represent either group by chance; stratified sampling guarantees proportional representation.
Stratified sampling with proportional allocation ensures each stratum is represented in the sample in the same proportion as in the population. This reduces sampling variability and guarantees representation of important subgroups, which simple random sampling cannot guarantee.

About Random Sampling

Random sampling is a method of selecting individuals from a population where every member has an equal chance of being chosen, ensuring the sample is unbiased and representative of the whole population.

Learn more about Random Sampling โ†’

More Random Sampling Examples