I have a question concerning the birthday problem in conditional problem. Say there's a given group of $12$ people and a regular year with only $365$ days. Then the probability of no duplicate will be $\frac{365!}{365^{12}353!} = 0.833$. I am asked to compute given that the first twelve don't have duplicates, the probability that there will be a duplicate after the next $8$ people enter the group.
From conditional probability $P(A|B)=\frac{P(A \cap B)}{P(B)}$, I already computed $P(B) = 0.833$. Is $P(A \cap B)$ which is P(duplicate in next 8 and no duplicate in first 12) simply equal to $1 - \frac{353!}{365^{20}345!}$?
A slightly different approach with the same answer: