Joint probability refers to the probability of two (or more) events happening at the same time. Like if you have two events, say A and B, then their joint probability is written as:
P(A ∩ B) or P(A, B)
and it represents the chance that both A and B occur together.

- Event X has 3 favorable outcomes out of 4 → P(X) = 3/4
- Event Y has 3 favorable outcomes out of 4 → P(Y) = 3/4
Only 1 outcome (pink) satisfies both X and Y, so: P(X∩Y) = 1/4
Formulas for Joint Probability
The formula for calculating joint probability hinges on whether the events are independent or dependent:
1. For Independent Events
When events A and B are independent, meaning that the occurrence of one event does not impact the other, we use the multiplication rule:
P(A∩B) = P(A) x P(B)
Here, P(A) is the probability of occurrence of event A, P(B) is the probability of occurrence of event B, and P(A∩B) is the joint probability of events A and B.
2. For Dependent Events
Events are often dependent on each other, meaning that one event's occurrence influences the likelihood of the other. Here, we employ a modified formula:
P(A∩B) = P(A) x P(B|A)
Here, P(A) is the probability of occurrence of event A, P(B|A) is the conditional probability of occurrence of event B when event A has already occurred, and P(A∩B) is the joint probability of events A and B.
Solved Examples of Joint Probability
Example 1: Suppose you are running an e-commerce platform, and you want to find the probability of a customer purchasing a red shirt (event A) and a blue hat (event B) independently.
Find out the Joint Probability where
- P(A): The probability of a customer buying a red shirt is 0.3.
- P(B): The probability of a customer purchasing a blue hat is 0.2.
Solution:
P(A∩B) = P(A) x P(B)
P(A∩B) = P(customer buying a red shirt) x P(customer buying a blue hat)
P(A∩B) = 0.3 x 0.2
P(A∩B) = 0.06
Example 2: Imagine you are in the insurance business, and you want to determine the probability of a customer filing a claim (event A) and receiving a payout (event B), given that a claim was filed.
Find out the Joint Probability where
- P(A): The probability of a customer filing a claim is 0.1.
- P(B|A): The probability of a customer receiving a payout given that a claim was filed is 0.8.
Solution:
P(A∩B) = P(A) x P(B|A)
P(A∩B) = P(customer filing a claim) x P(customer receiving a payout given that a claim was filed)
P(A∩B) = 0.1 x 0.8
P(A∩B) = 0.08
Joint Probability vs Conditional Probability
Joint Probability | Conditional Probability |
|---|---|
| Probability of multiple events occurring together. | Probability of an event occurring given another event has occurred. |
| Provides insights into the combined occurrence of events, often used in risk assessment, quality control, and event co-occurrence analysis. | Useful for understanding cause-and-effect relationships; i.e., helps predict outcomes based on known information. |
| Focuses on events occurring together, regardless of order. | Focuses on events that depend on or are influenced by the occurrence of another event. |
| Probability of a customer buying both a red shirt (A) and a blue hat (B) independently. | Probability of a customer buying a blue hat (B) given that he has already bought a red shirt (A). |
Related Articles:
Unsolved Question on Joint Probability
Question 1: A coin is tossed and a die is rolled. Find the probability of getting a Head and an odd number on the die.
Question 2: Two coins are tossed simultaneously. Find the probability of getting exactly one Head and at least one Tail.
Question 3: A card is drawn from a deck of 52 cards and replaced. Another card is drawn.Find the probability that both cards are Kings.
Question 4: A bag contains 5 red and 7 blue balls. Two balls are drawn without replacement.Find the probability that both balls are red.
Question 5: A box contains 6 good bulbs and 4 defective bulbs. Two bulbs are selected one after another without replacement.Find the probability that the first bulb is defective and the second is good.
Question 6: A deck has 5 green cards and 3 yellow cards. Two cards are drawn one after another without replacement. Event A: First card is Green , Event B: Second card is Yellow. Find the joint probability table.