Lets say two people pick $5$ different numbers out of a subset of $35$) numbers, what is the chance these $2$ people have $2$ or more picked numbers in common?
This is the chance of $1 - p$ (have nothing in common) $- p$ (have $1$ in common)
However how do I calculate $p(0)$ and $p(1)$?
Thx for the help.
By symmetry, you can just assume the first person picked $1,2,3,4,5$ and ask how many of those the second person has picked. The chance the second person has picked $k$ of them is $$\frac {{5 \choose k}{30 \choose 5-k}}{35 \choose 5}$$