A college requires all incoming freshmen to live on campus. the college has two female freshman dormitories: williams and hillside. for an upcoming school year, there are 800 incoming female freshmen. which of the following best describes a method of assigning the incoming female freshmen to the two dormitories so that each incoming female freshman has a fair chance of being selected for either dormitory?
a. using a random number generator, assign each incoming female freshman a number, eliminating any duplicate numbers. assign each incoming female freshman with an even number to williams dormitory, and assign each female freshman with an odd number to hillside dormitory.
b. using a random number generator, assign each incoming female freshman a number, eliminating duplicate numbers. after each incoming female freshman is assigned a number, list the assigned numbers in ascending order. assign the first 400 numbers on the ascending list to williams dormitory, and assign the last 400 numbers on the ascending list to hillside dormitory.
c. there is no way to assure that each incoming female freshman has a fair chance of being selected for either dormitory.
d. using a random number generator, assign each incoming female freshman a number, eliminating any duplicate numbers. assign each incoming female freshman with a positive number to williams dormitory, and assign each incoming female freshman with a negative number to hillside dormitory.