3.3 Two Basic Rules of Probability

4 min readjune 27, 2024

rules are the building blocks of statistical analysis. They help us understand how likely events are to occur, whether alone or in combination with other events. These rules are crucial for making predictions and informed decisions in various fields.

The multiplication and addition rules for probabilities are key concepts. They allow us to calculate the likelihood of multiple events happening together or separately, considering whether events are independent, dependent, mutually exclusive, or non-mutually exclusive. Understanding these rules is essential for solving complex probability problems.

Probability Rules

Multiplication rule for event probabilities

Top images from around the web for Multiplication rule for event probabilities
Top images from around the web for Multiplication rule for event probabilities
    • Events A and B are independent if the occurrence of one does not affect the probability of the other
    • Probability of both events occurring is the product of their individual probabilities: P(A and B)=P(A)×P(B)P(A \text{ and } B) = P(A) \times P(B)
      • Example: Probability of rolling a 6 on a fair die (16\frac{1}{6}) and flipping a head on a fair coin (12\frac{1}{2}) is 16×12=112\frac{1}{6} \times \frac{1}{2} = \frac{1}{12}
    • Events A and B are dependent if the occurrence of one affects the probability of the other
    • Probability of both events occurring is the product of the probability of the first event and the of the second event given the first: P(A and B)=P(A)×[P(BA)](https://www.fiveableKeyTerm:P(BA))P(A \text{ and } B) = P(A) \times [P(B|A)](https://www.fiveableKeyTerm:P(B|A))
      • Example: Probability of drawing a heart from a standard deck of cards (1352\frac{13}{52}) and then drawing a king from the remaining cards (351\frac{3}{51}) is 1352×351=168\frac{13}{52} \times \frac{3}{51} = \frac{1}{68}
    • Conditional probability P(BA)P(B|A) is the probability of event B occurring given that event A has already occurred
      • Example: In the previous example, P(kingheart)=351P(\text{king}|\text{heart}) = \frac{3}{51} because there are 3 kings left out of 51 remaining cards after drawing a heart

Addition rule for event probabilities

    • Events A and B are mutually exclusive if they cannot occur at the same time
    • Probability of either event occurring is the sum of their individual probabilities: P(A or B)=P(A)+P(B)P(A \text{ or } B) = P(A) + P(B)
      • Example: Probability of rolling an even number (12\frac{1}{2}) or a prime number (12\frac{1}{2}) on a fair die is 12+12=1\frac{1}{2} + \frac{1}{2} = 1
    • Events A and B are non-mutually exclusive if they can occur at the same time
    • Probability of either event occurring is the sum of their individual probabilities minus the probability of both events occurring: P(A or B)=P(A)+P(B)P(A and B)P(A \text{ or } B) = P(A) + P(B) - P(A \text{ and } B)
      • Example: Probability of drawing a heart (1352\frac{13}{52}) or a face card (1252\frac{12}{52}) from a standard deck is 1352+1252352=1126\frac{13}{52} + \frac{12}{52} - \frac{3}{52} = \frac{11}{26}, where 352\frac{3}{52} is subtracted to avoid double-counting the 3 cards that are both hearts and face cards (jack, queen, king of hearts)
    • This rule is closely related to the concept of , where the probability of an event not occurring is 1 minus the probability of it occurring: P(not A)=1P(A)P(\text{not A}) = 1 - P(A)

Multiple event probability calculations

  1. Identify whether the events are independent or dependent
    • If independent, use the for independent events
    • If dependent, use the multiplication rule for dependent events and calculate the necessary conditional probabilities
  2. Identify whether the events are mutually exclusive or non-mutually exclusive
    • If mutually exclusive, use the for mutually exclusive events
    • If non-mutually exclusive, use the addition rule for non-mutually exclusive events and calculate the probability of the intersection of the events
  3. Break down complex probability problems into simpler sub-problems
    • Identify the individual events and their probabilities
    • Determine the relationships between the events (independent, dependent, mutually exclusive, non-mutually exclusive)
    • Apply the appropriate probability rules and formulas based on the relationships between the events
    • Combine the results of the sub-problems to obtain the final probability
      • Example: Probability of drawing 2 aces from a standard deck without replacement can be broken down into (1) probability of drawing the first ace (452\frac{4}{52}) and (2) probability of drawing the second ace given the first was already drawn (351\frac{3}{51}), then multiplied together using the multiplication rule for dependent events to get 452×351=1221\frac{4}{52} \times \frac{3}{51} = \frac{1}{221}
    • can be useful for visualizing and calculating probabilities in multi-step problems

Probability Foundations and Visualization

  • : The set of all possible outcomes in a probability experiment
  • : The mathematical foundation for probability, dealing with collections of objects (events)
  • : Visual representations of sets and their relationships, useful for understanding probability concepts and solving problems involving multiple events
  • The : A fundamental rule that relates marginal probabilities to conditional probabilities, often used in conjunction with Bayes' theorem for more complex probability calculations

Key Terms to Review (17)

Addition Rule: The addition rule is a fundamental concept in probability theory that allows for the calculation of the probability of the occurrence of one or more mutually exclusive events. It provides a way to determine the probability of the union of two or more events when they are independent or mutually exclusive.
Complementary Events: Complementary events are two events that are mutually exclusive and collectively exhaustive, meaning that if one event occurs, the other event cannot occur, and together they account for all possible outcomes of a given experiment or situation.
Conditional Probability: Conditional probability is the likelihood of an event occurring given that another event has already occurred. It represents the probability of one event happening, given the knowledge or occurrence of another related event.
Dependent Events: Dependent events are events where the occurrence of one event affects the probability of another event happening. The probability of one event depends on the outcome of another event.
Independent Events: Independent events are events whose outcomes do not influence or depend on the outcomes of other events. The occurrence of one event does not affect the probability of the other event occurring.
Law of Total Probability: The law of total probability is a fundamental concept in probability theory that describes how the probability of an event can be calculated by considering the probabilities of mutually exclusive and exhaustive events. It provides a framework for understanding and calculating the probability of an event when the sample space can be divided into distinct, non-overlapping subsets.
Multiplication Rule: The multiplication rule, also known as the product rule, is a fundamental concept in probability theory that describes the probability of the intersection of two or more independent events. It provides a way to calculate the probability of multiple events occurring together by multiplying their individual probabilities.
Mutually Exclusive Events: Mutually exclusive events are events that cannot occur simultaneously or together. If one event happens, the other event(s) cannot happen at the same time. This concept is central to understanding probability and how to calculate the likelihood of events occurring.
Non-Mutually Exclusive Events: Non-mutually exclusive events are events that can occur simultaneously or independently of one another. Unlike mutually exclusive events, which cannot occur at the same time, non-mutually exclusive events do not preclude the occurrence of other events within the same sample space.
P(A and B): P(A and B) is the probability of the intersection of two events, A and B, occurring simultaneously. It represents the likelihood that both events A and B will happen together, and is a fundamental concept in the study of probability and statistics.
P(A or B): P(A or B) is the probability of the occurrence of either event A or event B, or both. It represents the likelihood that at least one of the two events will occur. This concept is fundamental in understanding the basic rules of probability and how to calculate the probability of combined events.
P(B|A): P(B|A), read as 'the probability of B given A,' is a conditional probability that represents the likelihood of an event B occurring, given that another event A has already occurred. It is a fundamental concept in probability theory that allows for the analysis of how the occurrence of one event affects the probability of another event.
Probability: Probability is the measure of the likelihood that an event will occur. It quantifies the chance or possibility of a particular outcome happening within a given set of circumstances or a defined sample space. Probability is a fundamental concept in statistics, as it provides a framework for understanding and analyzing uncertain events and their associated likelihoods.
Sample Space: The sample space refers to the set of all possible outcomes or results in a probability experiment. It represents the universal set of all possible events or scenarios that can occur in a given situation. The sample space is a fundamental concept in probability theory that provides the foundation for understanding and calculating probabilities.
Set Theory: Set theory is the mathematical study of sets, which are collections of distinct objects. It provides a foundation for various branches of mathematics and is particularly relevant in the context of probability and data visualization.
Tree Diagrams: A tree diagram is a graphical representation of the possible outcomes of a probabilistic event. It is a visual tool that helps to organize and analyze the probabilities of different scenarios, particularly in the context of probability topics such as the two basic rules of probability.
Venn Diagrams: Venn diagrams are visual representations that use overlapping circles to illustrate the relationships between different sets or groups. They are commonly used to analyze probabilities, explore logical relationships, and compare and contrast concepts.
© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.