State Assembly
A state assembly is supposed to represent the population.
We wish to perform a simulation to determine an empirical probability that an assembly of 50 representatives has 25 or fewer males.
Assume that about 50% of the population is male, so the probability that a person who has been elected to the state assembly is a male is 50%.
Using a random number table, we decide that each digit will represent an assembly member.
The digits 0-25, we decide, will represent a male member, and 26-50 will represent a female. Why is this a bad choice for this simulation?