"You need to split 8 people into two equally sized groups. How many possible ways can this be done? What is the probability that you and 3 other students are placed in the same group twice? The events are independent."
For the first part, I thought to create two groups of size 4 where order does not matter (A,B,C,D = D,C,B,A) , $\frac{8!}{4!4!} = 70$, which is correct. For the last question, out of these 70 groups, only one group contains me and the other previous 3 students, hence 1/70. The answer correct answer is 1/35
