Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A college requires all incoming freshmen to live on campus. The college has two freshman dormitories, East and West. For an upcoming school year,

image text in transcribed

A college requires all incoming freshmen to live on campus. The college has two freshman dormitories, East and West. For an upcoming school year, there are 800 Incoming freshmen. Which method evenly assigns the students to the two dormitories so that each Incoming freshman has a fair chance of being selected for either dormitory? OA. OB. Using a random number generator, assign each incoming freshman a number, eliminating any duplicate numbers. Assign each Incoming freshman with a positive number to East dormitory, and assign each incoming freshman with a negative number to West dormitory. Using a two-sided coin, flip a coin for each incoming freshman. If the coin lands on heads, assign the freshman to East dormitory. If the coin lands on tails, assign the freshman to West dormitory. OC. Using a random number generator, assign each incoming freshman a number, eliminating duplicate numbers. After each incoming freshman is assigned a number, list the assigned numbers in ascending order. Assign the first 400 numbers on the list to East dormitory, and assign the last 400 numbers on the list to West dormitory. D. Using a random number generator, assign each incoming freshman a number, eliminating any duplicate numbers. Assign each incoming freshman with an even number to East dormitory, and assign each freshman with an odd number to West dormitory.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Surfaces In Classical Geometries A Treatment By Moving Frames

Authors: Gary R Jensen, Emilio Musso, Lorenzo Nicolodi

1st Edition

3319270761, 9783319270760

More Books

Students also viewed these Mathematics questions

Question

What is an electronic spreadsheet computer program?

Answered: 1 week ago