I'm facing problems solving this question and I'd like some help:
A box contains n balls, where just 2 are white and the rest are red. A random sample of 4 balls is drawn without replacement. It's known that the probability of the 2 white balls are in the sample is 6 times higher than the probability that no white balls are in the sample. Calculate n.
I did like that:
$$6* (\frac{2}{n} *\frac{1}{n-1} * \frac{n-2}{n-2} * \frac{n-3}{n-3}) = (\frac{n-2}{n} *\frac{n-3}{n-1} * \frac{n-4}{n-2} * \frac{n-5}{n-3}) => n = 8 $$
But, according to the answer of this question, n = 6.
I trying to find my mistake. Can someone help me?