I have N people trying to find a common day for appointment in a period of D days. Each person chooses F favorite days in which he's available during that period.
What is the probability that they will find a matching day for everybody, as function of N,D and F?
A trivial example would be N=2 persons choosing F=1 favorite day over D=7 days. The probability will be P(2,7,1)=1/7.
How to generalize this formula? I'm having trouble combining probabilities I think.
Also, I don't know if this problem can be reframed into a common mathematical problem
P.S. as I'm writing this I'm trying to understand if this is the same problem expressed here