How do you calculate P(atleastone) using the complement method?
1−P(none)OR1−P(A′∩B′)
True or False?P(A′∩B) represents the region inside A but outside B.
❌ FalseP(A′∩B) means ’Not A AND B’. This represents the region inside B only (excluding the intersection).
True or False?P(A∪B)′ is the same region as A′∪B′.
❌ FalseP(A∪B)′ is the region outside both circles (everything except the union).A′∪B′ is everything except the intersection.
True or False?If two events A and B are Mutually Exclusive, then P(A∩B)=P(A)×P(B).
❌ FalseCorrect reasoning:* Mutually Exclusive means P(A∩B)=0.* The formula P(A)×P(B) refers to Independent events.
True or False?If two events A and B are mutually exclusive, they are automatically independent.
❌ FalseIf A and B are mutually exclusive (P(A∩B)=0) and have non-zero probabilities, the occurrence of A makes the probability of B occurring 0. Therefore, the outcome of A does affect B, so they are not independent.
True or False?In a conditional probability question asking for P(A∣B), the denominator of your fraction is always the Total Sample Space (e.g., 1 or n(ξ)).
❌ FalseThe denominator becomes the probability or count of the given event (B).P(A∣B)=P(B)P(A∩B)
Formula for Conditional Probability P(B∣A)
P(B∣A)=P(A)P(B∩A)
When determining if events A and B are independent, which two mathematical tests can you perform?
1. Check if P(A∩B)=P(A)×P(B)2. Check if P(A∣B)=P(A) (or P(B∣A)=P(B))
What is the condition for P(A∪B)=P(A)+P(B)−P(A)P(B) to be valid?
Events A and B must be independent.(This substitutes P(A∩B) with P(A)P(B) in the addition formula).
What condition must be met to use the formula P(A∪B)=P(A)+P(B)?
Events A and B must be Mutually Exclusive.
You are given P(A), P(B), and P(A∪B). How do you calculate P(A∩B)?
Rearrange the Addition Formula:P(A∩B)=P(A)+P(B)−P(A∪B)
When calculating P(A∪B), under what specific condition can you use the formula P(A)+P(B)?
Only when events A and B are mutually exclusive.If they are not mutually exclusive, you must subtract the intersection: P(A∪B)=P(A)+P(B)−P(A∩B).
Formula for the Multiplication Rule (General)
P(A∩B)=P(A)×P(B∣A)
What is the most reliable first step when filling in probabilities on a Venn Diagram?
Start from the center (intersection) and work outwards.Fill in P(A∩B) first, then subtract this value from the total probabilities of A and B to find P(Aonly) and P(Bonly).
When should you use a Tree Diagram instead of a Venn Diagram?
When events happen sequentially (one after another) or when dealing with conditional probabilities where one outcome depends on the previous one.
How do you calculate P(B) if you are given P(A), P(B∣A), and P(B∣A′)?
Use the law of total probability (summing the branches):P(B)=P(A)×P(B∣A)+P(A′)×P(B∣A′)
True or False?If drawing two items without replacement, the probability on the second branch of the tree diagram remains the same as the first.
❌ FalseWithout replacement means the total number of items (denominator) decreases by 1, and the count of the specific item selected (numerator) might decrease by 1.