21.7k views
0 votes
Use two-step procedure to select a simple random sample of 50 EAI employees. Click on the datafile logo to reference the data

User Gerbrand
by
8.3k points

1 Answer

2 votes

Final answer:

To select a simple random sample of 50 EAI employees:
1. Assign a unique number to each employee.
2. Generate 50 random numbers between 1 and the total number of employees.
3. Select the employees corresponding to the random numbers as the sample.

Step-by-step explanation:

  1. Assign a unique number to each EAI employee.
  2. Use a random number generator to generate 50 random numbers between 1 and the total number of employees.
  3. Select the employees corresponding to the random numbers obtained in step 2 as your sample.

For example, if there are 100 EAI employees, you would assign each employee a number from 1 to 100. Then, using a random number generator, generate 50 random numbers between 1 and 100. Finally, select the employees corresponding to those 50 random numbers as your sample.

User Alchete
by
8.5k points