Basic Probability Rules
Introduction to Basic Probability Issues
Many students struggle with basic probability.
This guide covers fundamental probability rules necessary for understanding and applying concepts on the AP exam.
Probability of Events
Or Probability (Addition Rule)
Definition: The or probability pertains to calculating the probability of event A occurring or event B occurring.
Notation: The probability can be represented as:
P(A\text{ or }B)
Symbolically, this can also be represented as P(A \cup B) (the union of A and B).
Application of the Addition Rule
When calculating or probabilities, if events are disjoint (cannot occur simultaneously), just add their probabilities:
For example, given:
Probability it will rain: 20% or 0.20.
Probability it will snow: 15% or 0.15.
The probability of it raining or snowing would be calculated as:
P(A\text{ or }B) = 0.20 + 0.15 = 0.35
Thus, there’s a 35% chance of either event occurring.
Disjoint Events (Mutually Exclusive)
Definition: Events that cannot occur at the same time.
If events A and B are disjoint, they do not overlap.
Mutually Exclusive: Another term for disjoint events.
Non-disjoint Events
If events are not disjoint (i.e., they can occur together), you must subtract the probability that both events occur:
The formula is:
P(A \text{ or } B) = P(A) + P(B) - P(A\text{ and }B)
Visualization of Events
Venn Diagram Representation:
Separate circles for event A and B when disjoint.
Overlapping circles when events can happen together, indicating joint occurrences.
Example Calculation
Suppose:
The probability that a bear is male: 45% or 0.45.
The probability that the bear is brown: 23% or 0.23.
If both probabilities are given, and we know:
The probability that the bear is both male and brown: 15% or 0.15.
To find the probability of either a male bear or a brown bear:
Calculate:
P(A \text{ or } B) = 0.45 + 0.23 - 0.15
Result: 53% or 0.53.
And Probability (Multiplication Rule)
Definition
The And probability calculates the likelihood of both events A and B occurring.
Notation: Denoted as:
P(A\text{ and }B) or P(A \cap B)
Application of the Multiplication Rule
To calculate P(A \text{ and } B), under independent conditions:
P(A \text{ and } B) = P(A) \times P(B)
Independent vs. Dependent Events
Independent Events: The occurrence of A does not affect the occurrence of B.
If A affects B, they are termed dependent events, and a different method must be used to calculate probabilities.
Conditional Probability
Definition: The probability of event B occurring given that event A has already occurred.
Notation: This can be represented as:
P(B | A) (the probability of B given A).
Formula for Conditional Probability
The general formula for conditional probability is:
P(C | D) = \frac{P(C \text{ and } D)}{P(D)}
Example of Conditional Probability Calculation
Consider a bear again:
If you know that a bear is male, what's the probability it is also brown?
Given:
Probability both male and brown: 15% or 0.15.
Probability that the bear is male: 45% or 0.45.
Calculate:
P(Brown | Male) = \frac{P(Male \text{ and } Brown)}{P(Male)}
Thus,
P(Brown | Male) = \frac{0.15}{0.45} = \frac{1}{3} \approx 0.333
Conclusion: 33% chance that if a bear is male, it will be brown.
Key Takeaways in Probability Calculations
Or Probability: Add probabilities for disjoint; consider overlaps for non-disjoint.
And Probability: Use multiplication for independent events; adjust for dependent events using conditional probability formulas.
Careful consideration is needed to determine when to add probabilities, when to subtract, and how to adjust for conditionals in calculations to avoid over-counting scenarios.