Independent solution

How to solve this Independence and Unions question

Setup

Setup

Let p be the per-patient probability of each disease. The count having disease A is binomial across the 100 independent patients.

Var(NA)=100p(1p)=9\operatorname{Var}(N_A)=100p(1-p)=9

Model

Model

Solve the variance equation and use the stated parameter range to select the smaller root.

p(1p)=0.09p(1-p)=0.09
p2p+0.09=0p^2-p+0.09=0
p{0.10,0.90}p=0.10p\in\{0.10,0.90\}\quad\Longrightarrow\quad p=0.10

Compute

Compute

For one patient, use the complement of having neither disease. Then treat the 100 patient-level union indicators as independent Bernoulli trials.

q=Pr(AB)=1(1p)2=1(0.90)2=0.19q=\Pr(A\cup B)=1-(1-p)^2=1-(0.90)^2=0.19
NABBinomial(100,0.19)N_{A\cup B}\sim\operatorname{Binomial}(100,0.19)
Var(NAB)=100(0.19)(0.81)=15.39\operatorname{Var}(N_{A\cup B})=100(0.19)(0.81)=15.39

Answer

Answer

The variance of the number having at least one disease is 15.39.

15.39(A)\boxed{15.39\quad\text{(A)}}