New
New
Year 10
Higher
Sampling methods
I can see why samples are used and why different selection methods exist.
New
New
Year 10
Higher
Sampling methods
I can see why samples are used and why different selection methods exist.
Lesson details
Key learning points
- Samples are used when using the whole population would be impractical/destructive.
- There are various sampling methods.
- A simple random sample is one of the easiest samples to collect.
Common misconception
Names in a hat is the simplest way to perform a simple random sample.
This can be true for very small populations but becomes time consuming quickly.
Keywords
Simple random sample - A simple random sample is where every item in a population has an equal chance of being selected for the sample.
Consider asking pupils to perform a simple random sample for 15 pupils from the year group or whole school. How long do they think it will take using the names in a hat technique? What about using a RNG? Which is quicker?
Teacher tip
Licence
This content is © Oak National Academy Limited (2024), licensed on Open Government Licence version 3.0 except where otherwise stated. See Oak's terms & conditions (Collection 2).
Video
Loading...
Starter quiz
Download starter quiz
6 Questions
Q1.
Select all the examples of quantitative discrete data.
The distance a bird flies in a day.
The colour of a bird's wings.
The type of tree that a bird's nest is in.
Q2.
Data that has been previously collected for a different or unknown purpose are called data.
Q3.
Lucas collects some data on shoe sizes. Which of these statements are correct?
Shoe sizes are an example of qualitative data
Shoe sizes are an example of continuous data.
Q4.
Match each type of data to an example.
type of pet
number of pets in each household
mass of each pet
Q5.
Laura measures the temperature outside her school every morning at 10 am for a month. What type of data has Laura collected?
discrete data
secondary data
Q6.
Aisha writes an article for the school magazine about sport. She uses data from the local sports centre on what exercise classes they offer. What type of data has Aisha used?
numerical data
primary data
quantitative data
Exit quiz
Download exit quiz
6 Questions
Q1.
The is the entire set of people, creatures, plants or items that make up the whole group which is being studied.
Q2.
A simple sample is where every item in a population has an equal chance of being selected for the sample.
Q3.
Investigation: A vet wants to check a sample of sheep from a farm to see if they are all healthy. What is the population in the vet's investigation?
All the sheep in the local area
All the sheep in one field on the farm
All the animals on the farm
Q4.
A teacher asks each pupil in a class of 30 to write down any two numbers between 1 and 30. The teacher uses RanInt#(1, 15) on her calculator to pick 5 pupils. Will this give a simple random sample?
Yes, because each pupil has an equal chance of being chosen.
Yes, because a random number generator can choose each pupil.
No, because every pupil has two numbers.
Q5.
These six pupils are assigned a range of numbers. A simple random sample of two pupils will be taken using these numbers. The range of integers that Jun should be assigned is .
Q6.
These six pupils are assigned a range of numbers. A simple random sample of two pupils will be taken using these numbers. What calculation will generate a simple random sample for this population?
RanInt#(1, 25)
RanInt#(100, 125)
RanInt#(1, 126)
RanInt#(1, 145)