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 AA and BB are any two events and P(A)0P(A) \neq 0, then P(AB)=P(A)P(BA)P(A \cap B) = P(A) \cdot P(B|A) Similarly, if P(B)0P(B) \neq 0, then P(AB)=P(B)P(AB)P(A \cap B) = P(B) \cdot P(A|B)

Theorem for Three Events

If AA, BB, and CC are three events with the relevant conditional probabilities defined, then P(ABC)=P(A)P(BA)P(CAB)P(A \cap B \cap C) = P(A) \cdot P(B|A) \cdot P(C|A \cap 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)0P(A) \neq 0 and P(B)0P(B) \neq 0, then the following are equivalent: P(AB)=P(A)P(A|B) = P(A) P(BA)=P(B)P(B|A) = P(B) P(AB)=P(A)P(B)P(A \cap B) = P(A)\,P(B)

Multiplication Rule for Independent Events

If AA and BB are independent, then P(AB)=P(A)P(B)P(A \cap B) = P(A)\,P(B)

Extension to More Than Two Events

Events A1,A2,,AnA_1, A_2, \dots, A_n 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(A1A2An)=P(A1)P(A2)P(An)P(A_1 \cap A_2 \cap \dots \cap A_n) = P(A_1)P(A_2)\cdots P(A_n)

Mutually Exclusive vs. Independent Events

