Maximum propability of a and b happening when a and b are given
Answers
We know our basic probability formulas (for two events), which are very similar to the formulas for sets:
P(A or B) = P(A) + P(B) – P(A and B)
P(A) is the probability that event A will occur.
P(B) is the probability that event B will occur.
P(A or B) gives us the union; i.e. the probability that at least one of the two events will occur.
P(A and B) gives us the intersection; i.e. the probability that both events will occur.
Now, how do you find the value of P(A and B)? The value of P(A and B) depends on the relation between event A and event B. Let’s discuss three cases:
1) A and B are independent events
If A and B are independent events such as “the teacher will give math homework,” and “the temperature will exceed 30 degrees celsius,” the probability that both will occur is the product of their individual probabilities.
Say, P(A) = P(the teacher will give math homework) = 0.4
P(B) = P(the temperature will exceed 30 degrees celsius) = 0.3
P(A and B will occur) = 0.4 * 0.3 = 0.12