I would like to know if I solved this exercise correct:
2/3 of your e-mails ends up in the spam folder, while the rest goes into your normal mail inbox. 99% of the mails in the spam folder are spam and 1% is not spam.
In your mail inbox you have 20% spam mails and 80% normal mails.
What is the total amount of spam you receive?
What is the probability that a normal mail ends up in the spam folder?
1. $$(2/3\cdot 99)/100 +(1/3\cdot 20)/100 = 1/15 + 33/50 = 109/150$$
- Let $A$ be the event 'in spam folder' and $B$ be the event 'normal mail'
Then we have $$P(B | A) = P(A \cap B)/P(A) = (2/3)\cdot(1/100)\cdot (3/2)=1/100$$