Independent solution
How to solve this Independence question
Answer in brief
More than two successes among four independent opportunities means exactly three or exactly four. Enumerating the four possible single-failure cases gives 0.27525, while all four successes has probability 0.07425. Their sum is 0.3495, which rounds to choice B.
Setup
Setup
Represent each outcome by an independent Bernoulli indicator with the four supplied success probabilities.
(p1,p2,p3,p4)=(0.55,0.45,0.50,0.60) Pr(S>2)=Pr(S=3)+Pr(S=4) Model
Model
For exactly three successes, sum the four disjoint cases according to which opportunity fails.
Pr(S=3)=0.45(0.45)(0.50)(0.60)+0.55(0.55)(0.50)(0.60) +0.55(0.45)(0.50)(0.60)+0.55(0.45)(0.50)(0.40)=0.27525 Compute
Compute
Add the all-success case to the exactly-three probability.
Pr(S=4)=0.55(0.45)(0.50)(0.60)=0.07425 Pr(S>2)=0.27525+0.07425=0.34950 Answer
Answer
The probability rounds to 0.35.
0.35(B)