Suppose A is a group of people who uses motorbike and B is people who uses car , and A ∩ B is group of people who uses both motorbike and car.
What is the probability of a person uses car , given that the person uses motorbike ?
By definition
Pr(A|B) ::= Pr(A∩B)/Pr(B)
If A ∩ B is group of people who uses both car and motorbike , why is the answer to question is Pr(A|B) and not the Pr(A∩B) itself ?
I'm sorry if this looks like a newbie question , but i am very confused and with full honesty don't know why. Nobody explained it to me.
The notation $P(A|B)$ represents a conditional probability, which is the probability of $A$ given that $B$ has occurred - it represents known or assumed prior information. By comparison, $P(A \cap B)$ is the intersection of the two events, so it's the probability that both $A$ and $B$ occur. I sometimes like to say that $|B$ means "in a universe where B is known to be true".
To give you an idea of why they're different things, consider what happens when $A$ is the event "I flip a coin and get heads" and $B$ is "I win the lottery". Then $P(A | B)$ means "in a universe where I'm holding a winning lottery ticket, what's the probability that when I flip a coin I get heads", whereas $P(A \cap B)$ means "what's the probability that I flip a coin and get heads ... and also win the lottery". Hopefully you can see that the former probability is much higher than the latter.