Independent solution

How to solve this Mixture Distributions question

Setup

Setup

For each policy type, add the squared claim-count probabilities because the two cars are independent.

pA=0.402+0.302+0.202+0.102=0.30p_A=0.40^2+0.30^2+0.20^2+0.10^2=0.30
pB=4(0.252)=0.25p_B=4(0.25^2)=0.25

Model

Model

Average the matching probability over the policy-type mixture.

p=0.70(0.30)+0.30(0.25)=0.285p=0.70(0.30)+0.30(0.25)=0.285

Compute

Compute

Treat the four independently selected policies as Bernoulli trials for the matching event.

KBinomial(4,0.285)K\sim\operatorname{Binomial}(4,0.285)
Pr(K=1)=(41)(0.285)(0.715)3=0.4166995\Pr(K=1)=\binom41(0.285)(0.715)^3=0.4166995

Answer

Answer

The probability rounds to 0.417.

0.417(D)\boxed{0.417\quad\text{(D)}}