Sampling & Inference

Grade 11 · statistics · 33 practice problems · read aloud

🔊 Listen to this explanation

Sampling & Inference: The Big Picture

Sampling is taking a small, manageable piece of a larger group (population) to study. Inference is using that sample to draw conclusions about the whole population. It's the foundation of surveys, political polls, and scientific studies. We do this because measuring everyone is often impossible or too expensive.

Key Steps for Inference

  1. Define the Population & Parameter: Identify the entire group and the number you want to know (e.g., the true mean GPA of all 11th graders).
  2. Collect a Sample & Find a Statistic: Randomly select a sample and calculate a value from it (e.g., the mean GPA of 50 students).
  3. Check Conditions: Ensure the sample is random, and for means, that the sample size is large enough (n ≥ 30) for the Central Limit Theorem to apply.
  4. Calculate a Confidence Interval: Create a range of values that you're confident contains the true population parameter.
  5. Interpret the Results: State your conclusion in context.

Worked Examples

Example 1: Confidence Interval for a Mean

A sample of 35 eleventh graders has a mean study time of 1.5 hours/night (s=0.5 hrs). Find a 95% CI for the true mean.

  1. Parameter: μ = true mean study time for all 11th graders.
  2. Statistic: x̄ = 1.5 hrs, n=35, s=0.5 hrs.
  3. Conditions: Random sample? (Assume yes). n=35 ≥ 30, so CLT applies.
  4. Calculation: CI = x̄ ± (t*)(s/√n). For ~95% CI, t* ≈ 2.
    Margin of Error = 2 * (0.5/√35) ≈ 0.17 hrs.
    95% CI: 1.5 ± 0.17, or (1.33, 1.67) hours.
  5. Interpretation: We are 95% confident the true mean study time for all 11th graders is between 1.33 and 1.67 hours per night.

Example 2: Inference for a Proportion

In a poll of 200 random students, 45% support a new dress code. Find a 90% CI for the true proportion.

  1. Parameter: p = true proportion of all students who support the code.
  2. Statistic: p̂ = 0.45, n=200.
  3. Conditions: Random sample, n*p̂=90 & n*(1-p̂)=110 are both ≥10.
  4. Calculation: CI = p̂ ± (z*)(√[p̂(1-p̂)/n]). For 90% CI, z*=1.645.
    Standard Error = √[(0.45*0.55)/200] ≈ 0.035
    Margin of Error = 1.645 * 0.035 ≈ 0.058
    90% CI: 0.45 ± 0.058, or (0.392, 0.508).
  5. Interpretation: We are 90% confident the true proportion of all students supporting the dress code is between 39.2% and 50.8%.

Common Mistakes to Avoid

🚫 Claiming Certainty: Never say "The true mean is in the interval." Confidence level (e.g., 95%) describes the *method*, not a single interval.

🚫 Misinterpreting the Interval: A 95% CI means that if we took many samples, 95% of the intervals we build would contain the true parameter. It does NOT mean there's a 95% chance the parameter is in your specific interval.

🚫 Forgetting Conditions: Always check for randomness and sample size. Inference from a biased sample is worthless.

🚫 Confusing Population & Sample: Parameters (μ, p) describe populations. Statistics (x̄, p̂) describe samples.

Tips & Tricks

💡 Memory Aid: "We are [Confidence Level]% confident that the [Population Parameter] is between [Lower Bound] and [Upper Bound]." This is the perfect interpretation template.

💡 Bigger Sample = Narrower Interval: To get a more precise estimate (smaller margin of error), increase your sample size (n).

💡 Parameter vs. Statistic: P's go together: Population Parameter. S's go together: Sample Statistic.

How to Practice

  • Find real-world polls in the news and identify the sample, population, statistic, and parameter.
  • Practice calculating confidence intervals for both means and proportions until the steps are automatic.
  • Focus on writing the interpretation in a full, contextual sentence. This is often where points are lost on exams.
  • Work with a study partner to explain the logic behind each step. If you can teach it, you know it.

Practice problems

6 of the 33, worked through step by step — try them before opening the answer.

1 Sophia is analyzing a triangular plot of land with sides measuring 17 meters, 21 meters, and 24 meters. She needs to find the area of this triangle. What is the area in square meters?

Hint: Consider using Heron's formula which calculates the area of a triangle when all three side lengths are known. First find the semi-perimeter, then apply the formula.

Show the answer

