$3$ rabbits are playing outside their individual holes. An eagle comes and they all randomly go into a hole with one rabbit per hole. What is the probability that no rabbit went to its own hole? Assume that all configurations are equally likely
I'm assuming my sample space would be
$$|S|=3^3 = 27 \text{ possible combinations.}$$
Then, the possibilities that a rabbit is not in their corresponding hole is $$\{(X,Y)| \text{where X = rabbit, Y = hole and } X \neq Y \} = \{\{(1,2),(2,3), (3,1)\}, \{(1,3),(2,1),(3,2)\}\}$$
How do I combine this?
Would the answer be $\frac{2}{27}$?
Except the size of sample space, your approach is correct. Since it is given that rabbits go holes with one rabbit per hole, the size of sample space should be $3\cdot2\cdot1 = 3! = 6$. So the answer should be $\dfrac{2}{6} = \dfrac{1}{3}$ instead of $\dfrac{2}{27}$.