Basic conditional probability

46 Views Asked by At

1) By 'conditional' does it mean perhaps B has some impact on A sometimes?

2) Could someone explain this with a simple number maths example please?

3) Does the 'theorem' part have anything to do with the above? There is no need to teach me this and I found a good example before of A being like a coin flip, B being like a dice role, and how they have no impact on each other.

There is no need to post the proof as it asks on the last line, proofs are the last of my worries.

Helpful university lecture slide

2

There are 2 best solutions below

1
On

1) Conditional probability means the probability of event $A$ happening given $B$ is happening. 'Condition' is actually the word to focus on here.

2) The probability that a person on any given day has a cough may be only be $5 \%$. But they will be much more likely to have a cough, given that they have a cold. For example, $P(\text{Cough}) = 5 \%$ but $P(\text{Cough}| \text{Sick}) = 75 \%$.

3) Yes. The coin flip and the dice roll are mutually exclusive, so they have no impact on each other.

The information for parts 1) and 2) was taken from Wikipedia.

5
On

1) By 'conditional' does it mean perhaps B has some impact on A sometimes?

Somewhat, yes.   Conditional probability is the measure for probability under a specified condition.   $\mathsf P(A\mid B)$ is the probability measure for event A on condition that event $B$ occurs.   That $B$ does sometimes have an impact on the occurrence of $A$ is the point of taking such a measure.

2) Could someone explain this with a simple number maths example please?

There are 6 red and 4 blue marbles in a bag before I draw two of them out, one by one.   What is the probability that the second of them is red ($A$) under condition that the first of them is blue ($B$)?   Well, given that the first is blue, the second marble can be one of nine marbles, six of which are red. $$\mathsf P(A\mid B)=\tfrac 69$$Of course, the unconditional probability that the second marble is red is simply: $$\mathsf P(A)=\tfrac 6{10}$$

Does the 'theorem' part have anything to do with the above?

The theorem tells you that these events are not independent, because $\mathsf P(A)\neq \mathsf P(A\mid B)$