Independent solution

How to solve this Inclusion–Exclusion question

Answer in brief

This is an inclusion–exclusion bounds problem. Writing the unknown overlap as q makes the probability of neither event 0.1+q; the feasible overlap runs from 0 to 0.3, so the requested range is 0.1 to 0.4 and choice C is correct.

Setup

Setup

Let the two indicated actions be events A and B, and denote their unknown overlap probability by q.

Pr(A)=0.30,Pr(B)=0.60,q=Pr(AB)\Pr(A)=0.30,\qquad \Pr(B)=0.60,\qquad q=\Pr(A\cap B)

Model

Model

Use inclusion–exclusion for the union, then take its complement to express the probability p of neither action.

Pr(AB)=0.30+0.60q\Pr(A\cup B)=0.30+0.60-q
p=1Pr(AB)=0.10+qp=1-\Pr(A\cup B)=0.10+q

Compute

Compute

The Fréchet bounds restrict the intersection to the interval from zero through the smaller marginal probability. Substituting those endpoints gives the full feasible range for p.

max(0,0.30+0.601)qmin(0.30,0.60)\max(0,0.30+0.60-1)\le q\le \min(0.30,0.60)
0q0.300.10p0.400\le q\le 0.30\quad\Longrightarrow\quad 0.10\le p\le 0.40

Answer

Answer

Every intermediate overlap is feasible, so the probability of neither action can be any value in the closed interval shown.

0.10p0.40(C)\boxed{0.10\le p\le 0.40\quad\text{(C)}}