To calculate the probability of exactly 13 out of 408 people guessing a birthday correctly, use the binomial distribution formula: C(408, 13) * (1/365)^13 * (364/365)^395. Each individual's chance of guessing correctly is 1/365, assuming independence and ignoring leap years. The C function, or binomial coefficient, is calculated as C(n, k) = n! / (k! * (n-k)!). The final probability of exactly 13 correct guesses is approximately 1 in 5,370,675,393. This highlights the rarity of such an event occurring.