Answer: 170

  1. Calculate the semi-perimeter (s) = (17 + 21 + 24)/2 = 62/2 = 31 meters
  2. Apply Heron's formula: Area = sqrt(s(s-a)(s-b)(s-c))
  3. Substitute values: Area = sqrt(31(31-17)(31-21)(31-24))
  4. Calculate inside: Area = sqrt(31 × 14 × 10 × 7)
  5. Multiply: 31 × 14 = 434, 434 × 10 = 4340, 4340 × 7 = 30380
  6. Area = sqrt(30380) = sqrt(100 × 303.8) = 10 × sqrt(303.8) ≈ 10 × 17 = 170
  7. The exact calculation: sqrt(30380) = sqrt(28900) = 170 Therefore, the area is 170 square meters.

2 Mason is analyzing a triangular arrangement of dots. The first row has 2 dots, the second row has 4 dots, and the third row has 6 dots. If this pattern continues, how many total dots are there in the first 7 rows?

Hint: Consider the pattern of dots per row and how they form an arithmetic sequence. Think about the formula for the sum of an arithmetic series.

Show the answer

Answer: 56

  1. Identify the pattern: Row 1 has 2 dots, Row 2 has 4 dots, Row 3 has 6 dots. This forms an arithmetic sequence where each row increases by 2 dots.
  2. The number of dots in row n is given by: a_n = 2 + (n-1)×2 = 2n
  3. We need the sum of the first 7 rows: S_7 = (n/2)×(first term + last term)
  4. First term = 2, Last term (7th row) = 2×7 = 14
  5. S_7 = (7/2)×(2 + 14) = (7/2)×16 = 7×8 = 56
  6. The total number of dots is 56.

3 Aroha is designing a triangular garden with sides measuring 14 meters, 15 meters, and 16 meters. She wants to place decorative stones along the entire perimeter. How many meters of decorative stones does Aroha need?

Hint: Consider what measurement represents the total distance around the outside of a shape.

Show the answer

Answer: 45

  1. Identify the sides of the triangle: 14 m, 15 m, and 16 m
  2. The perimeter is the sum of all three sides
  3. Calculate 14 + 15 + 16
  4. 14 + 15 = 29
  5. 29 + 16 = 45 Aroha needs 45 meters of decorative stones.

4 Emma conducted a survey about smartphone usage by randomly selecting 50 students from her high school's basketball team roster. The school has 800 students total. What percentage of the school population did Emma sample?

Hint: Consider how to calculate what portion of a total population a sample represents, using a different scenario like sampling 20 people from a town of 400.

Show the answer

Answer: 6.25

  1. Identify the sample size: 50 students
  2. Identify the total population: 800 students
  3. Calculate the percentage: (50 ÷ 800) × 100
  4. 50 ÷ 800 = 0.0625
  5. 0.0625 × 100 = 6.25

The answer is 6.25.

5 Mason is analyzing a triangular arrangement of dots. The first row has 7 dots, the second row has 9 dots, and each subsequent row has 2 more dots than the previous row. If there are 12 rows total, how many dots are in the arrangement?

Hint: Consider the pattern of numbers formed by the dots in each row. This forms a sequence where each term increases by a constant amount. Think about how to sum such a sequence efficiently.

Show the answer

Answer: 216

  1. Identify the sequence of dots per row: 7, 9, 11, 13, ... up to 12 terms.
  2. This is an arithmetic sequence with first term a1 = 7 and common difference d = 2.
  3. Find the last term: a12 = a1 + (12-1)d = 7 + 11×2 = 7 + 22 = 29.
  4. Use the arithmetic series sum formula: Sn = n/2 × (a1 + an) = 12/2 × (7 + 29) = 6 × 36 = 216.
  5. The total number of dots is 216.

6 Emma is studying smartphone usage patterns at her high school. She stands outside the main entrance and surveys the first 75 students who arrive. If the school has 1500 students total, what percentage of the student population did Emma sample?

Hint: Consider how to calculate what portion of a whole group is represented by a smaller group from it.

Show the answer

Answer: 5

  1. Emma sampled 75 students out of a total population of 1500 students.
  2. To find the percentage, divide the sample size by the total population: 75 ÷ 1500 = 0.05
  3. Convert the decimal to a percentage by multiplying by 100: 0.05 × 100 = 5%

The answer is 5.

Practise this topic — 10 free problems, no signup →