Multiplication Theorem of Probability
The multiplication theorem follows directly from the definition of conditional probability. It helps us find the probability of simultaneous occurrence of two or more events.
Theorem for Two Events
If A and B are any two events and P(A)=0, then
P(A∩B)=P(A)⋅P(B∣A)
Similarly, if P(B)=0, then
P(A∩B)=P(B)⋅P(A∣B)
Theorem for Three Events
If A, B, and C are three events with the relevant conditional probabilities defined, then
P(A∩B∩C)=P(A)⋅P(B∣A)⋅P(C∣A∩B)
This is an important special case of the chain rule of probability.
Independent Events
Two events are said to be independent if the occurrence or non-occurrence of one does not affect the probability of occurrence of the other.
Equivalent Conditions
If P(A)=0 and P(B)=0, then the following are equivalent:
P(A∣B)=P(A)
P(B∣A)=P(B)
P(A∩B)=P(A)P(B)
Multiplication Rule for Independent Events
If A and B are independent, then
P(A∩B)=P(A)P(B)
Extension to More Than Two Events
Events A1,A2,…,An are said to be mutually independent if the probability of the intersection of every collection of these events equals the product of their respective probabilities. In particular,
P(A1∩A2∩⋯∩An)=P(A1)P(A2)⋯P(An)
Mutually Exclusive vs. Independent Events
This is a very common source of confusion.
Mutually Exclusive Events: They cannot occur together. Thus,
A∩B=∅⟹P(A∩B)=0
If P(A)>0 and P(B)>0, then such events cannot be independent.
Independent Events: They may occur together, but the occurrence of one does not affect the probability of the other.
Key Fact: If A and B are independent, then the pairs (A,B′), (A′,B), and (A′,B′) are also independent.
Example 1: Drawing Cards Without Replacement
Two cards are drawn from a well-shuffled deck of 52 cards, one after another without replacement. Find the probability that both cards are red.
Solution:
Let
A=event that the first card is red,B=event that the second card is red
For the first draw,
P(A)=5226=21
Given that the first card is red, there remain 25 red cards out of 51 cards. Hence,
P(B∣A)=5125
By the multiplication theorem,
P(A∩B)=P(A)⋅P(B∣A)
P(A∩B)=21⋅5125=10225
Answer:
10225
Example 2: Checking for Independence
A die is thrown. If E is the event 'the number appearing is a multiple of 3' and F is the event 'the number appearing is even', find whether E and F are independent.
Solution:
The sample space is
S={1,2,3,4,5,6}
Now,
E={3,6},F={2,4,6}
Therefore,
P(E)=62=31
P(F)=63=21
Also,
E∩F={6}
so
P(E∩F)=61
Now check:
P(E)P(F)=31⋅21=61
Since
P(E∩F)=P(E)P(F)
we conclude that E and F are independent.
Answer:
The events E and F are independent.
Example 3: Solving a Problem Independently
Probability of solving a specific problem independently by A and B are 21 and 31 respectively. If both try to solve the problem independently, find the probability that the problem is solved.
Solution:
Let
A=event that person A solves the problem
B=event that person B solves the problem
Given,
P(A)=21,P(B)=31
The problem is solved if at least one of them solves it, i.e.
P(A∪B)
Since they work independently,
P(A∩B)=P(A)P(B)=21⋅31=61
Now,
P(A∪B)=P(A)+P(B)−P(A∩B)
P(A∪B)=21+31−61
P(A∪B)=63+2−1=64=32
Answer:
32
Example 4: Drawing Marbles from an Urn
An urn contains 10 black and 5 white balls. Two balls are drawn from the urn one after the other without replacement. What is the probability that both drawn balls are black?
Solution:
Let
B1=event that the first ball is black,B2=event that the second ball is black
Then,
P(B1)=1510=32
After one black ball is drawn, there remain 9 black balls out of 14 total balls. Hence,
P(B2∣B1)=149
By multiplication theorem,
P(B1∩B2)=P(B1)⋅P(B2∣B1)
P(B1∩B2)=32⋅149=4218=73
Answer:
73
Example 5: Three Independent Events
A, B, and C shoot at a target. Their probabilities of hitting the target are 0.4,0.5, and 0.7 respectively. Find the probability that at least one of them hits the target.
Solution:
Let the events A, B, and C denote hitting the target.
Then the probabilities of missing are:
P(A′)=1−0.4=0.6
P(B′)=1−0.5=0.5
P(C′)=1−0.7=0.3
Since the trials are independent,
P(none hits)=P(A′∩B′∩C′)=P(A′)P(B′)P(C′)
P(none hits)=0.6×0.5×0.3=0.09
Therefore,
P(at least one hits)=1−P(none hits)
P(at least one hits)=1−0.09=0.91
Answer:
0.91
Example 6: Cards and Independence
In a deck of 52 cards, let E be the event 'the card is a Spade' and F be the event 'the card is an Ace'. Are E and F independent?
Solution:
There are 13 spades in the deck, so
P(E)=5213=41
There are 4 aces in the deck, so
P(F)=524=131
The event E∩F means the card is the Ace of Spades. There is exactly one such card. Hence,
P(E∩F)=521
Now,
P(E)P(F)=41⋅131=521
Since
P(E∩F)=P(E)P(F)
we conclude that E and F are independent.
Answer:
Yes, E and F are independent.
Example 7: Exactly One of Two Events Occurs
If A and B are independent events with P(A)=0.3 and P(B)=0.4, find the probability that exactly one of them occurs.
Solution:
Exactly one of A and B occurs means either
A∩B′
or
A′∩B
These two events are mutually exclusive. Therefore,
P(exactly one)=P(A∩B′)+P(A′∩B)
Since A and B are independent, we also have independence of complements. Thus,
P(A∩B′)=P(A)P(B′)=0.3×(1−0.4)=0.3×0.6=0.18
P(A′∩B)=P(A′)P(B)=(1−0.3)×0.4=0.7×0.4=0.28
So,
P(exactly one)=0.18+0.28=0.46
Answer:
0.46
Example 8: Probability of Intersection Using Independence
If A and B are two independent events such that P(A∪B)=0.6 and P(A)=0.2, find P(B).
Solution:
Let
P(B)=p
Since A and B are independent,
P(A∩B)=P(A)P(B)=0.2p
Using the addition theorem,
P(A∪B)=P(A)+P(B)−P(A∩B)
Substitute the given values:
0.6=0.2+p−0.2p
0.4=0.8p
p=0.80.4=0.5
Therefore,
P(B)=0.5
Answer:
0.5
Example 9: Drawing with Replacement
A box contains 10 red and 8 blue marbles. Two marbles are drawn one by one with replacement. Find the probability that the first is red and the second is blue.
Solution:
Since the draws are made with replacement, the two events are independent.
Probability that the first marble is red:
P(R1)=1810=95
Probability that the second marble is blue:
P(B2)=188=94
Therefore,
P(R1∩B2)=P(R1)P(B2)
P(R1∩B2)=95⋅94=8120
Answer:
8120
Example 10: Logic of Complements
Prove that if A and B are independent, then A and B′ are also independent.
Solution:
Since
A=(A∩B)∪(A∩B′)
and the two events on the right-hand side are mutually exclusive, we have
P(A)=P(A∩B)+P(A∩B′)
Thus,
P(A∩B′)=P(A)−P(A∩B)
Because A and B are independent,
P(A∩B)=P(A)P(B)
So,
P(A∩B′)=P(A)−P(A)P(B)
P(A∩B′)=P(A)(1−P(B))
But
1−P(B)=P(B′)
Hence,
P(A∩B′)=P(A)P(B′)
Therefore, A and B′ are independent.
Answer:
Hence proved that A and B′ are independent.