A school has \(480\) students numbered \(001\) through \(480\). To select a simple random sample of \(8\) students, read the following three-digit groups from left to right:
\(431, 072, 518, 214, 214, 009, 480, 305, 601, 177, 042, 399, 487, 263\)
a) State the rejection rule.
b) List the selected student numbers in order.
c) Explain why accepted numbers should not be replaced with nearby valid numbers.
Hints
- Match the possible random-number labels to the actual range of student IDs.
- Track accepted values in order and check both range and repetition.
- Consider whether changing an invalid result would preserve equal selection chances.
Solution
1. Reject \(000\), every number greater than \(480\), and every duplicate of a number already accepted.
2. Reading left to right gives the accepted numbers \(431, 072, 214, 009, 480, 305, 177, 042\).
3. Replacing an invalid number with a nearby valid number would give some students extra ways to be selected and would destroy the equal-chance property of the simple random sample.
Answer
a) Reject \(000\), values above \(480\), and duplicates.
b) \(431, 072, 214, 009, 480, 305, 177, 042\).
c) Substitution would make selection probabilities unequal; invalid groups must simply be skipped.