To simulate the situation of students' SAT score changes using a random digit table, we need to ensure that the assignments of digits correspond to the proportions of students in each category:
- 80 students increased their scores (80% of 100)
- 10 students kept their scores the same (10% of 100)
- 10 students decreased their scores (10% of 100)
Given this distribution, option A is a valid approach:
A) Assign the digit 0 to students who increased their scores, 1 to students whose scores remained the same, and 2 to students whose scores decreased. Use the random digit table to generate one-digit numbers, ignoring any values greater than 2.
This method works because:
-
In the assignment:
- 0 represents 80 students (increase),
- 1 represents 10 students (no change),
- 2 represents 10 students (decrease).
-
The digits assigned correspond accurately to the proportions of each outcome, and by generating one-digit numbers and ignoring anything greater than 2, you ensure that the simulation reflects the actual scenario of the 100 students sampled.
In contrast, options B, C, and D do not correctly represent the proportions of students or include unnecessary digits, making A the only valid choice for simulation in this context.