I have a scenario of 3 disparate software utilities (virus scanners - all latest versions). Their hit ratios are excellent, but occasionally 1 of them misses a virus.
0 = no virus, 1 = virus discovered
At some point one of them will fail to detect, i.e. $$(0,0,0),(0,0,0),(0,0,0),(0,0,0),(0,0,0),(0,0,0),(0,0,0)...(0,0,1)$$
However,in an even more rare scenario 2 of them might fail to detect $$(0,0,0),(0,0,0),(0,0,0),(0,0,0),(0,0,0),(0,0,0)...(0,0,1)..., ...(1,0,1)$$
Now say I was to use 5 virus scanners, it would be an even greater rare scenario for 3 to fail detection. The question I have is, how can I express the above scenarios in a single Binomial Coefficient ?