In a binomial experiment, I have an estimate for the probability of 3 independent events A, B & C, each with a 95% confidence interval.
(Trivial example values)
P(A) = .12 (.05, .29)
P(B) = .16 (.08, .25)
P(C) = .06 (.02, .14)
I need to calculate P (no event) = P (no A) * P (no B) * P (no C)
which is (1 - P(A)) * (1 - P(B)) * (1 - P(B)), or (1 - .12) * (1 - .16) * (1 - .06).
Now, my question arises when I do the same calculation using the lower and upper bounds of the confidence intervals to calculate a CI around P (no success). It seems logical to do it, but I know that in some circumstances, you can't just add or subtract lower or upper bounds of C.I.'s without affecting the width, or rather the confidence level of your newly calculated interval. (Adding two 95% C.I.'s would lead to a close to 98% C.I., I've read somewhere recently).
I'm just not sure if this is one of those circumstances, and if it is, how do I find / calculate the proper confidence level (85%? 90%?) to use in the first step in order to end up with a truly 95% C.I. at the end?
EDIT: This is an epidemiological study. Sample proportions for A, B, and C were obtained from the same sampled individuals; however, the three events are assumed independent (finding A does not impact chance of finding B in the same individual).
