The aim of a study is to determine whether a teacher recognizes the handwriting of his students. The teacher gets 3 tests and 3 names of students and has to place the test with the correct student. In order to judge the teacher's performance, we need to know how many correct assignments to expect by chance.
What is the probability of having 0, 1, 2 and 3 right guessess?
Edit: I do know how to solve this by writing down all possibilities and looking at them, but I'd like to know if there is a way to compute this.
Edit 2: This is the answer in my book: $$\begin{align*} P(x=0) &= 2/6;\\ P(x=1) &= 3/6;\\ P(x=2) &= 0;\\ P(x=3) &= 1/6\\ \end{align*}$$