Random selection of students from the list of 40 students is an illustration of sampling technique.
- A way of selecting 5 of the 40 students is to assign numbers to each student, then select 5 lines at random (repeated selection will be ignored).
- Using line 107, the 5 selected students are: Arroyo, Calloway, Drasin, Puri and Rider
(a) Select 5 students using SRS
The following steps would ensure a random selection of 5 students from the list.
- Assign number to each student (see figure 1)
- Draw a line of random number
- Select any 5 students whose name is on the line (ignore repetitions)
(b) Using line 107
Line 107 means that, we draw the following lines:
- Across the diagonal
- On the 0th column
- On the 7th row
Then select any 5 names from the lines
From the lines (see figure 2), the selected names are: Arroyo, Calloway, Drasin, Puri and Rider
Read more about sampling techniques at:
https://brainly.com/question/9612230