Final answer:
The technique to get a simple random sample of 30 students from a population of 80 is to use a random number generator to select 30 students.
Step-by-step explanation:
The technique to get a simple random sample of 30 students from a population of 80 would be option (b): Using a random number generator to select 30 students. Here's how you can do it:
- Assign a unique number to each student in the population from 1 to 80.
- Use a random number generator to generate 30 random numbers between 1 and 80.
- Select the students corresponding to the generated random numbers as your sample.