I am trying to understand the difference between these two questions.
Question 1: We are given an $n$-element set and non-negative integers $n_1,n_2,\ldots,n_r,$ whose sum is equal to $n$. The number of partitions of the set into r disjoint subsets, with the $i$th subset containing exactly $n_i$ elements is given by the multinomial coefficient $n \choose {n_1,n_2,\ldots,n_r}$
If we choose each of the $n_i = 2 $ in question 1. How is it different from Question 2? I am unable to see the difference between the two arguments. If possible can explain for which scenarios can i apply the answer from question 1 and for which scenarios i should not overcount. Thanks in advance