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:
- Assign a unique number to each EAI employee.
- Use a random number generator to generate 50 random numbers between 1 and the total number of employees.
- 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.