I would like some help with some problem i saw on a book, Given that there is 80% of a customers has a Salary account on bank (lets call this P(A)), and 50% of the customers have a saving account ( P(b) )?
- What is the chance of random selected person has both save and salary account?
- What is the chance of random selected person has save but NO salary account?
- What is the chance of random selected person has only one type of account ?
Regarding: 1 and 2, im between using the P(A).P(B) OR P(B|A) = P(A).P(B) / P(A)
Assuming $A$ and $B$ are independent,