Marginal, Conditional, and Joint Probability

Published on May 8, 2025 by Aman K Sahu

In probability theory, marginal, conditional, and joint probabilities are essential for understanding the relationships between multiple events. These concepts allow us to calculate the probabilities of events occurring in different scenarios.

1. Marginal Probability

Marginal probability refers to the probability of an event occurring regardless of the outcome of other related events. It is calculated by summing or integrating the joint probabilities over the other variables.

Mathematically, the marginal probability of event A is:

P(A) = ∑ P(A ∩ B) (summing over all values of B)

  • Example: If we have a joint probability distribution for events A and B, the marginal probability of A can be found by summing the joint probabilities for all possible outcomes of B.
    Example: P(A) = P(A ∩ B1) + P(A ∩ B2) + P(A ∩ B3).

2. Conditional Probability

Conditional probability refers to the probability of an event occurring given that another event has already occurred. It is denoted as P(A | B), which represents the probability of A occurring given that B has occurred.

The formula for conditional probability is:

P(A | B) = P(A ∩ B) / P(B) (assuming P(B) > 0)

  • Example: If P(A ∩ B) = 0.12 and P(B) = 0.3, then the conditional probability of A given B is:
    P(A | B) = 0.12 / 0.3 = 0.4.

3. Joint Probability

Joint probability refers to the probability of two or more events happening at the same time. It is denoted as P(A ∩ B), which represents the probability that both A and B occur simultaneously.

Mathematically, the joint probability of events A and B is:

P(A ∩ B) = P(A) * P(B | A) (for dependent events)

  • Example: If P(A) = 0.4 and P(B | A) = 0.5, the joint probability is:
    P(A ∩ B) = 0.4 * 0.5 = 0.2.

4. Calculating Probabilities

Understanding how to calculate marginal, conditional, and joint probabilities is key to solving probability problems.

For Marginal Probability:

To calculate the marginal probability, sum the joint probabilities of the relevant events.

Example: If P(A ∩ B1) = 0.2, P(A ∩ B2) = 0.3, and P(A ∩ B3) = 0.5, then:
P(A) = 0.2 + 0.3 + 0.5 = 1.0

For Conditional Probability:

To calculate conditional probability, divide the joint probability by the probability of the given event.

Example: If P(A ∩ B) = 0.1 and P(B) = 0.4, then:
P(A | B) = 0.1 / 0.4 = 0.25

For Joint Probability:

To calculate the joint probability, multiply the probability of one event by the conditional probability of the other event.

Example: If P(A) = 0.6 and P(B | A) = 0.5, then:
P(A ∩ B) = 0.6 * 0.5 = 0.3

Previous: Independent And Mutually Exclusive Events
Next: Bayes' Theorem