To use this question as an example: In a class there are four freshman boys, six freshman girls, and six sophomore boys. How many sophomore girls must be present if sex and class are to be independent when a student is selected at random?
Let $B = \rm boy$, $G = \rm girl$, $F = \rm freshman$, $S = \rm sophomore$, $x = \rm sophomore girls$. There are four cases:
- $P(FB) = P(F)P(B)$
- $P(FG) = P(F)P(G)$
- $P(SB) = P(S)P(B)$
- $P(SG) = P(S)P(G)$
These cases assume independence. Now if we solve for case 3 lets say, then x = 9.
The calculations are clear to me, but I don't understand why solving case 3 means that the other cases also hold when x = 9, it's not intuitive to me.
I tried showing myself that all other cases are independent as well, because we can use substitution to get
$P(SB) = P(S)P(B)$
$P(SB) = (P(SG)/P(G))*P(B)$
Which shows that case 4 is independent. The thing I don't understand here is that, this is assuming that case 4 is indeed independent. Why is this possible?
Question: So what I'm trying to ask is, Why is it that if one case holds, the others hold too? Is there an intuitive way to think about such problems? Because I can't picture it in my mind, I can just do the calculation here.