This is a very common source of confusion.

  • Mutually Exclusive Events: They cannot occur together. Thus, AB=    P(AB)=0A \cap B = \varnothing \implies P(A \cap B)=0 If P(A)>0P(A)>0 and P(B)>0P(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 AA and BB are independent, then the pairs (A,B)(A, B'), (A,B)(A', B), and (A,B)(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 redA = \text{event that the first card is red}, \qquad B = \text{event that the second card is red}

For the first draw, P(A)=2652=12P(A) = \frac{26}{52} = \frac{1}{2}

Given that the first card is red, there remain 2525 red cards out of 5151 cards. Hence, P(BA)=2551P(B|A) = \frac{25}{51}

By the multiplication theorem, P(AB)=P(A)P(BA)P(A \cap B) = P(A) \cdot P(B|A) P(AB)=122551=25102P(A \cap B) = \frac{1}{2} \cdot \frac{25}{51} = \frac{25}{102}

Answer: 25102\boxed{\frac{25}{102}}

Example 2: Checking for Independence

A die is thrown. If EE is the event 'the number appearing is a multiple of 3' and FF is the event 'the number appearing is even', find whether EE and FF are independent.

Solution: The sample space is S={1,2,3,4,5,6}S = \{1,2,3,4,5,6\}

Now, E={3,6},F={2,4,6}E = \{3,6\}, \qquad F = \{2,4,6\}

Therefore, P(E)=26=13P(E) = \frac{2}{6} = \frac{1}{3} P(F)=36=12P(F) = \frac{3}{6} = \frac{1}{2}

Also, EF={6}E \cap F = \{6\} so P(EF)=16P(E \cap F) = \frac{1}{6}

Now check: P(E)P(F)=1312=16P(E)P(F) = \frac{1}{3} \cdot \frac{1}{2} = \frac{1}{6}

Since P(EF)=P(E)P(F)P(E \cap F) = P(E)P(F) we conclude that EE and FF are independent.

Answer: The events E and F are independent.\boxed{\text{The events } E \text{ and } F \text{ are independent.}}

Example 3: Solving a Problem Independently

Probability of solving a specific problem independently by AA and BB are 12\frac{1}{2} and 13\frac{1}{3} 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 problemA = \text{event that person } A \text{ solves the problem} B=event that person B solves the problemB = \text{event that person } B \text{ solves the problem}

Given, P(A)=12,P(B)=13P(A)=\frac{1}{2}, \qquad P(B)=\frac{1}{3}

The problem is solved if at least one of them solves it, i.e. P(AB)P(A \cup B)

Since they work independently, P(AB)=P(A)P(B)=1213=16P(A \cap B)=P(A)P(B)=\frac{1}{2}\cdot\frac{1}{3}=\frac{1}{6}

Now, P(AB)=P(A)+P(B)P(AB)P(A \cup B)=P(A)+P(B)-P(A \cap B) P(AB)=12+1316P(A \cup B)=\frac{1}{2}+\frac{1}{3}-\frac{1}{6} P(AB)=3+216=46=23P(A \cup B)=\frac{3+2-1}{6}=\frac{4}{6}=\frac{2}{3}

Answer: 23\boxed{\frac{2}{3}}

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 blackB_1 = \text{event that the first ball is black}, \qquad B_2 = \text{event that the second ball is black}

Then, P(B1)=1015=23P(B_1)=\frac{10}{15}=\frac{2}{3}

After one black ball is drawn, there remain 99 black balls out of 1414 total balls. Hence, P(B2B1)=914P(B_2|B_1)=\frac{9}{14}

By multiplication theorem, P(B1B2)=P(B1)P(B2B1)P(B_1 \cap B_2)=P(B_1)\cdot P(B_2|B_1) P(B1B2)=23914=1842=37P(B_1 \cap B_2)=\frac{2}{3}\cdot\frac{9}{14}=\frac{18}{42}=\frac{3}{7}

Answer: 37\boxed{\frac{3}{7}}

Example 5: Three Independent Events

A, B, and C shoot at a target. Their probabilities of hitting the target are 0.4,0.50.4, 0.5, and 0.70.7 respectively. Find the probability that at least one of them hits the target.

Solution: Let the events AA, BB, and CC denote hitting the target. Then the probabilities of missing are: P(A)=10.4=0.6P(A')=1-0.4=0.6 P(B)=10.5=0.5P(B')=1-0.5=0.5 P(C)=10.7=0.3P(C')=1-0.7=0.3

Since the trials are independent, P(none hits)=P(ABC)=P(A)P(B)P(C)P(\text{none hits})=P(A' \cap B' \cap C')=P(A')P(B')P(C') P(none hits)=0.6×0.5×0.3=0.09P(\text{none hits})=0.6\times0.5\times0.3=0.09

Therefore, P(at least one hits)=1P(none hits)P(\text{at least one hits})=1-P(\text{none hits}) P(at least one hits)=10.09=0.91P(\text{at least one hits})=1-0.09=0.91

Answer: 0.91\boxed{0.91}

Example 6: Cards and Independence

In a deck of 52 cards, let EE be the event 'the card is a Spade' and FF be the event 'the card is an Ace'. Are EE and FF independent?

Solution: There are 1313 spades in the deck, so P(E)=1352=14P(E)=\frac{13}{52}=\frac{1}{4}

There are 44 aces in the deck, so P(F)=452=113P(F)=\frac{4}{52}=\frac{1}{13}

The event EFE \cap F means the card is the Ace of Spades. There is exactly one such card. Hence, P(EF)=152P(E \cap F)=\frac{1}{52}

Now, P(E)P(F)=14113=152P(E)P(F)=\frac{1}{4}\cdot\frac{1}{13}=\frac{1}{52}

Since P(EF)=P(E)P(F)P(E \cap F)=P(E)P(F) we conclude that EE and FF are independent.

Answer: Yes, E and F are independent.\boxed{\text{Yes, } E \text{ and } F \text{ are independent.}}

Example 7: Exactly One of Two Events Occurs

If AA and BB are independent events with P(A)=0.3P(A) = 0.3 and P(B)=0.4P(B) = 0.4, find the probability that exactly one of them occurs.

Solution: Exactly one of AA and BB occurs means either ABA \cap B' or ABA' \cap B These two events are mutually exclusive. Therefore, P(exactly one)=P(AB)+P(AB)P(\text{exactly one})=P(A \cap B')+P(A' \cap B)

Since AA and BB are independent, we also have independence of complements. Thus, P(AB)=P(A)P(B)=0.3×(10.4)=0.3×0.6=0.18P(A \cap B')=P(A)P(B')=0.3\times(1-0.4)=0.3\times0.6=0.18 P(AB)=P(A)P(B)=(10.3)×0.4=0.7×0.4=0.28P(A' \cap B)=P(A')P(B)=(1-0.3)\times0.4=0.7\times0.4=0.28

So, P(exactly one)=0.18+0.28=0.46P(\text{exactly one})=0.18+0.28=0.46

Answer: 0.46\boxed{0.46}

Example 8: Probability of Intersection Using Independence

If AA and BB are two independent events such that P(AB)=0.6P(A \cup B) = 0.6 and P(A)=0.2P(A) = 0.2, find P(B)P(B).

Solution: Let P(B)=pP(B)=p Since AA and BB are independent, P(AB)=P(A)P(B)=0.2pP(A \cap B)=P(A)P(B)=0.2p

Using the addition theorem, P(AB)=P(A)+P(B)P(AB)P(A \cup B)=P(A)+P(B)-P(A \cap B) Substitute the given values: 0.6=0.2+p0.2p0.6=0.2+p-0.2p 0.4=0.8p0.4=0.8p p=0.40.8=0.5p=\frac{0.4}{0.8}=0.5

Therefore, P(B)=0.5P(B)=0.5

Answer: 0.5\boxed{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)=1018=59P(R_1)=\frac{10}{18}=\frac{5}{9}

Probability that the second marble is blue: P(B2)=818=49P(B_2)=\frac{8}{18}=\frac{4}{9}

Therefore, P(R1B2)=P(R1)P(B2)P(R_1 \cap B_2)=P(R_1)P(B_2) P(R1B2)=5949=2081P(R_1 \cap B_2)=\frac{5}{9}\cdot\frac{4}{9}=\frac{20}{81}

Answer: 2081\boxed{\frac{20}{81}}

Example 10: Logic of Complements

Prove that if AA and BB are independent, then AA and BB' are also independent.

Solution: Since A=(AB)(AB)A = (A \cap B) \cup (A \cap B') and the two events on the right-hand side are mutually exclusive, we have P(A)=P(AB)+P(AB)P(A)=P(A \cap B)+P(A \cap B') Thus, P(AB)=P(A)P(AB)P(A \cap B')=P(A)-P(A \cap B)

Because AA and BB are independent, P(AB)=P(A)P(B)P(A \cap B)=P(A)P(B) So, P(AB)=P(A)P(A)P(B)P(A \cap B')=P(A)-P(A)P(B) P(AB)=P(A)(1P(B))P(A \cap B')=P(A)\bigl(1-P(B)\bigr) But 1P(B)=P(B)1-P(B)=P(B') Hence, P(AB)=P(A)P(B)P(A \cap B')=P(A)P(B') Therefore, AA and BB' are independent.

Answer: Hence proved that A and B are independent.\boxed{\text{Hence proved that } A \text{ and } B' \text{ are independent.}}