The second method the administrator is considering consists of using a computer with a random number generator to select a simple random sample of 200 students from a list of 10,000 student names. Describe how to implement such a method. Using your method and the random digits below, select the first two students.
50194 87599 00657 73914 18360
Answer :
Obtain a rundown of each of the 10,000 understudies at the administration. Put the names in sequential order request. Dole out a number from 1 – 10,000, beginning with the main understudy on the arranged rundown, to every understudy. Utilizing an irregular digit generator, produce 200 random integers somewhere in the range of 1 and 10,000 without substitution and avoiding any numbers outside the interim. The understudies whose name compares to those numbers are to be utilized for the investigation.
Based on the digits given above we selected 00657 and 18360
Get Answers For Free
Most questions answered within 1 hours.