What is the probability that a group of 3 dentists will have an available appointment slot at 2 PM?
Assuming that a dentist has 8, 1 hour appointment time frames available in a day. Now assume that 3 independent dentists each having a utilization rate of 75% (that is, on average 6 of 8 slots a day are filled) decide to work togethor as a group.
What is the probability on any given day that the 2 PM time slot will be available?
How many dentists would have to work togethor at this utilization rate so that the probability would exceed 90%?
Please help me get my mind around this concept.
Thanks for the answers, great help.
Would you mind explaining how to handle the case where instead of only 1 appointment time slot, 2 PM in this example, the patient also choose another second choice time slot, so now it could be something 2 PM first choice and 11 AM second choice. How would you do the availability calculations for this sample case?
Here is how I would work this problem.
Prob(2pm available) = 1 – Prob(2pm slot full for all three dentists) = 1 – Prob(2pm slot for a given dentist is full)^3 = 1 – .75^3 = .578125 or about 58%.
Now for the second part, we want to find the minimum number of dentists that would have to work together so that the chance 2pm is available is 90%, or in other words, the chance it is full is at most 10%. So you want to find the smallest integer d such that:.75^d < .1
To solve for c, take the log (any kind of log will do) of both sides to get: d*log(.75) < log(.1)
divide both sides by log(.75) (which is negative so it flips the < to a >) to get d > log(.1)/log(.75) = 8.0039.
So technically you need 9 or more dentists to have the probability that 2pm is free to be >90%, but 8 will get you very close to 90%.