I came around this question on the web:
There are two maternity hospitals in a town with 50 and 500 beds. Given full occupancy on a particular day, which of these hospitals is more likely to have equal no of boys and girls given probability of boys = probability of girls ?
What would the answer intuitively be by Law Of Large Numbers? How should the statement be positioned for Law Of Large Numbers to work?
Am I right to conclude that expected number of boys are 25 and 250 respectively in the hospitals? Also I don't seem to understand the application of law of large numbers here, can someone shed light on this issue?
The Law of Large Numbers tells us that the Average behavior tends to the Expected Value as the sample size increases, but it doesn't help you compute exact values. Indeed, for large samples, the probability of getting any exactly specified ratio tends to $0$. In this case we can compute everything precisely.
This is a binomial process, with $2n$ trials and $p=\frac 12$. Specifically, you are interested in $n=25,250$. We see that the probability of a tie is $$\psi(n)=\binom {2n}n\times \frac 1{2^{2n}}$$
The numbers are small enough to compute both. We get $$\psi(25)=0.112275173,\;\psi(250)=0.035664646$$