Consider an urn containing 90 balls numbered from 1 to 90, plus 3 balls attached with 3 distinct (known) numbers still from 1 to 90, say 1,2,3. I'm trying to find the probability that at least two equal numbers are extracted after 5 extractions without replacement. I've tried two approaches which give different answers, and I don't really know which is correct (mistakes aside).
Firstly, with $\Omega_0=\{1,2,\cdots,90,1a,2a,3a \}$ I would define as a sample space $\Omega=\{\omega=(\omega_1,\omega_2,\omega_3,\omega_4,\omega_5)\in\Omega_0^5\},$ as a $\sigma$-algebra $F=P(\Omega)$ and as a probability measure $\mathbb{P}$ such that $\mathbb{P}(\{\omega\})= 1/ \binom {93}{5} .$
Let $A $ be the event of two equal numbers being extracted. My first approach is to consider $A^c=\{\omega \in \Omega :\omega_i \ne\omega_j \text{ for } i \ne j\};$ I think $\lvert A^c\rvert =\binom{90}{5}$, which gives $\mathbb{P}(A)=1-\frac{88\cdot87\cdot86}{93\cdot92\cdot91}.$
Second approach: $\mathbb{P}(A)=\mathbb{P}(``\text{two 1's" or }`\text{two 2's" or }``\text{two 3's}")=3\mathbb{P}(``\text{two 1's}") -3\mathbb{P}(``\text{two 1's or two 2's}")$. Then from $$\mathbb{P}(``\text{two 1's}")=\frac{\binom{2}{2}\binom{91}{3}}{{93}\choose{5}}$$ and $$\mathbb{P}(``\text{two 1's and two 2's}")=\frac{\binom{2}{2} {2\choose2} {{89}\choose1}}{{93}\choose{5}}$$ I proceed to the result but it doesn't equal what I got earlier. Where do I go wrong?
First, if you define the sample space $\Omega=\{\omega=(\omega_1,\omega_2,\omega_3,\omega_4,\omega_5)\in\Omega_0^5\}$, you take order of element into account. This contradicts to $|\Omega|=\binom{93}{5}$.
The valid elementary event for $\Omega$ without ordering should be $$\{\omega_1,\omega_2,\omega_3,\omega_4,\omega_5\}, \omega_i\in\Omega_0.$$
Next, $|A^c|$ does not equal to $\binom{90}{5}$. Why? In $\binom{90}{5}$ you counted only fives with all elements taken from $\{1,2,3,\ldots,90\}$. But the fives $\{1a,2,3,6,7\}$, $\{1a,2a,3,5,6\}$, $\{1a,2a,3a,6,7\}$ also belong to $A^c$. So you need to add the number of those fives.
The number of firsk kind fives is the nouber of ways we choose one element from $\{1a,2a,3a\}$ multiplied by the number of ways to choose $4$ numbers from the set $\{1,2,\ldots,90\}$ without element which is paired to already choosen: $\binom{3}{1}\binom{90-1}{4}$. And $$ |A^c|=\binom{90}{5}+\binom{3}{1}\binom{89}{4}+\binom{3}{2}\binom{88}{3}+\binom{3}{3}\binom{87}{2}. $$