There are 3 friends each with $n$ books, each friend has a set of their own $n$ same books, each one takes a random permutation of the $n$ books. They all read one book every week (n consecutive weeks). Now, we let $X$= no. of weeks they all read the same book. The problem is asking for the variance, but I figured the first thing to do was to figure out the expected value or more importantly the probability of reading the same book for no. of weeks.
I did some math and I was able to figure out that there is $3 (n!)^3$ outcomes in the sample space.
I did the same problem with 3 friends and two books (n=2) and I figured out the probability of all the books matching for $X$= 2 weeks is $\frac{1}{4}$ or maybe $\frac{1}{n!}$ and for $X$ = 0 weeks is $\frac{1}{2}$ or perhaps $\frac{1}{n}$. I am not sure if the problem applies to the other, because the middle ranges are not accounted for i.e $x=1,3,4,...,n-1$ so I am not sure if this scales. If you can point me in the right direction, I would greatly appreciate it!