An insurance company classifies customers as accident-prone or not accident-prone. An accident-prone customer has a 0.3 probability of submitting a claim each year. A customer who is not accident-prone has a 0.1 probability of submitting a claim each year. One fifth of the customers are accident-prone. What is the probability that a randomly chosen customer will submit a claim in the next year?
My solution: Let $A=$ {person is accident prone}, $B=$ {person is not accident prone}, and $C=$ {person will submit a claim}. We know$$P(C|A)=0.3, P(C|B)=0.1$$ My guess is that we have to solve for P(C), but I'm not sure if that is right.
Call the non-accident prone people $\bar A$ (read as "not A" or "A bar") then $$ P(C|A)=0.3\\ P(C|\bar A)=0.1\\ P(A)=0.2\\ P(\bar A)=1-P(A)=0.8 $$ since the person is chosen randomly, and finally