Join WhatsApp Icon JEE WhatsApp Group
NCERT Solutions for Class 12 Maths

Chapter 13: Probability

Download Solutions PDF
Daily JEE Updates, Tips & Important Alerts
Join 30,000+ students and stay updated with JEE notifications and preparation insights.
Join Now!
Free PDF
Complete NCERT Solution PDF for Chapter 13: Probability

NCERT Solutions For Class 12 Maths Chapter 13 Probability helps students understand advanced concepts related to uncertainty, events, and mathematical chances. The page provides detailed NCERT Solutions that explain conditional probability, multiplication theorem, independent events, Bayes’ theorem, and probability distributions. NCERT Solutions For Class 12 Maths make probability concepts easier through examples, formulas, and systematic problem-solving methods. The chapter improves logical reasoning and helps students analyse real-life situations involving uncertainty. These solutions assist learners in practising textbook exercises, revising important concepts, and preparing for board examinations. Students can access the chapter PDF for quick revision and practice. The detailed explanations help students approach probability problems with confidence.

Download Solutions PDF

Examples (Conditional Probability)

Example 1 If $$P(A) = \frac{7}{13}$$, $$P(B) = \frac{9}{13}$$ and $$P(A \cap B) = \frac{4}{13}$$, evaluate $$P(A|B)$$.

Solution

By definition, the conditional probability of $$A$$ given that $$B$$ has occurred is

$$P(A|B) = \frac{P(A \cap B)}{P(B)}, \qquad P(B) \neq 0$$

Here $$P(B) = \frac{9}{13} \neq 0$$, so the formula applies. Substituting the given values:

$$P(A|B) = \frac{P(A \cap B)}{P(B)} = \frac{\;4/13\;}{\;9/13\;} = \frac{4}{13} \times \frac{13}{9} = \frac{4}{9}$$

Answer

$$P(A|B) = \dfrac{4}{9}$$

Example 2 A family has two children. What is the probability that both the children are boys given that at least one of them is a boy?

Solution

For a family with two children, writing the elder child first and using $$B$$ for boy and $$G$$ for girl, the sample space is

$$S = \{BB,\ BG,\ GB,\ GG\}$$

All four outcomes are equally likely, so each has probability $$\frac{1}{4}$$.

Let $$E$$ be the event 'both children are boys' and $$F$$ the event 'at least one child is a boy'. Then

$$E = \{BB\}, \qquad F = \{BB,\ BG,\ GB\}$$

$$E \cap F = \{BB\}$$

Hence $$P(F) = \frac{3}{4}$$ and $$P(E \cap F) = \frac{1}{4}$$.

The required conditional probability is

$$P(E|F) = \frac{P(E \cap F)}{P(F)} = \frac{\;1/4\;}{\;3/4\;} = \frac{1}{3}$$

Answer

$$\dfrac{1}{3}$$

Example 3 Ten cards numbered 1 to 10 are placed in a box, mixed up thoroughly and then one card is drawn randomly. If it is known that the number on the drawn card is more than 3, what is the probability that it is an even number?

Solution

One card is drawn from cards numbered $$1$$ to $$10$$, so the sample space is $$S = \{1, 2, \ldots, 10\}$$ with $$10$$ equally likely outcomes.

Let $$A$$ be the event 'the number is even' and $$B$$ the event 'the number is more than 3'. Then

$$A = \{2, 4, 6, 8, 10\}, \qquad B = \{4, 5, 6, 7, 8, 9, 10\}$$

$$A \cap B = \{4, 6, 8, 10\}$$

Hence $$P(B) = \frac{7}{10}$$ and $$P(A \cap B) = \frac{4}{10}$$.

The probability that the number is even, given that it is more than 3, is

$$P(A|B) = \frac{P(A \cap B)}{P(B)} = \frac{\;4/10\;}{\;7/10\;} = \frac{4}{7}$$

Answer

$$\dfrac{4}{7}$$

Example 4 In a school, there are 1000 students, out of which 430 are girls. It is known that out of 430, 10% of the girls study in class XII. What is the probability that a student chosen randomly studies in Class XII given that the chosen student is a girl?

Solution

Let $$E$$ be the event 'the chosen student studies in Class XII' and $$F$$ the event 'the chosen student is a girl'. The total number of students is $$1000$$.

Number of girls $$= 430$$, so

$$P(F) = \frac{430}{1000}$$

Number of girls studying in Class XII $$= 10\%$$ of $$430 = \frac{10}{100} \times 430 = 43$$.

These $$43$$ students are both girls and in Class XII, so

$$P(E \cap F) = \frac{43}{1000}$$

Therefore the required probability is

$$P(E|F) = \frac{P(E \cap F)}{P(F)} = \frac{\;43/1000\;}{\;430/1000\;} = \frac{43}{430} = \frac{1}{10} = 0.1$$

Answer

$$P(E|F) = 0.1$$

Example 5

A die is thrown three times. Events A and B are defined as below:

A : 4 on the third throw

B : 6 on the first and 5 on the second throw

Find the probability of A given that B has already occurred.

Solution

A die is thrown three times, so the sample space has $$6 \times 6 \times 6 = 216$$ equally likely outcomes, each an ordered triple.

$$B$$ is the event '6 on the first and 5 on the second throw'. The third throw can be any of the six numbers, so

$$B = \{(6,5,1),(6,5,2),(6,5,3),(6,5,4),(6,5,5),(6,5,6)\}$$

This has $$6$$ outcomes, giving $$P(B) = \frac{6}{216}$$.

$$A$$ is the event '4 on the third throw'. An outcome common to $$A$$ and $$B$$ must have 6 first, 5 second and 4 third:

$$A \cap B = \{(6,5,4)\}, \qquad P(A \cap B) = \frac{1}{216}$$

Therefore

$$P(A|B) = \frac{P(A \cap B)}{P(B)} = \frac{\;1/216\;}{\;6/216\;} = \frac{1}{6}$$

Answer

$$\dfrac{1}{6}$$

Example 6 A die is thrown twice and the sum of the numbers appearing is observed to be 6. What is the conditional probability that the number 4 has appeared at least once?

Solution

A die is thrown twice, so the sample space has $$6 \times 6 = 36$$ equally likely ordered pairs.

Let $$B$$ be the event 'the sum of the numbers is 6'. The pairs whose sum is $$6$$ are

$$B = \{(1,5),(2,4),(3,3),(4,2),(5,1)\}$$

so $$P(B) = \frac{5}{36}$$.

Let $$A$$ be the event 'the number 4 has appeared at least once'. The outcomes of $$B$$ that contain a $$4$$ are

$$A \cap B = \{(2,4),(4,2)\}, \qquad P(A \cap B) = \frac{2}{36}$$

Therefore the required conditional probability is

$$P(A|B) = \frac{P(A \cap B)}{P(B)} = \frac{\;2/36\;}{\;5/36\;} = \frac{2}{5}$$

Answer

$$\dfrac{2}{5}$$

Example 7 Consider the experiment of tossing a coin. If the coin shows head, toss it again but if it shows tail, then throw a die. Find the conditional probability of the event that 'the die shows a number greater than 4' given that 'there is at least one tail'.

Solution

The coin is tossed. If it shows head $$(H)$$ it is tossed again; if it shows tail $$(T)$$ a die is thrown. The sample space is

$$S = \{(H,H),\ (H,T),\ (T,1),\ (T,2),\ (T,3),\ (T,4),\ (T,5),\ (T,6)\}$$

The probabilities of the outcomes are

$$P(H,H) = P(H,T) = \frac{1}{2} \times \frac{1}{2} = \frac{1}{4}$$

$$P(T,i) = \frac{1}{2} \times \frac{1}{6} = \frac{1}{12} \quad \text{for } i = 1,2,\ldots,6$$

(Check: $$\frac{1}{4} + \frac{1}{4} + 6 \times \frac{1}{12} = 1$$.)

Let $$F$$ be the event 'there is at least one tail' and $$E$$ the event 'the die shows a number greater than 4'. Then

$$F = \{(H,T),(T,1),(T,2),(T,3),(T,4),(T,5),(T,6)\}$$

$$P(F) = \frac{1}{4} + 6 \times \frac{1}{12} = \frac{1}{4} + \frac{1}{2} = \frac{3}{4}$$

$$E = \{(T,5),(T,6)\}, \qquad E \cap F = \{(T,5),(T,6)\}$$

$$P(E \cap F) = \frac{1}{12} + \frac{1}{12} = \frac{2}{12} = \frac{1}{6}$$

Therefore

$$P(E|F) = \frac{P(E \cap F)}{P(F)} = \frac{\;1/6\;}{\;3/4\;} = \frac{1}{6} \times \frac{4}{3} = \frac{2}{9}$$

Answer

$$\dfrac{2}{9}$$

Exercise 13.1

1 Given that E and F are events such that $$P(E) = 0.6$$, $$P(F) = 0.3$$ and $$P(E \cap F) = 0.2$$, find $$P(E|F)$$ and $$P(F|E)$$.

Solution

We are given $$P(E) = 0.6$$, $$P(F) = 0.3$$ and $$P(E \cap F) = 0.2$$.

Finding $$P(E|F)$$: using $$P(E|F) = \dfrac{P(E \cap F)}{P(F)}$$ (since $$P(F) \neq 0$$),

$$P(E|F) = \frac{0.2}{0.3} = \frac{2}{3}$$

Finding $$P(F|E)$$: using $$P(F|E) = \dfrac{P(E \cap F)}{P(E)}$$ (since $$P(E) \neq 0$$),

$$P(F|E) = \frac{0.2}{0.6} = \frac{1}{3}$$

Answer

$$P(E|F) = \dfrac{2}{3}, \qquad P(F|E) = \dfrac{1}{3}$$

2 Compute $$P(A|B)$$, if $$P(B) = 0.5$$ and $$P(A \cap B) = 0.32$$.

Solution

We are given $$P(B) = 0.5$$ and $$P(A \cap B) = 0.32$$.

Since $$P(B) \neq 0$$, the conditional probability formula applies:

$$P(A|B) = \frac{P(A \cap B)}{P(B)} = \frac{0.32}{0.5} = \frac{32}{50} = 0.64$$

Answer

$$P(A|B) = 0.64$$

3 If $$P(A) = 0.8$$, $$P(B) = 0.5$$ and $$P(B|A) = 0.4$$, find

(i) $$P(A \cap B)$$

Solution

We are given $$P(A) = 0.8$$, $$P(B) = 0.5$$ and $$P(B|A) = 0.4$$.

From the conditional probability formula $$P(B|A) = \dfrac{P(A \cap B)}{P(A)}$$, we get

$$P(A \cap B) = P(B|A) \times P(A) = 0.4 \times 0.8 = 0.32$$

Answer

$$P(A \cap B) = 0.32$$

(ii) $$P(A|B)$$

Solution

From part (i), $$P(A \cap B) = 0.32$$, and we are given $$P(B) = 0.5 \neq 0$$.

$$P(A|B) = \frac{P(A \cap B)}{P(B)} = \frac{0.32}{0.5} = 0.64$$

Answer

$$P(A|B) = 0.64$$

(iii) $$P(A \cup B)$$

Solution

By the addition theorem of probability,

$$P(A \cup B) = P(A) + P(B) - P(A \cap B)$$

Substituting $$P(A) = 0.8$$, $$P(B) = 0.5$$ and $$P(A \cap B) = 0.32$$ (from part (i)):

$$P(A \cup B) = 0.8 + 0.5 - 0.32 = 1.3 - 0.32 = 0.98$$

Answer

$$P(A \cup B) = 0.98$$

4 Evaluate $$P(A \cup B)$$, if $$2P(A) = P(B) = \frac{5}{13}$$ and $$P(A|B) = \frac{2}{5}$$.

Solution

We are given $$2P(A) = P(B) = \dfrac{5}{13}$$ and $$P(A|B) = \dfrac{2}{5}$$.

Step 1 — find $$P(A)$$ and $$P(B)$$.

$$P(B) = \frac{5}{13}, \qquad 2P(A) = \frac{5}{13} \ \Rightarrow\ P(A) = \frac{5}{26}$$

Step 2 — find $$P(A \cap B)$$. From $$P(A|B) = \dfrac{P(A \cap B)}{P(B)}$$,

$$P(A \cap B) = P(A|B) \times P(B) = \frac{2}{5} \times \frac{5}{13} = \frac{2}{13}$$

Step 3 — apply the addition theorem.

$$P(A \cup B) = P(A) + P(B) - P(A \cap B) = \frac{5}{26} + \frac{5}{13} - \frac{2}{13}$$

Taking LCM $$26$$: $$\dfrac{5}{26} + \dfrac{10}{26} - \dfrac{4}{26} = \dfrac{11}{26}$$

Answer

$$P(A \cup B) = \dfrac{11}{26}$$

5 If $$P(A) = \frac{6}{11}$$, $$P(B) = \frac{5}{11}$$ and $$P(A \cup B) = \frac{7}{11}$$, find

(i) $$P(A \cap B)$$

Solution

We are given $$P(A) = \dfrac{6}{11}$$, $$P(B) = \dfrac{5}{11}$$ and $$P(A \cup B) = \dfrac{7}{11}$$.

By the addition theorem, $$P(A \cup B) = P(A) + P(B) - P(A \cap B)$$, so

$$P(A \cap B) = P(A) + P(B) - P(A \cup B)$$

$$P(A \cap B) = \frac{6}{11} + \frac{5}{11} - \frac{7}{11} = \frac{6 + 5 - 7}{11} = \frac{4}{11}$$

Answer

$$P(A \cap B) = \dfrac{4}{11}$$

(ii) $$P(A|B)$$

Solution

Using $$P(A \cap B) = \dfrac{4}{11}$$ from part (i) and $$P(B) = \dfrac{5}{11} \neq 0$$,

$$P(A|B) = \frac{P(A \cap B)}{P(B)} = \frac{\;4/11\;}{\;5/11\;} = \frac{4}{11} \times \frac{11}{5} = \frac{4}{5}$$

Answer

$$P(A|B) = \dfrac{4}{5}$$

(iii) $$P(B|A)$$

Solution

Using $$P(A \cap B) = \dfrac{4}{11}$$ from part (i) and $$P(A) = \dfrac{6}{11} \neq 0$$,

$$P(B|A) = \frac{P(A \cap B)}{P(A)} = \frac{\;4/11\;}{\;6/11\;} = \frac{4}{11} \times \frac{11}{6} = \frac{4}{6} = \frac{2}{3}$$

Answer

$$P(B|A) = \dfrac{2}{3}$$

6

Determine $$P(E|F)$$. A coin is tossed three times, where

(i) E : head on third toss, F : heads on first two tosses

Solution

A coin is tossed three times. The sample space has $$2^3 = 8$$ equally likely outcomes:

$$S = \{HHH,\ HHT,\ HTH,\ HTT,\ THH,\ THT,\ TTH,\ TTT\}$$

$$E$$ = 'head on the third toss' $$= \{HHH,\ HTH,\ THH,\ TTH\}$$

$$F$$ = 'heads on the first two tosses' $$= \{HHH,\ HHT\}$$

$$E \cap F = \{HHH\}$$

So $$P(F) = \dfrac{2}{8}$$ and $$P(E \cap F) = \dfrac{1}{8}$$. Hence

$$P(E|F) = \frac{P(E \cap F)}{P(F)} = \frac{\;1/8\;}{\;2/8\;} = \frac{1}{2}$$

Answer

$$P(E|F) = \dfrac{1}{2}$$

(ii) E : at least two heads, F : at most two heads

Solution

The sample space for three tosses is

$$S = \{HHH,\ HHT,\ HTH,\ HTT,\ THH,\ THT,\ TTH,\ TTT\}$$

$$E$$ = 'at least two heads' (two or three heads) $$= \{HHH,\ HHT,\ HTH,\ THH\}$$

$$F$$ = 'at most two heads' (zero, one or two heads) $$= \{HHT,\ HTH,\ HTT,\ THH,\ THT,\ TTH,\ TTT\}$$

$$E \cap F$$ = outcomes with at least two and at most two heads, i.e. exactly two heads $$= \{HHT,\ HTH,\ THH\}$$

So $$P(F) = \dfrac{7}{8}$$ and $$P(E \cap F) = \dfrac{3}{8}$$. Hence

$$P(E|F) = \frac{P(E \cap F)}{P(F)} = \frac{\;3/8\;}{\;7/8\;} = \frac{3}{7}$$

Answer

$$P(E|F) = \dfrac{3}{7}$$

(iii) E : at most two tails, F : at least one tail

Solution

The sample space for three tosses is

$$S = \{HHH,\ HHT,\ HTH,\ HTT,\ THH,\ THT,\ TTH,\ TTT\}$$

$$E$$ = 'at most two tails' (zero, one or two tails) = every outcome except $$TTT$$
$$E = \{HHH,\ HHT,\ HTH,\ HTT,\ THH,\ THT,\ TTH\}$$

$$F$$ = 'at least one tail' = every outcome except $$HHH$$
$$F = \{HHT,\ HTH,\ HTT,\ THH,\ THT,\ TTH,\ TTT\}$$

$$E \cap F$$ = outcomes having at least one tail and at most two tails $$= \{HHT,\ HTH,\ HTT,\ THH,\ THT,\ TTH\}$$

So $$P(F) = \dfrac{7}{8}$$ and $$P(E \cap F) = \dfrac{6}{8}$$. Hence

$$P(E|F) = \frac{P(E \cap F)}{P(F)} = \frac{\;6/8\;}{\;7/8\;} = \frac{6}{7}$$

Answer

$$P(E|F) = \dfrac{6}{7}$$

7

Determine $$P(E|F)$$. Two coins are tossed once, where

(i) E : tail appears on one coin, F : one coin shows head

Solution

Two coins are tossed once. The sample space has $$2^2 = 4$$ equally likely outcomes:

$$S = \{HH,\ HT,\ TH,\ TT\}$$

$$E$$ = 'tail appears on one coin' $$= \{HT,\ TH\}$$

$$F$$ = 'one coin shows head' $$= \{HT,\ TH\}$$

$$E \cap F = \{HT,\ TH\}$$

So $$P(F) = \dfrac{2}{4}$$ and $$P(E \cap F) = \dfrac{2}{4}$$. Hence

$$P(E|F) = \frac{P(E \cap F)}{P(F)} = \frac{\;2/4\;}{\;2/4\;} = 1$$

Answer

$$P(E|F) = 1$$

(ii) E : no tail appears, F : no head appears

Solution

Two coins are tossed once, so the sample space is

$$S = \{HH,\ HT,\ TH,\ TT\}$$

$$E$$ = 'no tail appears' $$= \{HH\}$$

$$F$$ = 'no head appears' $$= \{TT\}$$

$$E \cap F = \phi$$ (no outcome can have both no tail and no head)

So $$P(F) = \dfrac{1}{4}$$ and $$P(E \cap F) = 0$$. Hence

$$P(E|F) = \frac{P(E \cap F)}{P(F)} = \frac{0}{\;1/4\;} = 0$$

Answer

$$P(E|F) = 0$$

8

Determine $$P(E|F)$$. A die is thrown three times,

E : 4 appears on the third toss, F : 6 and 5 appears respectively on first two tosses

Solution

A die is thrown three times, so the sample space has $$6^3 = 216$$ equally likely ordered triples.

$$F$$ = '6 on the first toss and 5 on the second toss'. The third toss is unrestricted, so

$$F = \{(6,5,1),(6,5,2),(6,5,3),(6,5,4),(6,5,5),(6,5,6)\}$$

This has $$6$$ outcomes, so $$P(F) = \dfrac{6}{216}$$.

$$E$$ = '4 on the third toss'. An outcome in both $$E$$ and $$F$$ must be $$(6,5,4)$$:

$$E \cap F = \{(6,5,4)\}, \qquad P(E \cap F) = \frac{1}{216}$$

Therefore

$$P(E|F) = \frac{P(E \cap F)}{P(F)} = \frac{\;1/216\;}{\;6/216\;} = \frac{1}{6}$$

Answer

$$P(E|F) = \dfrac{1}{6}$$

9

Determine $$P(E|F)$$. Mother, father and son line up at random for a family picture

E : son on one end, F : father in middle

Solution

Let $$M$$, $$F$$, $$S$$ denote mother, father and son. The three line up in a row, so the sample space consists of $$3! = 6$$ equally likely arrangements (read left to right):

$$S = \{MFS,\ MSF,\ FMS,\ FSM,\ SMF,\ SFM\}$$

Event $$E$$ = 'the son stands at one of the two ends', i.e. the letter $$S$$ is first or last. Checking each arrangement:

$$E = \{MFS,\ FMS,\ SMF,\ SFM\}$$

(In $$MFS$$ and $$FMS$$ the son is at the right end; in $$SMF$$ and $$SFM$$ the son is at the left end. The arrangements $$MSF$$ and $$FSM$$ are excluded, since there the son stands in the middle.)

Event $$F$$ = 'the father is in the middle', i.e. $$F$$ is the second letter:

$$F = \{MFS,\ SFM\}$$

$$E \cap F$$ = 'son on an end and father in the middle' $$= \{MFS,\ SFM\}$$

So $$P(F) = \dfrac{2}{6}$$ and $$P(E \cap F) = \dfrac{2}{6}$$. Hence

$$P(E|F) = \frac{P(E \cap F)}{P(F)} = \frac{\;2/6\;}{\;2/6\;} = 1$$

Answer

$$P(E|F) = 1$$

10 A black and a red dice are rolled.

(a) Find the conditional probability of obtaining a sum greater than 9, given that the black die resulted in a 5.

Solution

Two dice (black and red) are rolled, so the sample space has $$6 \times 6 = 36$$ equally likely outcomes. Write each outcome as (black, red).

Let $$B$$ = 'the black die shows 5'. Then

$$B = \{(5,1),(5,2),(5,3),(5,4),(5,5),(5,6)\}, \qquad P(B) = \frac{6}{36}$$

Let $$A$$ = 'the sum is greater than 9'. Among the outcomes of $$B$$, the sums are $$6,7,8,9,10,11$$; those greater than $$9$$ come from $$(5,5)$$ and $$(5,6)$$:

$$A \cap B = \{(5,5),(5,6)\}, \qquad P(A \cap B) = \frac{2}{36}$$

Therefore

$$P(A|B) = \frac{P(A \cap B)}{P(B)} = \frac{\;2/36\;}{\;6/36\;} = \frac{2}{6} = \frac{1}{3}$$

Answer

$$\dfrac{1}{3}$$

(b) Find the conditional probability of obtaining the sum 8, given that the red die resulted in a number less than 4.

Solution

The sample space has $$36$$ equally likely outcomes, written as (black, red).

Let $$B$$ = 'the red die shows a number less than 4', i.e. the red die shows $$1$$, $$2$$ or $$3$$. For each of these $$3$$ values the black die can be any of $$6$$ numbers, so

$$P(B) = \frac{6 \times 3}{36} = \frac{18}{36}$$

Let $$A$$ = 'the sum is 8'. We need outcomes with sum $$8$$ and red die $$< 4$$:

$$A \cap B = \{(6,2),\ (5,3)\}$$

(With red $$= 1$$ the black die would need to be $$7$$, which is impossible.) So $$P(A \cap B) = \dfrac{2}{36}$$.

Therefore

$$P(A|B) = \frac{P(A \cap B)}{P(B)} = \frac{\;2/36\;}{\;18/36\;} = \frac{2}{18} = \frac{1}{9}$$

Answer

$$\dfrac{1}{9}$$

11 A fair die is rolled. Consider events $$E = \{1, 3, 5\}$$, $$F = \{2, 3\}$$ and $$G = \{2, 3, 4, 5\}$$. Find

(i) $$P(E|F)$$ and $$P(F|E)$$

Solution

The die is fair, so the sample space $$\{1,2,3,4,5,6\}$$ has $$6$$ equally likely outcomes.

$$E = \{1,3,5\} \Rightarrow P(E) = \frac{3}{6}; \qquad F = \{2,3\} \Rightarrow P(F) = \frac{2}{6}$$

$$E \cap F = \{3\} \Rightarrow P(E \cap F) = \frac{1}{6}$$

$$P(E|F) = \frac{P(E \cap F)}{P(F)} = \frac{\;1/6\;}{\;2/6\;} = \frac{1}{2}$$

$$P(F|E) = \frac{P(E \cap F)}{P(E)} = \frac{\;1/6\;}{\;3/6\;} = \frac{1}{3}$$

Answer

$$P(E|F) = \dfrac{1}{2}, \qquad P(F|E) = \dfrac{1}{3}$$

(ii) $$P(E|G)$$ and $$P(G|E)$$

Solution

Here $$E = \{1,3,5\}$$ with $$P(E) = \dfrac{3}{6}$$ and $$G = \{2,3,4,5\}$$ with $$P(G) = \dfrac{4}{6}$$.

$$E \cap G = \{3,5\} \Rightarrow P(E \cap G) = \frac{2}{6}$$

$$P(E|G) = \frac{P(E \cap G)}{P(G)} = \frac{\;2/6\;}{\;4/6\;} = \frac{1}{2}$$

$$P(G|E) = \frac{P(E \cap G)}{P(E)} = \frac{\;2/6\;}{\;3/6\;} = \frac{2}{3}$$

Answer

$$P(E|G) = \dfrac{1}{2}, \qquad P(G|E) = \dfrac{2}{3}$$

(iii) $$P((E \cup F)|G)$$ and $$P((E \cap F)|G)$$

Solution

With $$E = \{1,3,5\}$$, $$F = \{2,3\}$$ and $$G = \{2,3,4,5\}$$ ($$P(G) = \dfrac{4}{6}$$):

$$P((E \cup F)|G)$$:

$$E \cup F = \{1,2,3,5\}, \qquad (E \cup F) \cap G = \{1,2,3,5\} \cap \{2,3,4,5\} = \{2,3,5\}$$

$$P((E \cup F) \cap G) = \frac{3}{6}$$

$$P((E \cup F)|G) = \frac{P((E \cup F) \cap G)}{P(G)} = \frac{\;3/6\;}{\;4/6\;} = \frac{3}{4}$$

$$P((E \cap F)|G)$$:

$$E \cap F = \{3\}, \qquad (E \cap F) \cap G = \{3\} \cap \{2,3,4,5\} = \{3\}$$

$$P((E \cap F) \cap G) = \frac{1}{6}$$

$$P((E \cap F)|G) = \frac{P((E \cap F) \cap G)}{P(G)} = \frac{\;1/6\;}{\;4/6\;} = \frac{1}{4}$$

Answer

$$P((E \cup F)|G) = \dfrac{3}{4}, \qquad P((E \cap F)|G) = \dfrac{1}{4}$$

12 Assume that each born child is equally likely to be a boy or a girl. If a family has two children, what is the conditional probability that both are girls given that

(i) the youngest is a girl,

Solution

For a family with two children, writing the elder child first ($$b$$ = boy, $$g$$ = girl), the sample space is

$$S = \{bb,\ bg,\ gb,\ gg\}$$

with all four outcomes equally likely (probability $$\frac{1}{4}$$ each).

Let $$A$$ = 'both children are girls' $$= \{gg\}$$.

Let $$B$$ = 'the youngest child is a girl'. The youngest is the second letter, so $$B = \{bg,\ gg\}$$, giving $$P(B) = \dfrac{2}{4}$$.

$$A \cap B = \{gg\}, \qquad P(A \cap B) = \frac{1}{4}$$

$$P(A|B) = \frac{P(A \cap B)}{P(B)} = \frac{\;1/4\;}{\;2/4\;} = \frac{1}{2}$$

Answer

$$\dfrac{1}{2}$$

(ii) at least one is a girl?

Solution

The sample space (elder child first) is $$S = \{bb,\ bg,\ gb,\ gg\}$$, each outcome having probability $$\frac{1}{4}$$.

Let $$A$$ = 'both children are girls' $$= \{gg\}$$.

Let $$B$$ = 'at least one child is a girl' $$= \{bg,\ gb,\ gg\}$$, giving $$P(B) = \dfrac{3}{4}$$.

$$A \cap B = \{gg\}, \qquad P(A \cap B) = \frac{1}{4}$$

$$P(A|B) = \frac{P(A \cap B)}{P(B)} = \frac{\;1/4\;}{\;3/4\;} = \frac{1}{3}$$

Answer

$$\dfrac{1}{3}$$

13 An instructor has a question bank consisting of 300 easy True / False questions, 200 difficult True / False questions, 500 easy multiple choice questions and 400 difficult multiple choice questions. If a question is selected at random from the question bank, what is the probability that it will be an easy question given that it is a multiple choice question?

Solution

The total number of questions in the bank is

$$300 + 200 + 500 + 400 = 1400$$

Let $$E$$ = 'the question is easy' and $$M$$ = 'the question is a multiple choice question (MCQ)'.

Number of MCQs $$= 500 \text{ (easy)} + 400 \text{ (difficult)} = 900$$, so

$$P(M) = \frac{900}{1400}$$

Number of questions that are both easy and MCQ $$= 500$$, so

$$P(E \cap M) = \frac{500}{1400}$$

Therefore the probability that the question is easy, given that it is an MCQ, is

$$P(E|M) = \frac{P(E \cap M)}{P(M)} = \frac{\;500/1400\;}{\;900/1400\;} = \frac{500}{900} = \frac{5}{9}$$

Answer

$$P(E|M) = \dfrac{5}{9}$$

14 Given that the two numbers appearing on throwing two dice are different. Find the probability of the event 'the sum of numbers on the dice is 4'.

Solution

Two dice are thrown, so the sample space has $$6 \times 6 = 36$$ equally likely ordered pairs.

Let $$B$$ = 'the two numbers are different'. The outcomes with equal numbers are $$(1,1),(2,2),\ldots,(6,6)$$ — that is $$6$$ outcomes. So the number of outcomes with different numbers is $$36 - 6 = 30$$, giving

$$P(B) = \frac{30}{36}$$

Let $$A$$ = 'the sum of the numbers is 4'. The outcomes with sum $$4$$ are $$\{(1,3),(2,2),(3,1)\}$$. Of these, only $$(1,3)$$ and $$(3,1)$$ have different numbers, so

$$A \cap B = \{(1,3),(3,1)\}, \qquad P(A \cap B) = \frac{2}{36}$$

Therefore

$$P(A|B) = \frac{P(A \cap B)}{P(B)} = \frac{\;2/36\;}{\;30/36\;} = \frac{2}{30} = \frac{1}{15}$$

Answer

$$\dfrac{1}{15}$$

15 Consider the experiment of throwing a die, if a multiple of 3 comes up, throw the die again and if any other number comes, toss a coin. Find the conditional probability of the event 'the coin shows a tail', given that 'at least one die shows a 3'.

Solution

A die is thrown first. If a multiple of $$3$$ (that is $$3$$ or $$6$$) comes up, the die is thrown again; if any other number ($$1, 2, 4, 5$$) comes up, a coin is tossed. The sample space is

$$S = \{(3,1),(3,2),(3,3),(3,4),(3,5),(3,6),(6,1),(6,2),(6,3),(6,4),(6,5),(6,6),$$
$$(1,H),(1,T),(2,H),(2,T),(4,H),(4,T),(5,H),(5,T)\}$$

Let $$F$$ = 'at least one die shows a 3'. This needs the first throw to be $$3$$ (then the second throw is anything), or the first throw to be $$6$$ with the second throw a $$3$$:

$$F = \{(3,1),(3,2),(3,3),(3,4),(3,5),(3,6),(6,3)\}$$

Let $$E$$ = 'the coin shows a tail'. A coin is tossed only when the first throw is $$1, 2, 4$$ or $$5$$:

$$E = \{(1,T),(2,T),(4,T),(5,T)\}$$

Event $$F$$ occurs only when the die is thrown twice, while event $$E$$ occurs only when a coin is tossed. These cannot happen together, so

$$E \cap F = \phi \quad \Rightarrow \quad P(E \cap F) = 0$$

Therefore

$$P(E|F) = \frac{P(E \cap F)}{P(F)} = \frac{0}{P(F)} = 0$$

Answer

$$P(E|F) = 0$$

16

If $$P(A) = \frac{1}{2}$$, $$P(B) = 0$$, then $$P(A|B)$$ is

  1. $$0$$
  2. $$\frac{1}{2}$$
  3. not defined
  4. $$1$$

Solution

The conditional probability $$P(A|B)$$ is defined by

$$P(A|B) = \frac{P(A \cap B)}{P(B)}$$

This formula is valid only when $$P(B) \neq 0$$, since division by zero is not allowed.

Here we are given $$P(B) = 0$$. Therefore the denominator is zero and $$P(A|B)$$ is not defined.

Hence the correct option is (c).

Answer

(c) not defined

17

If A and B are events such that $$P(A|B) = P(B|A)$$, then

  1. $$A \subset B$$ but $$A \neq B$$
  2. $$A = B$$
  3. $$A \cap B = \phi$$
  4. $$P(A) = P(B)$$

Solution

Write the two conditional probabilities using their definitions:

$$P(A|B) = \frac{P(A \cap B)}{P(B)}, \qquad P(B|A) = \frac{P(A \cap B)}{P(A)}$$

We are given $$P(A|B) = P(B|A)$$, so

$$\frac{P(A \cap B)}{P(B)} = \frac{P(A \cap B)}{P(A)}$$

Since $$P(A \cap B)$$ is a common (non-zero) factor, dividing both sides by $$P(A \cap B)$$ gives

$$\frac{1}{P(B)} = \frac{1}{P(A)} \quad \Rightarrow \quad P(A) = P(B)$$

This does not force $$A = B$$ or $$A \subset B$$ or $$A \cap B = \phi$$; only the probabilities are equal. Hence the correct option is (d).

Answer

(d) $$P(A) = P(B)$$

Examples (Multiplication Theorem and Independent Events)

Example 8 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

The urn contains $$10 + 5 = 15$$ balls. Let

$$E$$ = 'the first ball drawn is black', $$F$$ = 'the second ball drawn is black'.

We want $$P(E \cap F)$$, the probability that both balls are black. By the multiplication theorem,

$$P(E \cap F) = P(E)\, P(F|E)$$

First draw: there are $$10$$ black balls out of $$15$$, so

$$P(E) = \frac{10}{15}$$

Second draw (given the first was black): the urn now has $$14$$ balls of which $$9$$ are black, so

$$P(F|E) = \frac{9}{14}$$

Therefore

$$P(E \cap F) = \frac{10}{15} \times \frac{9}{14} = \frac{90}{210} = \frac{3}{7}$$

Answer

$$\dfrac{3}{7}$$

Example 9 Three cards are drawn successively, without replacement from a pack of 52 well shuffled cards. What is the probability that first two cards are kings and the third card drawn is an ace?

Solution

A pack has $$52$$ cards, including $$4$$ kings and $$4$$ aces. Define the events

$$K_1$$ : first card is a king, $$K_2$$ : second card is a king, $$A$$ : third card is an ace.

We want $$P(K_1 \cap K_2 \cap A)$$, and by the multiplication theorem for three events,

$$P(K_1 \cap K_2 \cap A) = P(K_1)\, P(K_2|K_1)\, P(A|K_1 \cap K_2)$$

First card: $$4$$ kings out of $$52$$ ⇒ $$P(K_1) = \dfrac{4}{52}$$.

Second card (one king already removed): $$3$$ kings out of $$51$$ ⇒ $$P(K_2|K_1) = \dfrac{3}{51}$$.

Third card (two kings removed, all $$4$$ aces still present): $$4$$ aces out of $$50$$ ⇒ $$P(A|K_1 \cap K_2) = \dfrac{4}{50}$$.

Therefore

$$P(K_1 \cap K_2 \cap A) = \frac{4}{52} \times \frac{3}{51} \times \frac{4}{50} = \frac{48}{132600} = \frac{2}{5525}$$

Answer

$$\dfrac{2}{5525}$$

Example 10 A die is thrown. If E is the event 'the number appearing is a multiple of 3' and F be the event 'the number appearing is even' then find whether E and F are independent?

Solution

The sample space is $$\{1,2,3,4,5,6\}$$ with $$6$$ equally likely outcomes.

$$E$$ = 'the number is a multiple of 3' $$= \{3,6\} \Rightarrow P(E) = \dfrac{2}{6} = \dfrac{1}{3}$$

$$F$$ = 'the number is even' $$= \{2,4,6\} \Rightarrow P(F) = \dfrac{3}{6} = \dfrac{1}{2}$$

$$E \cap F = \{6\} \Rightarrow P(E \cap F) = \dfrac{1}{6}$$

Now compute $$P(E)\,P(F)$$:

$$P(E)\, P(F) = \frac{1}{3} \times \frac{1}{2} = \frac{1}{6}$$

Since $$P(E \cap F) = \dfrac{1}{6} = P(E)\,P(F)$$, the events $$E$$ and $$F$$ are independent.

Answer

Yes; $$E$$ and $$F$$ are independent, since $$P(E \cap F) = P(E)\,P(F) = \dfrac{1}{6}$$.

Example 11 An unbiased die is thrown twice. Let the event A be 'odd number on the first throw' and B the event 'odd number on the second throw'. Check the independence of the events A and B.

Solution

An unbiased die is thrown twice, so the sample space has $$6 \times 6 = 36$$ equally likely ordered pairs.

$$A$$ = 'odd number on the first throw'. The first number is one of $$1,3,5$$ (3 choices) and the second is any of $$6$$, so $$A$$ has $$3 \times 6 = 18$$ outcomes:

$$P(A) = \frac{18}{36} = \frac{1}{2}$$

$$B$$ = 'odd number on the second throw'. Similarly $$B$$ has $$6 \times 3 = 18$$ outcomes:

$$P(B) = \frac{18}{36} = \frac{1}{2}$$

$$A \cap B$$ = 'odd on both throws'. This has $$3 \times 3 = 9$$ outcomes:

$$P(A \cap B) = \frac{9}{36} = \frac{1}{4}$$

Now $$P(A)\,P(B) = \dfrac{1}{2} \times \dfrac{1}{2} = \dfrac{1}{4}$$.

Since $$P(A \cap B) = \dfrac{1}{4} = P(A)\,P(B)$$, the events $$A$$ and $$B$$ are independent.

Answer

$$A$$ and $$B$$ are independent, since $$P(A \cap B) = P(A)\,P(B) = \dfrac{1}{4}$$.

Example 12 Three coins are tossed simultaneously. Consider the event E 'three heads or three tails', F 'at least two heads' and G 'at most two heads'. Of the pairs (E,F), (E,G) and (F,G), which are independent? which are dependent?

Solution

Three coins are tossed, so the sample space has $$2^3 = 8$$ equally likely outcomes:

$$S = \{HHH,\ HHT,\ HTH,\ HTT,\ THH,\ THT,\ TTH,\ TTT\}$$

$$E$$ = 'three heads or three tails' $$= \{HHH,\ TTT\} \Rightarrow P(E) = \dfrac{2}{8} = \dfrac{1}{4}$$

$$F$$ = 'at least two heads' $$= \{HHH,\ HHT,\ HTH,\ THH\} \Rightarrow P(F) = \dfrac{4}{8} = \dfrac{1}{2}$$

$$G$$ = 'at most two heads' = all outcomes except $$HHH$$ $$\Rightarrow P(G) = \dfrac{7}{8}$$

Pair (E, F): $$E \cap F = \{HHH\}$$, so $$P(E \cap F) = \dfrac{1}{8}$$.
$$P(E)\,P(F) = \dfrac{1}{4} \times \dfrac{1}{2} = \dfrac{1}{8} = P(E \cap F)$$ ⇒ independent.

Pair (E, G): $$E \cap G = \{TTT\}$$, so $$P(E \cap G) = \dfrac{1}{8}$$.
$$P(E)\,P(G) = \dfrac{1}{4} \times \dfrac{7}{8} = \dfrac{7}{32} \neq \dfrac{1}{8}$$ ⇒ dependent.

Pair (F, G): $$F \cap G$$ = 'exactly two heads' $$= \{HHT,\ HTH,\ THH\}$$, so $$P(F \cap G) = \dfrac{3}{8}$$.
$$P(F)\,P(G) = \dfrac{1}{2} \times \dfrac{7}{8} = \dfrac{7}{16} \neq \dfrac{3}{8}$$ ⇒ dependent.

Answer

(E, F) are independent; (E, G) and (F, G) are dependent.

Example 13 Prove that if E and F are independent events, then so are the events E and F$$'$$.

Solution

Since $$E$$ and $$F$$ are independent, by definition

$$P(E \cap F) = P(E)\,P(F) \qquad \text{...(1)}$$

We must show that $$E$$ and $$F'$$ are independent, i.e. that $$P(E \cap F') = P(E)\,P(F')$$.

The event $$E$$ can be split according to whether $$F$$ occurs or not. The sets $$E \cap F$$ and $$E \cap F'$$ are mutually exclusive and their union is $$E$$:

$$E = (E \cap F) \cup (E \cap F')$$

Therefore

$$P(E) = P(E \cap F) + P(E \cap F')$$

$$\Rightarrow \quad P(E \cap F') = P(E) - P(E \cap F)$$

Using (1), $$P(E \cap F) = P(E)\,P(F)$$:

$$P(E \cap F') = P(E) - P(E)\,P(F) = P(E)\big[\,1 - P(F)\,\big] = P(E)\,P(F')$$

Since $$P(E \cap F') = P(E)\,P(F')$$, the events $$E$$ and $$F'$$ are independent. Hence proved.

Answer

Proved: if $$E$$ and $$F$$ are independent, then $$P(E \cap F') = P(E)\,P(F')$$, so $$E$$ and $$F'$$ are independent.

Example 14 If A and B are two independent events, then the probability of occurrence of at least one of A and B is given by $$1 - P(A')\,P(B')$$.

Solution

'At least one of $$A$$ and $$B$$ occurs' is the event $$A \cup B$$. So we must show

$$P(A \cup B) = 1 - P(A')\,P(B')$$

The complement of $$A \cup B$$ is, by De Morgan's law,

$$(A \cup B)' = A' \cap B'$$

Hence

$$P(A \cup B) = 1 - P\big((A \cup B)'\big) = 1 - P(A' \cap B')$$

Now, since $$A$$ and $$B$$ are independent, their complements $$A'$$ and $$B'$$ are also independent. (If $$A, B$$ are independent, so are $$A, B'$$, and likewise $$A', B'$$.) Therefore

$$P(A' \cap B') = P(A')\,P(B')$$

Substituting,

$$P(A \cup B) = 1 - P(A')\,P(B')$$

which is the required result. Hence proved.

Answer

Proved: $$P(\text{at least one of } A, B) = P(A \cup B) = 1 - P(A')\,P(B')$$.

Exercise 13.2

1 If $$P(A) = \frac{3}{5}$$ and $$P(B) = \frac{1}{5}$$, find $$P(A \cap B)$$ if A and B are independent events.

Solution

For two independent events $$A$$ and $$B$$, the probability of their joint occurrence is the product of their probabilities:

$$P(A \cap B) = P(A)\,P(B)$$

Substituting $$P(A) = \dfrac{3}{5}$$ and $$P(B) = \dfrac{1}{5}$$:

$$P(A \cap B) = \frac{3}{5} \times \frac{1}{5} = \frac{3}{25}$$

Answer

$$P(A \cap B) = \dfrac{3}{25}$$

2 Two cards are drawn at random and without replacement from a pack of 52 playing cards. Find the probability that both the cards are black.

Solution

A pack of $$52$$ cards contains $$26$$ black cards (clubs and spades). Let

$$A$$ = 'the first card is black', $$B$$ = 'the second card is black'.

We want $$P(A \cap B)$$, which by the multiplication theorem is

$$P(A \cap B) = P(A)\,P(B|A)$$

First card: $$26$$ black out of $$52$$ ⇒ $$P(A) = \dfrac{26}{52}$$.

Second card (one black card already removed): $$25$$ black out of $$51$$ ⇒ $$P(B|A) = \dfrac{25}{51}$$.

Therefore

$$P(A \cap B) = \frac{26}{52} \times \frac{25}{51} = \frac{1}{2} \times \frac{25}{51} = \frac{25}{102}$$

Answer

$$\dfrac{25}{102}$$

3 A box of oranges is inspected by examining three randomly selected oranges drawn without replacement. If all the three oranges are good, the box is approved for sale, otherwise, it is rejected. Find the probability that a box containing 15 oranges out of which 12 are good and 3 are bad ones will be approved for sale.

Solution

The box has $$15$$ oranges: $$12$$ good and $$3$$ bad. The box is approved only if all three oranges drawn (without replacement) are good. Let

$$A$$ = '1st orange good', $$B$$ = '2nd orange good', $$C$$ = '3rd orange good'.

The required probability is $$P(A \cap B \cap C) = P(A)\,P(B|A)\,P(C|A \cap B)$$.

First draw: $$12$$ good out of $$15$$ ⇒ $$P(A) = \dfrac{12}{15}$$.

Second draw (one good removed): $$11$$ good out of $$14$$ ⇒ $$P(B|A) = \dfrac{11}{14}$$.

Third draw (two good removed): $$10$$ good out of $$13$$ ⇒ $$P(C|A \cap B) = \dfrac{10}{13}$$.

Therefore the probability the box is approved is

$$P(A \cap B \cap C) = \frac{12}{15} \times \frac{11}{14} \times \frac{10}{13} = \frac{1320}{2730} = \frac{44}{91}$$

Answer

$$\dfrac{44}{91}$$

4 A fair coin and an unbiased die are tossed. Let A be the event 'head appears on the coin' and B be the event '3 on the die'. Check whether A and B are independent events or not.

Solution

A coin and a die are tossed together, so the sample space has $$2 \times 6 = 12$$ equally likely outcomes:

$$S = \{(H,1),(H,2),\ldots,(H,6),(T,1),(T,2),\ldots,(T,6)\}$$

$$A$$ = 'head appears on the coin' $$= \{(H,1),(H,2),(H,3),(H,4),(H,5),(H,6)\}$$, so $$P(A) = \dfrac{6}{12} = \dfrac{1}{2}$$.

$$B$$ = '3 on the die' $$= \{(H,3),(T,3)\}$$, so $$P(B) = \dfrac{2}{12} = \dfrac{1}{6}$$.

$$A \cap B = \{(H,3)\}$$, so $$P(A \cap B) = \dfrac{1}{12}$$.

Now $$P(A)\,P(B) = \dfrac{1}{2} \times \dfrac{1}{6} = \dfrac{1}{12}$$.

Since $$P(A \cap B) = \dfrac{1}{12} = P(A)\,P(B)$$, the events $$A$$ and $$B$$ are independent.

Answer

$$A$$ and $$B$$ are independent, since $$P(A \cap B) = P(A)\,P(B) = \dfrac{1}{12}$$.

5 A die marked 1, 2, 3 in red and 4, 5, 6 in green is tossed. Let A be the event, 'the number is even,' and B be the event, 'the number is red'. Are A and B independent?

Solution

The die shows one of $$\{1,2,3,4,5,6\}$$, all equally likely. Numbers $$1,2,3$$ are red and $$4,5,6$$ are green.

$$A$$ = 'the number is even' $$= \{2,4,6\} \Rightarrow P(A) = \dfrac{3}{6} = \dfrac{1}{2}$$

$$B$$ = 'the number is red' $$= \{1,2,3\} \Rightarrow P(B) = \dfrac{3}{6} = \dfrac{1}{2}$$

$$A \cap B$$ = 'even and red' $$= \{2\} \Rightarrow P(A \cap B) = \dfrac{1}{6}$$

Now $$P(A)\,P(B) = \dfrac{1}{2} \times \dfrac{1}{2} = \dfrac{1}{4}$$.

Since $$P(A \cap B) = \dfrac{1}{6} \neq \dfrac{1}{4} = P(A)\,P(B)$$, the events $$A$$ and $$B$$ are not independent.

Answer

No; $$A$$ and $$B$$ are not independent, since $$P(A \cap B) = \dfrac{1}{6} \neq \dfrac{1}{4} = P(A)\,P(B)$$.

6 Let E and F be events with $$P(E) = \frac{3}{5}$$, $$P(F) = \frac{3}{10}$$ and $$P(E \cap F) = \frac{1}{5}$$. Are E and F independent?

Solution

Two events are independent if and only if $$P(E \cap F) = P(E)\,P(F)$$.

Compute the product:

$$P(E)\,P(F) = \frac{3}{5} \times \frac{3}{10} = \frac{9}{50}$$

The given value of the intersection is

$$P(E \cap F) = \frac{1}{5} = \frac{10}{50}$$

Since $$P(E \cap F) = \dfrac{10}{50} \neq \dfrac{9}{50} = P(E)\,P(F)$$, the events $$E$$ and $$F$$ are not independent.

Answer

No; $$E$$ and $$F$$ are not independent, since $$P(E \cap F) = \dfrac{1}{5} \neq \dfrac{9}{50} = P(E)\,P(F)$$.

7 Given that the events A and B are such that $$P(A) = \frac{1}{2}$$, $$P(A \cup B) = \frac{3}{5}$$ and $$P(B) = p$$. Find $$p$$ if they are

(i) mutually exclusive

Solution

We are given $$P(A) = \dfrac{1}{2}$$, $$P(A \cup B) = \dfrac{3}{5}$$ and $$P(B) = p$$.

If $$A$$ and $$B$$ are mutually exclusive, then they cannot occur together, so $$P(A \cap B) = 0$$.

The addition theorem gives

$$P(A \cup B) = P(A) + P(B) - P(A \cap B) = P(A) + P(B)$$

Substituting the known values,

$$\frac{3}{5} = \frac{1}{2} + p$$

$$p = \frac{3}{5} - \frac{1}{2} = \frac{6}{10} - \frac{5}{10} = \frac{1}{10}$$

Answer

$$p = \dfrac{1}{10}$$

(ii) independent.

Solution

We are given $$P(A) = \dfrac{1}{2}$$, $$P(A \cup B) = \dfrac{3}{5}$$ and $$P(B) = p$$.

If $$A$$ and $$B$$ are independent, then

$$P(A \cap B) = P(A)\,P(B) = \frac{1}{2}\,p = \frac{p}{2}$$

Apply the addition theorem:

$$P(A \cup B) = P(A) + P(B) - P(A \cap B)$$

$$\frac{3}{5} = \frac{1}{2} + p - \frac{p}{2} = \frac{1}{2} + \frac{p}{2}$$

$$\frac{p}{2} = \frac{3}{5} - \frac{1}{2} = \frac{6}{10} - \frac{5}{10} = \frac{1}{10}$$

$$p = \frac{2}{10} = \frac{1}{5}$$

Answer

$$p = \dfrac{1}{5}$$

8 Let A and B be independent events with $$P(A) = 0.3$$ and $$P(B) = 0.4$$. Find

(i) $$P(A \cap B)$$

Solution

$$A$$ and $$B$$ are independent events with $$P(A) = 0.3$$ and $$P(B) = 0.4$$.

For independent events, the probability of both occurring is the product of their probabilities:

$$P(A \cap B) = P(A)\,P(B) = 0.3 \times 0.4 = 0.12$$

Answer

$$P(A \cap B) = 0.12$$

(ii) $$P(A \cup B)$$

Solution

By the addition theorem of probability,

$$P(A \cup B) = P(A) + P(B) - P(A \cap B)$$

Using $$P(A) = 0.3$$, $$P(B) = 0.4$$ and $$P(A \cap B) = 0.12$$ (from part (i)):

$$P(A \cup B) = 0.3 + 0.4 - 0.12 = 0.7 - 0.12 = 0.58$$

Answer

$$P(A \cup B) = 0.58$$

(iii) $$P(A|B)$$

Solution

By definition,

$$P(A|B) = \frac{P(A \cap B)}{P(B)} = \frac{0.12}{0.4} = 0.3$$

(This equals $$P(A)$$, as expected: when $$A$$ and $$B$$ are independent, the occurrence of $$B$$ does not affect the probability of $$A$$.)

Answer

$$P(A|B) = 0.3$$

(iv) $$P(B|A)$$

Solution

$$A$$ and $$B$$ are independent events with $$P(A) = 0.3$$ and $$P(B) = 0.4$$.

Since $$A$$ and $$B$$ are independent, the probability of both occurring is the product of their probabilities:

$$P(A \cap B) = P(A)\,P(B) = 0.3 \times 0.4 = 0.12$$

By the definition of conditional probability (valid since $$P(A) \neq 0$$),

$$P(B|A) = \frac{P(A \cap B)}{P(A)} = \frac{0.12}{0.3} = 0.4$$

(This equals $$P(B)$$, as expected for independent events: the occurrence of $$A$$ does not affect the probability of $$B$$.)

Answer

$$P(B|A) = 0.4$$

9 If A and B are two events such that $$P(A) = \frac{1}{4}$$, $$P(B) = \frac{1}{2}$$ and $$P(A \cap B) = \frac{1}{8}$$, find $$P(\text{not } A \text{ and not } B)$$.

Solution

'Not $$A$$ and not $$B$$' is the event $$A' \cap B'$$. By De Morgan's law,

$$A' \cap B' = (A \cup B)'$$

so

$$P(\text{not } A \text{ and not } B) = P(A' \cap B') = 1 - P(A \cup B)$$

Step 1 — find $$P(A \cup B)$$ using the addition theorem:

$$P(A \cup B) = P(A) + P(B) - P(A \cap B) = \frac{1}{4} + \frac{1}{2} - \frac{1}{8}$$

Taking LCM $$8$$: $$\dfrac{2}{8} + \dfrac{4}{8} - \dfrac{1}{8} = \dfrac{5}{8}$$

Step 2 — take the complement:

$$P(A' \cap B') = 1 - P(A \cup B) = 1 - \frac{5}{8} = \frac{3}{8}$$

Answer

$$P(\text{not } A \text{ and not } B) = \dfrac{3}{8}$$

10 Events A and B are such that $$P(A) = \frac{1}{2}$$, $$P(B) = \frac{7}{12}$$ and $$P(\text{not } A \text{ or not } B) = \frac{1}{4}$$. State whether A and B are independent?

Solution

'Not $$A$$ or not $$B$$' is the event $$A' \cup B'$$. By De Morgan's law,

$$A' \cup B' = (A \cap B)'$$

So

$$P(\text{not } A \text{ or not } B) = P(A' \cup B') = 1 - P(A \cap B)$$

Given that this equals $$\dfrac{1}{4}$$,

$$\frac{1}{4} = 1 - P(A \cap B) \quad \Rightarrow \quad P(A \cap B) = 1 - \frac{1}{4} = \frac{3}{4}$$

For $$A$$ and $$B$$ to be independent we would need $$P(A \cap B) = P(A)\,P(B)$$. Here

$$P(A)\,P(B) = \frac{1}{2} \times \frac{7}{12} = \frac{7}{24}$$

Since $$P(A \cap B) = \dfrac{3}{4} \neq \dfrac{7}{24} = P(A)\,P(B)$$, the events $$A$$ and $$B$$ are not independent.

Answer

No; $$A$$ and $$B$$ are not independent, since $$P(A \cap B) = \dfrac{3}{4} \neq \dfrac{7}{24} = P(A)\,P(B)$$.

11 Given two independent events A and B such that $$P(A) = 0.3$$, $$P(B) = 0.6$$. Find

(i) $$P(A \text{ and } B)$$

Solution

$$A$$ and $$B$$ are independent with $$P(A) = 0.3$$ and $$P(B) = 0.6$$.

For independent events,

$$P(A \text{ and } B) = P(A \cap B) = P(A)\,P(B) = 0.3 \times 0.6 = 0.18$$

Answer

$$P(A \text{ and } B) = 0.18$$

(ii) $$P(A \text{ and not } B)$$

Solution

Since $$A$$ and $$B$$ are independent, $$A$$ and $$B'$$ are also independent. First,

$$P(B') = 1 - P(B) = 1 - 0.6 = 0.4$$

Then

$$P(A \text{ and not } B) = P(A \cap B') = P(A)\,P(B') = 0.3 \times 0.4 = 0.12$$

Answer

$$P(A \text{ and not } B) = 0.12$$

(iii) $$P(A \text{ or } B)$$

Solution

By the addition theorem,

$$P(A \text{ or } B) = P(A \cup B) = P(A) + P(B) - P(A \cap B)$$

Using $$P(A) = 0.3$$, $$P(B) = 0.6$$ and $$P(A \cap B) = 0.18$$ (from part (i)):

$$P(A \cup B) = 0.3 + 0.6 - 0.18 = 0.9 - 0.18 = 0.72$$

Answer

$$P(A \text{ or } B) = 0.72$$

(iv) $$P(\text{neither } A \text{ nor } B)$$

Solution

'Neither $$A$$ nor $$B$$' is the event $$A' \cap B' = (A \cup B)'$$. Therefore

$$P(\text{neither } A \text{ nor } B) = 1 - P(A \cup B)$$

Using $$P(A \cup B) = 0.72$$ from part (iii):

$$P(\text{neither } A \text{ nor } B) = 1 - 0.72 = 0.28$$

Answer

$$P(\text{neither } A \text{ nor } B) = 0.28$$

12 A die is tossed thrice. Find the probability of getting an odd number at least once.

Solution

It is easier to use the complement. 'An odd number at least once' is the opposite of 'no odd number in any of the three throws' (i.e. an even number every time).

On a single throw, the odd numbers are $$\{1,3,5\}$$ and the even numbers are $$\{2,4,6\}$$, so

$$P(\text{odd}) = \frac{3}{6} = \frac{1}{2}, \qquad P(\text{even}) = \frac{3}{6} = \frac{1}{2}$$

The three throws are independent, so the probability of getting an even number on all three throws is

$$P(\text{no odd number}) = \frac{1}{2} \times \frac{1}{2} \times \frac{1}{2} = \frac{1}{8}$$

Therefore

$$P(\text{odd at least once}) = 1 - P(\text{no odd number}) = 1 - \frac{1}{8} = \frac{7}{8}$$

Answer

$$\dfrac{7}{8}$$

13 Two balls are drawn at random with replacement from a box containing 10 black and 8 red balls. Find the probability that

(i) both balls are red.

Solution

The box contains $$10$$ black and $$8$$ red balls, a total of $$18$$ balls. The draws are made with replacement, so the box composition is the same for each draw and the two draws are independent.

On any single draw,

$$P(\text{red}) = \frac{8}{18} = \frac{4}{9}, \qquad P(\text{black}) = \frac{10}{18} = \frac{5}{9}$$

Both balls red:

$$P(\text{red and red}) = \frac{4}{9} \times \frac{4}{9} = \frac{16}{81}$$

Answer

$$\dfrac{16}{81}$$

(ii) first ball is black and second is red.

Solution

As the draws are with replacement, $$P(\text{black}) = \dfrac{5}{9}$$ and $$P(\text{red}) = \dfrac{4}{9}$$ on every draw, and the draws are independent.

First ball black and second ball red:

$$P(\text{black then red}) = P(\text{black}) \times P(\text{red}) = \frac{5}{9} \times \frac{4}{9} = \frac{20}{81}$$

Answer

$$\dfrac{20}{81}$$

(iii) one of them is black and other is red.

Solution

'One black and one red' can happen in two mutually exclusive ways: black first then red, or red first then black.

$$P(\text{black then red}) = \frac{5}{9} \times \frac{4}{9} = \frac{20}{81}$$

$$P(\text{red then black}) = \frac{4}{9} \times \frac{5}{9} = \frac{20}{81}$$

Adding these mutually exclusive cases:

$$P(\text{one black and one red}) = \frac{20}{81} + \frac{20}{81} = \frac{40}{81}$$

Answer

$$\dfrac{40}{81}$$

14 Probability of solving specific problem independently by A and B are $$\frac{1}{2}$$ and $$\frac{1}{3}$$ respectively. If both try to solve the problem independently, find the probability that

(i) the problem is solved

Solution

Let $$P(A) = \dfrac{1}{2}$$ be the probability that A solves the problem and $$P(B) = \dfrac{1}{3}$$ the probability that B solves it. A and B work independently.

The probabilities of not solving are

$$P(A') = 1 - \frac{1}{2} = \frac{1}{2}, \qquad P(B') = 1 - \frac{1}{3} = \frac{2}{3}$$

'The problem is solved' means at least one of them solves it. Using the complement,

$$P(\text{solved}) = 1 - P(\text{neither solves it}) = 1 - P(A')\,P(B')$$

$$P(\text{solved}) = 1 - \frac{1}{2} \times \frac{2}{3} = 1 - \frac{1}{3} = \frac{2}{3}$$

Answer

$$\dfrac{2}{3}$$

(ii) exactly one of them solves the problem.

Solution

Recall $$P(A) = \dfrac{1}{2}$$, $$P(A') = \dfrac{1}{2}$$, $$P(B) = \dfrac{1}{3}$$, $$P(B') = \dfrac{2}{3}$$, with A and B independent.

'Exactly one of them solves the problem' happens in two mutually exclusive ways:

  • A solves it and B does not: $$P(A \cap B') = P(A)\,P(B') = \dfrac{1}{2} \times \dfrac{2}{3} = \dfrac{2}{6}$$
  • B solves it and A does not: $$P(A' \cap B) = P(A')\,P(B) = \dfrac{1}{2} \times \dfrac{1}{3} = \dfrac{1}{6}$$

Adding these,

$$P(\text{exactly one solves}) = \frac{2}{6} + \frac{1}{6} = \frac{3}{6} = \frac{1}{2}$$

Answer

$$\dfrac{1}{2}$$

15 One card is drawn at random from a well shuffled deck of 52 cards. In which of the following cases are the events E and F independent?

(i)

E : 'the card drawn is a spade'

F : 'the card drawn is an ace'

Solution

One card is drawn from $$52$$ cards.

$$E$$ = 'the card is a spade'. There are $$13$$ spades, so $$P(E) = \dfrac{13}{52} = \dfrac{1}{4}$$.

$$F$$ = 'the card is an ace'. There are $$4$$ aces, so $$P(F) = \dfrac{4}{52} = \dfrac{1}{13}$$.

$$E \cap F$$ = 'the card is the ace of spades'. There is exactly $$1$$ such card, so $$P(E \cap F) = \dfrac{1}{52}$$.

Check independence:

$$P(E)\,P(F) = \frac{1}{4} \times \frac{1}{13} = \frac{1}{52} = P(E \cap F)$$

Since $$P(E \cap F) = P(E)\,P(F)$$, the events $$E$$ and $$F$$ are independent.

Answer

$$E$$ and $$F$$ are independent, since $$P(E \cap F) = P(E)\,P(F) = \dfrac{1}{52}$$.

(ii)

E : 'the card drawn is black'

F : 'the card drawn is a king'

Solution

One card is drawn from $$52$$ cards.

$$E$$ = 'the card is black'. There are $$26$$ black cards, so $$P(E) = \dfrac{26}{52} = \dfrac{1}{2}$$.

$$F$$ = 'the card is a king'. There are $$4$$ kings, so $$P(F) = \dfrac{4}{52} = \dfrac{1}{13}$$.

$$E \cap F$$ = 'the card is a black king'. There are $$2$$ black kings, so $$P(E \cap F) = \dfrac{2}{52} = \dfrac{1}{26}$$.

Check independence:

$$P(E)\,P(F) = \frac{1}{2} \times \frac{1}{13} = \frac{1}{26} = P(E \cap F)$$

Since $$P(E \cap F) = P(E)\,P(F)$$, the events $$E$$ and $$F$$ are independent.

Answer

$$E$$ and $$F$$ are independent, since $$P(E \cap F) = P(E)\,P(F) = \dfrac{1}{26}$$.

(iii)

E : 'the card drawn is a king or queen'

F : 'the card drawn is a queen or jack'.

Solution

One card is drawn from $$52$$ cards.

$$E$$ = 'king or queen'. There are $$4$$ kings and $$4$$ queens, i.e. $$8$$ cards, so $$P(E) = \dfrac{8}{52} = \dfrac{2}{13}$$.

$$F$$ = 'queen or jack'. There are $$4$$ queens and $$4$$ jacks, i.e. $$8$$ cards, so $$P(F) = \dfrac{8}{52} = \dfrac{2}{13}$$.

$$E \cap F$$ = cards common to both = 'queen' (a queen is both a king-or-queen and a queen-or-jack). There are $$4$$ queens, so $$P(E \cap F) = \dfrac{4}{52} = \dfrac{1}{13}$$.

Check independence:

$$P(E)\,P(F) = \frac{2}{13} \times \frac{2}{13} = \frac{4}{169}, \qquad P(E \cap F) = \frac{1}{13} = \frac{13}{169}$$

Since $$P(E \cap F) = \dfrac{13}{169} \neq \dfrac{4}{169} = P(E)\,P(F)$$, the events $$E$$ and $$F$$ are not independent.

Answer

$$E$$ and $$F$$ are not independent, since $$P(E \cap F) = \dfrac{1}{13} \neq \dfrac{4}{169} = P(E)\,P(F)$$.

16 In a hostel, 60% of the students read Hindi newspaper, 40% read English newspaper and 20% read both Hindi and English newspapers. A student is selected at random.

(a) Find the probability that she reads neither Hindi nor English newspapers.

Solution

Let $$H$$ be the event 'reads Hindi newspaper' and $$E$$ the event 'reads English newspaper'. Converting the percentages to probabilities:

$$P(H) = 0.6, \qquad P(E) = 0.4, \qquad P(H \cap E) = 0.2$$

'Reads neither' is the event $$H' \cap E' = (H \cup E)'$$. First find $$P(H \cup E)$$ by the addition theorem:

$$P(H \cup E) = P(H) + P(E) - P(H \cap E) = 0.6 + 0.4 - 0.2 = 0.8$$

Therefore

$$P(\text{neither}) = 1 - P(H \cup E) = 1 - 0.8 = 0.2$$

Answer

$$P(\text{reads neither}) = 0.2$$

(b) If she reads Hindi newspaper, find the probability that she reads English newspaper.

Solution

With $$P(H) = 0.6$$, $$P(E) = 0.4$$ and $$P(H \cap E) = 0.2$$, we need the probability that she reads English given that she reads Hindi, i.e. $$P(E|H)$$.

$$P(E|H) = \frac{P(E \cap H)}{P(H)} = \frac{0.2}{0.6} = \frac{2}{6} = \frac{1}{3}$$

Answer

$$P(E|H) = \dfrac{1}{3}$$

(c) If she reads English newspaper, find the probability that she reads Hindi newspaper.

Solution

We need the probability that she reads Hindi given that she reads English, i.e. $$P(H|E)$$.

$$P(H|E) = \frac{P(H \cap E)}{P(E)} = \frac{0.2}{0.4} = \frac{1}{2}$$

Answer

$$P(H|E) = \dfrac{1}{2}$$

17

The probability of obtaining an even prime number on each die, when a pair of dice is rolled is

  1. $$0$$
  2. $$\frac{1}{3}$$
  3. $$\frac{1}{12}$$
  4. $$\frac{1}{36}$$

Solution

The only number that is both even and prime is $$2$$ (every other even number is divisible by $$2$$ and hence not prime).

So 'an even prime number on a die' means the die shows a $$2$$. On one die,

$$P(\text{even prime}) = P(2) = \frac{1}{6}$$

The two dice are independent, so the probability of getting an even prime on each die is

$$\frac{1}{6} \times \frac{1}{6} = \frac{1}{36}$$

Hence the correct option is (d).

Answer

(d) $$\dfrac{1}{36}$$

18

Two events A and B will be independent, if

  1. A and B are mutually exclusive
  2. $$P(A'B') = [1 - P(A)][1 - P(B)]$$
  3. $$P(A) = P(B)$$
  4. $$P(A) + P(B) = 1$$

Solution

We test each option.

(a) If $$A$$ and $$B$$ are mutually exclusive (and both have non-zero probability), then $$P(A \cap B) = 0$$, whereas independence needs $$P(A \cap B) = P(A)\,P(B) \neq 0$$. So mutual exclusivity does not give independence. ✗

(b) $$P(A'B') = [1 - P(A)][1 - P(B)]$$ means $$P(A' \cap B') = P(A')\,P(B')$$, i.e. $$A'$$ and $$B'$$ are independent. It is a standard result that $$A'$$ and $$B'$$ are independent if and only if $$A$$ and $$B$$ are independent. So this condition is exactly equivalent to the independence of $$A$$ and $$B$$. ✓

(c) $$P(A) = P(B)$$ only says the probabilities are equal — it says nothing about $$P(A \cap B)$$. ✗

(d) $$P(A) + P(B) = 1$$ is unrelated to the product rule for independence. ✗

Hence the correct option is (b).

Answer

(b) $$P(A'B') = [1 - P(A)][1 - P(B)]$$

Examples (Bayes' Theorem)

Example 15 A person has undertaken a construction job. The probabilities are $$0.65$$ that there will be strike, $$0.80$$ that the construction job will be completed on time if there is no strike, and $$0.32$$ that the construction job will be completed on time if there is a strike. Determine the probability that the construction job will be completed on time.

Solution

Let $$A$$ be the event 'there is a strike' and $$E$$ the event 'the job is completed on time'.

Given data:

$$P(A) = 0.65 \quad \Rightarrow \quad P(A') = 1 - 0.65 = 0.35$$

$$P(E|A) = 0.32 \quad \text{(completed on time given a strike)}$$

$$P(E|A') = 0.80 \quad \text{(completed on time given no strike)}$$

The events $$A$$ and $$A'$$ together cover all possibilities, so by the theorem of total probability,

$$P(E) = P(A)\,P(E|A) + P(A')\,P(E|A')$$

$$P(E) = (0.65)(0.32) + (0.35)(0.80)$$

$$P(E) = 0.208 + 0.280 = 0.488$$

Answer

$$P(\text{completed on time}) = 0.488$$

Example 16 Bag I contains 3 red and 4 black balls while another Bag II contains 5 red and 6 black balls. One ball is drawn at random from one of the bags and it is found to be red. Find the probability that it was drawn from Bag II.

Solution

Let the events be

$$E_1$$ : Bag I is chosen, $$E_2$$ : Bag II is chosen, $$A$$ : a red ball is drawn.

Since one of the two bags is chosen at random,

$$P(E_1) = P(E_2) = \frac{1}{2}$$

Bag I has $$3$$ red out of $$7$$ balls, and Bag II has $$5$$ red out of $$11$$ balls:

$$P(A|E_1) = \frac{3}{7}, \qquad P(A|E_2) = \frac{5}{11}$$

By Bayes' theorem, the probability that the red ball came from Bag II is

$$P(E_2|A) = \frac{P(E_2)\,P(A|E_2)}{P(E_1)\,P(A|E_1) + P(E_2)\,P(A|E_2)}$$

$$P(E_2|A) = \frac{\dfrac{1}{2} \cdot \dfrac{5}{11}}{\dfrac{1}{2} \cdot \dfrac{3}{7} + \dfrac{1}{2} \cdot \dfrac{5}{11}}$$

Cancel the common factor $$\dfrac{1}{2}$$ from numerator and denominator:

$$P(E_2|A) = \frac{\dfrac{5}{11}}{\dfrac{3}{7} + \dfrac{5}{11}} = \frac{\dfrac{35}{77}}{\dfrac{33}{77} + \dfrac{35}{77}} = \frac{35}{68}$$

Answer

$$P(\text{Bag II} \mid \text{red}) = \dfrac{35}{68}$$

Example 17 Given three identical boxes I, II and III, each containing two coins. In box I, both coins are gold coins, in box II, both are silver coins and in the box III, there is one gold and one silver coin. A person chooses a box at random and takes out a coin. If the coin is of gold, what is the probability that the other coin in the box is also of gold?

Solution

Let $$E_1, E_2, E_3$$ be the events that box I, II, III respectively is chosen, and let $$A$$ be the event 'a gold coin is drawn'.

The boxes are identical and chosen at random, so

$$P(E_1) = P(E_2) = P(E_3) = \frac{1}{3}$$

The probability of drawing a gold coin from each box:

$$P(A|E_1) = 1 \ \text{(both gold)}, \quad P(A|E_2) = 0 \ \text{(both silver)}, \quad P(A|E_3) = \frac{1}{2}$$

The 'other coin' is also gold only if the chosen box is box I (the box with two gold coins). So we need $$P(E_1|A)$$. By Bayes' theorem,

$$P(E_1|A) = \frac{P(E_1)\,P(A|E_1)}{P(E_1)P(A|E_1) + P(E_2)P(A|E_2) + P(E_3)P(A|E_3)}$$

$$P(E_1|A) = \frac{\dfrac{1}{3} \cdot 1}{\dfrac{1}{3}\cdot 1 + \dfrac{1}{3}\cdot 0 + \dfrac{1}{3}\cdot \dfrac{1}{2}} = \frac{\dfrac{1}{3}}{\dfrac{1}{3} + 0 + \dfrac{1}{6}}$$

$$P(E_1|A) = \frac{\dfrac{1}{3}}{\dfrac{1}{2}} = \frac{2}{3}$$

Answer

$$\dfrac{2}{3}$$

Example 18

Suppose that the reliability of a HIV test is specified as follows:

Of people having HIV, 90% of the test detect the disease but 10% go undetected. Of people free of HIV, 99% of the test are judged HIV$$-$$ive but 1% are diagnosed as showing HIV+ive. From a large population of which only 0.1% have HIV, one person is selected at random, given the HIV test, and the pathologist reports him/her as HIV+ive. What is the probability that the person actually has HIV?

Solution

Let $$E$$ be the event 'the person has HIV' and $$A$$ the event 'the test reports HIV+ive'.

Since $$0.1\%$$ of the population have HIV,

$$P(E) = \frac{0.1}{100} = 0.001, \qquad P(E') = 1 - 0.001 = 0.999$$

The test detects the disease in $$90\%$$ of HIV-positive people and gives a false positive in $$1\%$$ of HIV-free people:

$$P(A|E) = \frac{90}{100} = 0.9, \qquad P(A|E') = \frac{1}{100} = 0.01$$

By Bayes' theorem,

$$P(E|A) = \frac{P(E)\,P(A|E)}{P(E)\,P(A|E) + P(E')\,P(A|E')}$$

$$P(E|A) = \frac{(0.001)(0.9)}{(0.001)(0.9) + (0.999)(0.01)} = \frac{0.0009}{0.0009 + 0.00999}$$

$$P(E|A) = \frac{0.0009}{0.01089} = \frac{90}{1089} = \frac{10}{121} \approx 0.083$$

So even after a positive report, there is only about an $$8.3\%$$ chance the person actually has HIV.

Answer

$$P(\text{has HIV} \mid \text{HIV+ive}) = \dfrac{10}{121} \approx 0.083$$

Example 19 In a factory which manufactures bolts, machines A, B and C manufacture respectively 25%, 35% and 40% of the bolts. Of their outputs, 5, 4 and 2 percent are respectively defective bolts. A bolt is drawn at random from the product and is found to be defective. What is the probability that it is manufactured by the machine B?

Solution

Let $$E_1, E_2, E_3$$ be the events that a bolt is made by machine A, B, C respectively, and let $$D$$ be the event 'the bolt is defective'.

From the production shares,

$$P(E_1) = 0.25, \qquad P(E_2) = 0.35, \qquad P(E_3) = 0.40$$

From the defective rates,

$$P(D|E_1) = 0.05, \qquad P(D|E_2) = 0.04, \qquad P(D|E_3) = 0.02$$

By Bayes' theorem, the probability the defective bolt was made by machine B is

$$P(E_2|D) = \frac{P(E_2)\,P(D|E_2)}{P(E_1)P(D|E_1) + P(E_2)P(D|E_2) + P(E_3)P(D|E_3)}$$

Compute each term:

$$P(E_1)P(D|E_1) = 0.25 \times 0.05 = 0.0125$$

$$P(E_2)P(D|E_2) = 0.35 \times 0.04 = 0.0140$$

$$P(E_3)P(D|E_3) = 0.40 \times 0.02 = 0.0080$$

Total $$= 0.0125 + 0.0140 + 0.0080 = 0.0345$$. Hence

$$P(E_2|D) = \frac{0.0140}{0.0345} = \frac{140}{345} = \frac{28}{69}$$

Answer

$$P(\text{machine B} \mid \text{defective}) = \dfrac{28}{69}$$

Example 20 A doctor is to visit a patient. From the past experience, it is known that the probabilities that he will come by train, bus, scooter or by other means of transport are respectively $$\frac{3}{10}$$, $$\frac{1}{5}$$, $$\frac{1}{10}$$ and $$\frac{2}{5}$$. The probabilities that he will be late are $$\frac{1}{4}$$, $$\frac{1}{3}$$, and $$\frac{1}{12}$$, if he comes by train, bus and scooter respectively, but if he comes by other means of transport, then he will not be late. When he arrives, he is late. What is the probability that he comes by train?

Solution

Let $$T_1, T_2, T_3, T_4$$ be the events that the doctor comes by train, bus, scooter and other means respectively, and let $$L$$ be the event 'he is late'.

$$P(T_1) = \frac{3}{10}, \quad P(T_2) = \frac{1}{5}, \quad P(T_3) = \frac{1}{10}, \quad P(T_4) = \frac{2}{5}$$

$$P(L|T_1) = \frac{1}{4}, \quad P(L|T_2) = \frac{1}{3}, \quad P(L|T_3) = \frac{1}{12}, \quad P(L|T_4) = 0$$

By Bayes' theorem,

$$P(T_1|L) = \frac{P(T_1)\,P(L|T_1)}{P(T_1)P(L|T_1) + P(T_2)P(L|T_2) + P(T_3)P(L|T_3) + P(T_4)P(L|T_4)}$$

Compute each term:

$$P(T_1)P(L|T_1) = \frac{3}{10} \times \frac{1}{4} = \frac{3}{40} = \frac{9}{120}$$

$$P(T_2)P(L|T_2) = \frac{1}{5} \times \frac{1}{3} = \frac{1}{15} = \frac{8}{120}$$

$$P(T_3)P(L|T_3) = \frac{1}{10} \times \frac{1}{12} = \frac{1}{120}$$

$$P(T_4)P(L|T_4) = \frac{2}{5} \times 0 = 0$$

Total $$= \dfrac{9 + 8 + 1 + 0}{120} = \dfrac{18}{120}$$. Hence

$$P(T_1|L) = \frac{\;9/120\;}{\;18/120\;} = \frac{9}{18} = \frac{1}{2}$$

Answer

$$P(\text{train} \mid \text{late}) = \dfrac{1}{2}$$

Example 21 A man is known to speak truth 3 out of 4 times. He throws a die and reports that it is a six. Find the probability that it is actually a six.

Solution

Let $$E$$ be the event 'the die actually shows a six' and $$A$$ the event 'the man reports a six'.

For a fair die,

$$P(E) = \frac{1}{6}, \qquad P(E') = \frac{5}{6}$$

If a six really came up $$(E)$$, the man reports a six only when he speaks the truth:

$$P(A|E) = \frac{3}{4}$$

If a six did not come up $$(E')$$, the man reports a six only when he lies:

$$P(A|E') = 1 - \frac{3}{4} = \frac{1}{4}$$

By Bayes' theorem,

$$P(E|A) = \frac{P(E)\,P(A|E)}{P(E)\,P(A|E) + P(E')\,P(A|E')}$$

$$P(E|A) = \frac{\dfrac{1}{6} \cdot \dfrac{3}{4}}{\dfrac{1}{6} \cdot \dfrac{3}{4} + \dfrac{5}{6} \cdot \dfrac{1}{4}} = \frac{\dfrac{3}{24}}{\dfrac{3}{24} + \dfrac{5}{24}} = \frac{3}{8}$$

Answer

$$P(\text{actually a six} \mid \text{reports a six}) = \dfrac{3}{8}$$

Exercise 13.3

1 An urn contains 5 red and 5 black balls. A ball is drawn at random, its colour is noted and is returned to the urn. Moreover, 2 additional balls of the colour drawn are put in the urn and then a ball is drawn at random. What is the probability that the second ball is red?

Solution

Initially the urn has $$5$$ red and $$5$$ black balls ($$10$$ in all). The colour of the first ball decides what the urn contains for the second draw, so we split into two cases.

Case 1 — first ball is red.

$$P(\text{1st red}) = \frac{5}{10} = \frac{1}{2}$$

The red ball is returned and $$2$$ more red balls added, so the urn now has $$7$$ red and $$5$$ black ($$12$$ balls):

$$P(\text{2nd red} \mid \text{1st red}) = \frac{7}{12}$$

Case 2 — first ball is black.

$$P(\text{1st black}) = \frac{5}{10} = \frac{1}{2}$$

The black ball is returned and $$2$$ more black balls added, so the urn now has $$5$$ red and $$7$$ black ($$12$$ balls):

$$P(\text{2nd red} \mid \text{1st black}) = \frac{5}{12}$$

By the theorem of total probability,

$$P(\text{2nd ball red}) = \frac{1}{2} \cdot \frac{7}{12} + \frac{1}{2} \cdot \frac{5}{12} = \frac{7}{24} + \frac{5}{24} = \frac{12}{24} = \frac{1}{2}$$

Answer

$$P(\text{second ball red}) = \dfrac{1}{2}$$

2 A bag contains 4 red and 4 black balls, another bag contains 2 red and 6 black balls. One of the two bags is selected at random and a ball is drawn from the bag which is found to be red. Find the probability that the ball is drawn from the first bag.

Solution

Let $$E_1$$ : the first bag is chosen, $$E_2$$ : the second bag is chosen, and $$A$$ : the drawn ball is red.

One of the two bags is chosen at random, so

$$P(E_1) = P(E_2) = \frac{1}{2}$$

Bag 1 has $$4$$ red out of $$8$$ balls; bag 2 has $$2$$ red out of $$8$$ balls:

$$P(A|E_1) = \frac{4}{8} = \frac{1}{2}, \qquad P(A|E_2) = \frac{2}{8} = \frac{1}{4}$$

By Bayes' theorem,

$$P(E_1|A) = \frac{P(E_1)\,P(A|E_1)}{P(E_1)P(A|E_1) + P(E_2)P(A|E_2)}$$

$$P(E_1|A) = \frac{\dfrac{1}{2} \cdot \dfrac{1}{2}}{\dfrac{1}{2} \cdot \dfrac{1}{2} + \dfrac{1}{2} \cdot \dfrac{1}{4}} = \frac{\dfrac{1}{4}}{\dfrac{1}{4} + \dfrac{1}{8}} = \frac{\dfrac{2}{8}}{\dfrac{3}{8}} = \frac{2}{3}$$

Answer

$$P(\text{first bag} \mid \text{red}) = \dfrac{2}{3}$$

3 Of the students in a college, it is known that 60% reside in hostel and 40% are day scholars (not residing in hostel). Previous year results report that 30% of all students who reside in hostel attain A grade and 20% of day scholars attain A grade in their annual examination. At the end of the year, one student is chosen at random from the college and he has an A grade, what is the probability that the student is a hostlier?

Solution

Let $$E_1$$ : the student is a hosteller, $$E_2$$ : the student is a day scholar, and $$A$$ : the student has an A grade.

From the given percentages,

$$P(E_1) = 0.60, \qquad P(E_2) = 0.40$$

$$P(A|E_1) = 0.30, \qquad P(A|E_2) = 0.20$$

By Bayes' theorem,

$$P(E_1|A) = \frac{P(E_1)\,P(A|E_1)}{P(E_1)P(A|E_1) + P(E_2)P(A|E_2)}$$

$$P(E_1|A) = \frac{(0.60)(0.30)}{(0.60)(0.30) + (0.40)(0.20)} = \frac{0.18}{0.18 + 0.08} = \frac{0.18}{0.26}$$

$$P(E_1|A) = \frac{18}{26} = \frac{9}{13}$$

Answer

$$P(\text{hosteller} \mid \text{A grade}) = \dfrac{9}{13}$$

4 In answering a question on a multiple choice test, a student either knows the answer or guesses. Let $$\frac{3}{4}$$ be the probability that he knows the answer and $$\frac{1}{4}$$ be the probability that he guesses. Assuming that a student who guesses at the answer will be correct with probability $$\frac{1}{4}$$. What is the probability that the student knows the answer given that he answered it correctly?

Solution

Let $$E_1$$ : the student knows the answer, $$E_2$$ : the student guesses, and $$A$$ : the answer is correct.

$$P(E_1) = \frac{3}{4}, \qquad P(E_2) = \frac{1}{4}$$

If the student knows the answer, it is certainly correct; if he guesses, it is correct with probability $$\frac{1}{4}$$:

$$P(A|E_1) = 1, \qquad P(A|E_2) = \frac{1}{4}$$

By Bayes' theorem,

$$P(E_1|A) = \frac{P(E_1)\,P(A|E_1)}{P(E_1)P(A|E_1) + P(E_2)P(A|E_2)}$$

$$P(E_1|A) = \frac{\dfrac{3}{4} \cdot 1}{\dfrac{3}{4} \cdot 1 + \dfrac{1}{4} \cdot \dfrac{1}{4}} = \frac{\dfrac{3}{4}}{\dfrac{3}{4} + \dfrac{1}{16}}$$

$$P(E_1|A) = \frac{\dfrac{12}{16}}{\dfrac{12}{16} + \dfrac{1}{16}} = \frac{12}{13}$$

Answer

$$P(\text{knows} \mid \text{correct}) = \dfrac{12}{13}$$

5 A laboratory blood test is 99% effective in detecting a certain disease when it is in fact, present. However, the test also yields a false positive result for 0.5% of the healthy person tested (i.e. if a healthy person is tested, then, with probability 0.005, the test will imply he has the disease). If 0.1 percent of the population actually has the disease, what is the probability that a person has the disease given that his test result is positive?

Solution

Let $$E_1$$ : the person has the disease, $$E_2$$ : the person is healthy, and $$A$$ : the test result is positive.

Since $$0.1\%$$ of the population has the disease,

$$P(E_1) = \frac{0.1}{100} = 0.001, \qquad P(E_2) = 1 - 0.001 = 0.999$$

The test detects the disease with probability $$0.99$$ when present, and gives a false positive with probability $$0.005$$ for a healthy person:

$$P(A|E_1) = 0.99, \qquad P(A|E_2) = 0.005$$

By Bayes' theorem,

$$P(E_1|A) = \frac{P(E_1)\,P(A|E_1)}{P(E_1)P(A|E_1) + P(E_2)P(A|E_2)}$$

$$P(E_1|A) = \frac{(0.001)(0.99)}{(0.001)(0.99) + (0.999)(0.005)} = \frac{0.00099}{0.00099 + 0.004995}$$

$$P(E_1|A) = \frac{0.00099}{0.005985} = \frac{990}{5985} = \frac{22}{133} \approx 0.165$$

Answer

$$P(\text{has disease} \mid \text{positive}) = \dfrac{22}{133} \approx 0.165$$

6 There are three coins. One is a two headed coin (having head on both faces), another is a biased coin that comes up heads 75% of the time and third is an unbiased coin. One of the three coins is chosen at random and tossed, it shows heads, what is the probability that it was the two headed coin?

Solution

Let $$E_1$$ : the two-headed coin is chosen, $$E_2$$ : the biased coin is chosen, $$E_3$$ : the unbiased coin is chosen, and $$A$$ : the toss shows heads.

One of the three coins is chosen at random, so

$$P(E_1) = P(E_2) = P(E_3) = \frac{1}{3}$$

The probability of heads for each coin:

$$P(A|E_1) = 1 \ \text{(both faces heads)}, \quad P(A|E_2) = \frac{75}{100} = \frac{3}{4}, \quad P(A|E_3) = \frac{1}{2}$$

By Bayes' theorem,

$$P(E_1|A) = \frac{P(E_1)\,P(A|E_1)}{P(E_1)P(A|E_1) + P(E_2)P(A|E_2) + P(E_3)P(A|E_3)}$$

$$P(E_1|A) = \frac{\dfrac{1}{3} \cdot 1}{\dfrac{1}{3}\cdot 1 + \dfrac{1}{3}\cdot \dfrac{3}{4} + \dfrac{1}{3}\cdot \dfrac{1}{2}}$$

Cancelling the common factor $$\dfrac{1}{3}$$:

$$P(E_1|A) = \frac{1}{1 + \dfrac{3}{4} + \dfrac{1}{2}} = \frac{1}{\dfrac{4 + 3 + 2}{4}} = \frac{1}{\dfrac{9}{4}} = \frac{4}{9}$$

Answer

$$P(\text{two-headed coin} \mid \text{heads}) = \dfrac{4}{9}$$

7 An insurance company insured 2000 scooter drivers, 4000 car drivers and 6000 truck drivers. The probability of an accidents are $$0.01$$, $$0.03$$ and $$0.15$$ respectively. One of the insured persons meets with an accident. What is the probability that he is a scooter driver?

Solution

The total number of insured persons is $$2000 + 4000 + 6000 = 12000$$.

Let $$E_1$$ : scooter driver, $$E_2$$ : car driver, $$E_3$$ : truck driver, and $$A$$ : the person meets with an accident.

$$P(E_1) = \frac{2000}{12000} = \frac{1}{6}, \quad P(E_2) = \frac{4000}{12000} = \frac{1}{3}, \quad P(E_3) = \frac{6000}{12000} = \frac{1}{2}$$

$$P(A|E_1) = 0.01, \qquad P(A|E_2) = 0.03, \qquad P(A|E_3) = 0.15$$

By Bayes' theorem,

$$P(E_1|A) = \frac{P(E_1)\,P(A|E_1)}{P(E_1)P(A|E_1) + P(E_2)P(A|E_2) + P(E_3)P(A|E_3)}$$

Compute each term (writing all over $$600$$):

$$P(E_1)P(A|E_1) = \frac{1}{6} \times 0.01 = \frac{1}{600}$$

$$P(E_2)P(A|E_2) = \frac{1}{3} \times 0.03 = 0.01 = \frac{6}{600}$$

$$P(E_3)P(A|E_3) = \frac{1}{2} \times 0.15 = 0.075 = \frac{45}{600}$$

Total $$= \dfrac{1 + 6 + 45}{600} = \dfrac{52}{600}$$. Hence

$$P(E_1|A) = \frac{\;1/600\;}{\;52/600\;} = \frac{1}{52}$$

Answer

$$P(\text{scooter driver} \mid \text{accident}) = \dfrac{1}{52}$$

8 A factory has two machines A and B. Past record shows that machine A produced 60% of the items of output and machine B produced 40% of the items. Further, 2% of the items produced by machine A and 1% produced by machine B were defective. All the items are put into one stockpile and then one item is chosen at random from this and is found to be defective. What is the probability that it was produced by machine B?

Solution

Let $$E_1$$ : the item is produced by machine A, $$E_2$$ : the item is produced by machine B, and $$D$$ : the item is defective.

$$P(E_1) = 0.60, \qquad P(E_2) = 0.40$$

$$P(D|E_1) = 0.02, \qquad P(D|E_2) = 0.01$$

By Bayes' theorem,

$$P(E_2|D) = \frac{P(E_2)\,P(D|E_2)}{P(E_1)P(D|E_1) + P(E_2)P(D|E_2)}$$

$$P(E_2|D) = \frac{(0.40)(0.01)}{(0.60)(0.02) + (0.40)(0.01)} = \frac{0.004}{0.012 + 0.004} = \frac{0.004}{0.016}$$

$$P(E_2|D) = \frac{4}{16} = \frac{1}{4}$$

Answer

$$P(\text{machine B} \mid \text{defective}) = \dfrac{1}{4}$$

9 Two groups are competing for the position on the Board of directors of a corporation. The probabilities that the first and the second groups will win are $$0.6$$ and $$0.4$$ respectively. Further, if the first group wins, the probability of introducing a new product is $$0.7$$ and the corresponding probability is $$0.3$$ if the second group wins. Find the probability that the new product introduced was by the second group.

Solution

Let $$E_1$$ : the first group wins, $$E_2$$ : the second group wins, and $$A$$ : a new product is introduced.

$$P(E_1) = 0.6, \qquad P(E_2) = 0.4$$

$$P(A|E_1) = 0.7, \qquad P(A|E_2) = 0.3$$

We want the probability that the second group was responsible, given that a new product was introduced. By Bayes' theorem,

$$P(E_2|A) = \frac{P(E_2)\,P(A|E_2)}{P(E_1)P(A|E_1) + P(E_2)P(A|E_2)}$$

$$P(E_2|A) = \frac{(0.4)(0.3)}{(0.6)(0.7) + (0.4)(0.3)} = \frac{0.12}{0.42 + 0.12} = \frac{0.12}{0.54}$$

$$P(E_2|A) = \frac{12}{54} = \frac{2}{9}$$

Answer

$$P(\text{second group} \mid \text{new product}) = \dfrac{2}{9}$$

10 Suppose a girl throws a die. If she gets a 5 or 6, she tosses a coin three times and notes the number of heads. If she gets 1, 2, 3 or 4, she tosses a coin once and notes whether a head or tail is obtained. If she obtained exactly one head, what is the probability that she threw 1, 2, 3 or 4 with the die?

Solution

Let $$E_1$$ : the die shows $$5$$ or $$6$$, $$E_2$$ : the die shows $$1, 2, 3$$ or $$4$$, and $$A$$ : exactly one head is obtained.

$$P(E_1) = \frac{2}{6} = \frac{1}{3}, \qquad P(E_2) = \frac{4}{6} = \frac{2}{3}$$

Case $$E_1$$ (coin tossed three times): exactly one head out of three tosses can occur as $$HTT, THT, TTH$$:

$$P(A|E_1) = \frac{3}{8}$$

Case $$E_2$$ (coin tossed once): exactly one head means the single toss is a head:

$$P(A|E_2) = \frac{1}{2}$$

By Bayes' theorem,

$$P(E_2|A) = \frac{P(E_2)\,P(A|E_2)}{P(E_1)P(A|E_1) + P(E_2)P(A|E_2)}$$

$$P(E_2|A) = \frac{\dfrac{2}{3} \cdot \dfrac{1}{2}}{\dfrac{1}{3} \cdot \dfrac{3}{8} + \dfrac{2}{3} \cdot \dfrac{1}{2}} = \frac{\dfrac{1}{3}}{\dfrac{1}{8} + \dfrac{1}{3}}$$

$$P(E_2|A) = \frac{\dfrac{1}{3}}{\dfrac{3}{24} + \dfrac{8}{24}} = \frac{\dfrac{1}{3}}{\dfrac{11}{24}} = \frac{1}{3} \times \frac{24}{11} = \frac{8}{11}$$

Answer

$$P(\text{die showed 1, 2, 3 or 4} \mid \text{exactly one head}) = \dfrac{8}{11}$$

11 A manufacturer has three machine operators A, B and C. The first operator A produces 1% defective items, where as the other two operators B and C produce 5% and 7% defective items respectively. A is on the job for 50% of the time, B is on the job for 30% of the time and C is on the job for 20% of the time. A defective item is produced, what is the probability that it was produced by A?

Solution

Let $$E_1, E_2, E_3$$ be the events that operator A, B, C respectively is on the job, and let $$D$$ be the event 'the item produced is defective'.

$$P(E_1) = 0.50, \qquad P(E_2) = 0.30, \qquad P(E_3) = 0.20$$

$$P(D|E_1) = 0.01, \qquad P(D|E_2) = 0.05, \qquad P(D|E_3) = 0.07$$

By Bayes' theorem,

$$P(E_1|D) = \frac{P(E_1)\,P(D|E_1)}{P(E_1)P(D|E_1) + P(E_2)P(D|E_2) + P(E_3)P(D|E_3)}$$

Compute each term:

$$P(E_1)P(D|E_1) = 0.50 \times 0.01 = 0.005$$

$$P(E_2)P(D|E_2) = 0.30 \times 0.05 = 0.015$$

$$P(E_3)P(D|E_3) = 0.20 \times 0.07 = 0.014$$

Total $$= 0.005 + 0.015 + 0.014 = 0.034$$. Hence

$$P(E_1|D) = \frac{0.005}{0.034} = \frac{5}{34}$$

Answer

$$P(\text{produced by A} \mid \text{defective}) = \dfrac{5}{34}$$

12 A card from a pack of 52 cards is lost. From the remaining cards of the pack, two cards are drawn and are found to be both diamonds. Find the probability of the lost card being a diamond.

Solution

Let $$E_1$$ : the lost card is a diamond, $$E_2$$ : the lost card is not a diamond, and $$A$$ : the two cards drawn from the remaining $$51$$ are both diamonds.

A pack has $$13$$ diamonds out of $$52$$ cards, so

$$P(E_1) = \frac{13}{52} = \frac{1}{4}, \qquad P(E_2) = \frac{39}{52} = \frac{3}{4}$$

If the lost card is a diamond, the remaining $$51$$ cards contain $$12$$ diamonds:

$$P(A|E_1) = \frac{\binom{12}{2}}{\binom{51}{2}} = \frac{12 \times 11}{51 \times 50}$$

If the lost card is not a diamond, the remaining $$51$$ cards still contain all $$13$$ diamonds:

$$P(A|E_2) = \frac{\binom{13}{2}}{\binom{51}{2}} = \frac{13 \times 12}{51 \times 50}$$

By Bayes' theorem,

$$P(E_1|A) = \frac{P(E_1)\,P(A|E_1)}{P(E_1)P(A|E_1) + P(E_2)P(A|E_2)}$$

$$P(E_1|A) = \frac{\dfrac{1}{4} \cdot \dfrac{12 \times 11}{51 \times 50}}{\dfrac{1}{4} \cdot \dfrac{12 \times 11}{51 \times 50} + \dfrac{3}{4} \cdot \dfrac{13 \times 12}{51 \times 50}}$$

Cancel the common factor $$\dfrac{1}{4} \cdot \dfrac{12}{51 \times 50}$$ from numerator and denominator:

$$P(E_1|A) = \frac{11}{11 + 3 \times 13} = \frac{11}{11 + 39} = \frac{11}{50}$$

Answer

$$P(\text{lost card is a diamond}) = \dfrac{11}{50}$$

13

Probability that A speaks truth is $$\frac{4}{5}$$. A coin is tossed. A reports that a head appears. The probability that actually there was head is

  1. $$\frac{4}{5}$$
  2. $$\frac{1}{2}$$
  3. $$\frac{1}{5}$$
  4. $$\frac{2}{5}$$

Solution

Let $$E_1$$ : a head actually appears, $$E_2$$ : a tail actually appears, and $$R$$ : A reports a head.

For a fair coin,

$$P(E_1) = \frac{1}{2}, \qquad P(E_2) = \frac{1}{2}$$

If a head appeared, A reports a head by speaking the truth; if a tail appeared, A reports a head by lying:

$$P(R|E_1) = \frac{4}{5}, \qquad P(R|E_2) = 1 - \frac{4}{5} = \frac{1}{5}$$

By Bayes' theorem,

$$P(E_1|R) = \frac{P(E_1)\,P(R|E_1)}{P(E_1)P(R|E_1) + P(E_2)P(R|E_2)}$$

$$P(E_1|R) = \frac{\dfrac{1}{2} \cdot \dfrac{4}{5}}{\dfrac{1}{2} \cdot \dfrac{4}{5} + \dfrac{1}{2} \cdot \dfrac{1}{5}} = \frac{\dfrac{4}{10}}{\dfrac{4}{10} + \dfrac{1}{10}} = \frac{4}{5}$$

Hence the correct option is (a).

Answer

(a) $$\dfrac{4}{5}$$

14

If A and B are two events such that $$A \subset B$$ and $$P(B) \neq 0$$, then which of the following is correct?

  1. $$P(A|B) = \frac{P(B)}{P(A)}$$
  2. $$P(A|B) < P(A)$$
  3. $$P(A|B) \geq P(A)$$
  4. None of these

Solution

Step 1: Use the subset condition.

Since $$A \subset B$$, every outcome of $$A$$ also lies in $$B$$, so

$$A \cap B = A.$$

Step 2: Apply the definition of conditional probability.

Because $$P(B) \neq 0$$,

$$P(A \mid B) = \frac{P(A \cap B)}{P(B)} = \frac{P(A)}{P(B)}.$$

Step 3: Compare $$P(A \mid B)$$ with $$P(A)$$.

Since $$P(B)$$ is a probability, $$0 \lt P(B) \leq 1$$. Taking reciprocals reverses the inequality:

$$\frac{1}{P(B)} \geq 1.$$

Multiplying the non-negative quantity $$P(A)$$ by a factor that is at least $$1$$ cannot decrease it, so

$$P(A \mid B) = P(A) \cdot \frac{1}{P(B)} \geq P(A).$$

Step 4: Identify the correct option.

We have shown $$P(A \mid B) \geq P(A)$$. Option (a) is wrong because the ratio is inverted (the correct ratio is $$P(A)/P(B)$$, not $$P(B)/P(A)$$), and option (b) contradicts the inequality just derived. Therefore the correct choice is (c).

Answer

(c) $$P(A|B) \geq P(A)$$

Miscellaneous Examples

Example 22

Coloured balls are distributed in four boxes as shown in the following table:

BoxBlackWhiteRedBlue
I3456
II2222
III1231
IV4315

A box is selected at random and then a ball is randomly drawn from the selected box. The colour of the ball is black, what is the probability that ball drawn is from the box III?

Solution

Step 1 Define the events

Let

  • $$E_1, E_2, E_3, E_4$$ be the events that the selected box is I, II, III and IV respectively,
  • $$B$$ be the event that the ball drawn is black.

A box is chosen at random, so

$$P(E_1)=P(E_2)=P(E_3)=P(E_4)=\frac14.$$

Step 2 Conditional probability of drawing a black ball from each box

Box (event)BlackTotal$$P(B\mid E_i)$$
I ( $$E_1$$ )318$$\frac16$$
II ( $$E_2$$ )28$$\frac14$$
III ( $$E_3$$ )17$$\frac17$$
IV ( $$E_4$$ )413$$\frac{4}{13}$$

Step 3 Total probability of drawing a black ball

$$P(B)=\sum_{i=1}^{4}P(E_i)\,P(B\mid E_i)=\frac14\left(\frac16+\frac14+\frac17+\frac{4}{13}\right).$$

Convert to the common denominator 1092:

$$\frac16=\frac{182}{1092},\;\frac14=\frac{273}{1092},\;\frac17=\frac{156}{1092},\;\frac{4}{13}=\frac{336}{1092}.$$

Hence

$$P(B)=\frac14\cdot\frac{182+273+156+336}{1092}=\frac14\cdot\frac{947}{1092}=\frac{947}{4368}.$$

Step 4 Bayes' theorem for the required probability

$$P(E_3\mid B)=\frac{P(E_3)\,P(B\mid E_3)}{P(B)}=\frac{\dfrac14\times\dfrac17}{\dfrac{947}{4368}}=\frac1{28}\times\frac{4368}{947}=\frac{156}{947}.$$

Conclusion

The probability that the black ball was drawn from box III is $$\boxed{\dfrac{156}{947}\approx0.165}$$.

Answer

$$\dfrac{156}{947}\;\bigl(\approx0.165\bigr)$$

Example 23 A and B throw a die alternatively till one of them gets a '6' and wins the game. Find their respective probabilities of winning, if A starts first.

Solution

On any throw, getting a six and not getting a six have probabilities

$$P(6) = \frac{1}{6}, \qquad P(\text{not } 6) = \frac{5}{6}$$

A throws first, so A can win on the 1st, 3rd, 5th, ... throw of the game. A wins on his $$k$$-th turn only if all preceding throws (by A and B) failed to be a six.

$$P(\text{A wins on 1st throw}) = \frac{1}{6}$$

$$P(\text{A wins on 3rd throw}) = \frac{5}{6} \cdot \frac{5}{6} \cdot \frac{1}{6} = \left(\frac{5}{6}\right)^2 \frac{1}{6}$$

$$P(\text{A wins on 5th throw}) = \left(\frac{5}{6}\right)^4 \frac{1}{6}, \quad \text{and so on.}$$

Adding all these mutually exclusive possibilities gives an infinite geometric series with first term $$a = \dfrac{1}{6}$$ and common ratio $$r = \left(\dfrac{5}{6}\right)^2 = \dfrac{25}{36}$$:

$$P(\text{A wins}) = \frac{1}{6}\left[1 + \left(\frac{5}{6}\right)^2 + \left(\frac{5}{6}\right)^4 + \cdots\right] = \frac{1}{6} \cdot \frac{1}{1 - \dfrac{25}{36}}$$

$$P(\text{A wins}) = \frac{1}{6} \cdot \frac{36}{11} = \frac{6}{11}$$

Since one of them must eventually win,

$$P(\text{B wins}) = 1 - P(\text{A wins}) = 1 - \frac{6}{11} = \frac{5}{11}$$

Answer

$$P(\text{A wins}) = \dfrac{6}{11}, \qquad P(\text{B wins}) = \dfrac{5}{11}$$

Example 24 If a machine is correctly set up, it produces 90% acceptable items. If it is incorrectly set up, it produces only 40% acceptable items. Past experience shows that 80% of the set ups are correctly done. If after a certain set up, the machine produces 2 acceptable items, find the probability that the machine is correctly setup.

Solution

Let $$C$$ : the machine is correctly set up, $$I$$ : the machine is incorrectly set up, and $$A$$ : the machine produces $$2$$ acceptable items.

From past experience,

$$P(C) = 0.8, \qquad P(I) = 0.2$$

If the setup is correct, each item is acceptable with probability $$0.9$$; if incorrect, with probability $$0.4$$. Treating the two items independently,

$$P(A|C) = 0.9 \times 0.9 = 0.81$$

$$P(A|I) = 0.4 \times 0.4 = 0.16$$

By Bayes' theorem,

$$P(C|A) = \frac{P(C)\,P(A|C)}{P(C)P(A|C) + P(I)P(A|I)}$$

$$P(C|A) = \frac{(0.8)(0.81)}{(0.8)(0.81) + (0.2)(0.16)} = \frac{0.648}{0.648 + 0.032} = \frac{0.648}{0.680}$$

$$P(C|A) = \frac{648}{680} = \frac{81}{85}$$

Answer

$$P(\text{correctly set up} \mid \text{2 acceptable items}) = \dfrac{81}{85}$$

Miscellaneous Exercise on Chapter 13

1 A and B are two events such that $$P(A) \neq 0$$. Find $$P(B|A)$$, if

(i) A is a subset of B

Solution

If $$A$$ is a subset of $$B$$ (that is $$A \subset B$$), then every outcome of $$A$$ also belongs to $$B$$. Hence

$$A \cap B = A$$

Using the definition of conditional probability (valid since $$P(A) \neq 0$$),

$$P(B|A) = \frac{P(A \cap B)}{P(A)} = \frac{P(A)}{P(A)} = 1$$

Answer

$$P(B|A) = 1$$

(ii) $$A \cap B = \phi$$

Solution

If $$A \cap B = \phi$$, the events $$A$$ and $$B$$ are mutually exclusive, so they cannot occur together:

$$P(A \cap B) = P(\phi) = 0$$

Using the definition of conditional probability (valid since $$P(A) \neq 0$$),

$$P(B|A) = \frac{P(A \cap B)}{P(A)} = \frac{0}{P(A)} = 0$$

Answer

$$P(B|A) = 0$$

2 A couple has two children,

(i) Find the probability that both children are males, if it is known that at least one of the children is male.

Solution

For a couple with two children, writing the elder child first ($$M$$ = male, $$F$$ = female), the sample space is

$$S = \{MM,\ MF,\ FM,\ FF\}$$

with all four outcomes equally likely.

Let $$A$$ = 'both children are males' $$= \{MM\}$$.

Let $$B$$ = 'at least one child is male' $$= \{MM,\ MF,\ FM\}$$, so $$P(B) = \dfrac{3}{4}$$.

$$A \cap B = \{MM\}, \qquad P(A \cap B) = \frac{1}{4}$$

$$P(A|B) = \frac{P(A \cap B)}{P(B)} = \frac{\;1/4\;}{\;3/4\;} = \frac{1}{3}$$

Answer

$$\dfrac{1}{3}$$

(ii) Find the probability that both children are females, if it is known that the elder child is a female.

Solution

The sample space, with the elder child written first, is

$$S = \{MM,\ MF,\ FM,\ FF\}$$

all four outcomes equally likely.

Let $$A$$ = 'both children are females' $$= \{FF\}$$.

Let $$B$$ = 'the elder child is a female'. The elder child is the first letter, so $$B = \{FM,\ FF\}$$, giving $$P(B) = \dfrac{2}{4}$$.

$$A \cap B = \{FF\}, \qquad P(A \cap B) = \frac{1}{4}$$

$$P(A|B) = \frac{P(A \cap B)}{P(B)} = \frac{\;1/4\;}{\;2/4\;} = \frac{1}{2}$$

Answer

$$\dfrac{1}{2}$$

3 Suppose that 5% of men and 0.25% of women have grey hair. A grey haired person is selected at random. What is the probability of this person being male? Assume that there are equal number of males and females.

Solution

Let $$E_1$$ : the person is male, $$E_2$$ : the person is female, and $$G$$ : the person has grey hair.

There are equal numbers of males and females, so

$$P(E_1) = P(E_2) = \frac{1}{2}$$

$$5\%$$ of men and $$0.25\%$$ of women have grey hair:

$$P(G|E_1) = \frac{5}{100} = 0.05, \qquad P(G|E_2) = \frac{0.25}{100} = 0.0025$$

By Bayes' theorem,

$$P(E_1|G) = \frac{P(E_1)\,P(G|E_1)}{P(E_1)P(G|E_1) + P(E_2)P(G|E_2)}$$

$$P(E_1|G) = \frac{\dfrac{1}{2}(0.05)}{\dfrac{1}{2}(0.05) + \dfrac{1}{2}(0.0025)} = \frac{0.05}{0.05 + 0.0025} = \frac{0.05}{0.0525}$$

$$P(E_1|G) = \frac{500}{525} = \frac{20}{21}$$

Answer

$$P(\text{male} \mid \text{grey hair}) = \dfrac{20}{21}$$

4 Suppose that 90% of people are right-handed. What is the probability that at most 6 of a random sample of 10 people are right-handed?

Solution

Whether a person is right-handed is a Bernoulli trial. Let $$X$$ be the number of right-handed people among the $$n = 10$$ sampled. Then $$X$$ follows a binomial distribution with

$$p = P(\text{right-handed}) = \frac{90}{100} = \frac{9}{10}, \qquad q = 1 - p = \frac{1}{10}$$

$$P(X = r) = \binom{10}{r} p^{r} q^{\,10 - r} = \binom{10}{r}\left(\frac{9}{10}\right)^{r}\left(\frac{1}{10}\right)^{10 - r}$$

We need $$P(X \le 6)$$, the probability that at most $$6$$ are right-handed. It is easier to use the complement — 'at most 6' is the opposite of 'at least 7':

$$P(X \le 6) = 1 - P(X \ge 7) = 1 - \big[P(7) + P(8) + P(9) + P(10)\big]$$

$$P(X \le 6) = 1 - \sum_{r=7}^{10} \binom{10}{r}\left(\frac{9}{10}\right)^{r}\left(\frac{1}{10}\right)^{10 - r}$$

Evaluating the four terms:

$$P(7) = 120\,(0.9)^7(0.1)^3 \approx 0.0574$$

$$P(8) = 45\,(0.9)^8(0.1)^2 \approx 0.1937$$

$$P(9) = 10\,(0.9)^9(0.1)^1 \approx 0.3874$$

$$P(10) = (0.9)^{10} \approx 0.3487$$

So $$P(X \ge 7) \approx 0.9872$$, and

$$P(X \le 6) \approx 1 - 0.9872 = 0.0128$$

Answer

$$P(X \le 6) = 1 - \displaystyle\sum_{r=7}^{10} \binom{10}{r}\left(\dfrac{9}{10}\right)^{r}\left(\dfrac{1}{10}\right)^{10-r} \approx 0.0128$$

5 If a leap year is selected at random, what is the chance that it will contain 53 tuesdays?

Solution

A leap year has $$366$$ days. Dividing by $$7$$:

$$366 = 7 \times 52 + 2$$

So a leap year is made up of $$52$$ complete weeks plus $$2$$ extra days. The $$52$$ complete weeks already contain exactly $$52$$ Tuesdays. To get a 53rd Tuesday, at least one of the $$2$$ extra days must be a Tuesday.

The $$2$$ extra days are a pair of consecutive days. The equally likely possibilities are:

$$\{\text{Sun, Mon}\},\ \{\text{Mon, Tue}\},\ \{\text{Tue, Wed}\},\ \{\text{Wed, Thu}\},\ \{\text{Thu, Fri}\},\ \{\text{Fri, Sat}\},\ \{\text{Sat, Sun}\}$$

This is a sample space of $$7$$ equally likely outcomes. A Tuesday appears among the extra days in exactly $$2$$ of them: $$\{\text{Mon, Tue}\}$$ and $$\{\text{Tue, Wed}\}$$.

Therefore

$$P(53 \text{ Tuesdays}) = \frac{2}{7}$$

Answer

$$\dfrac{2}{7}$$

6

Suppose we have four boxes A, B, C and D containing coloured marbles as given below:

BoxRedWhiteBlack
A163
B622
C811
D064

One of the boxes has been selected at random and a single marble is drawn from it. If the marble is red, what is the probability that it was drawn from box A?, box B?, box C?

Solution

Let $$E_A, E_B, E_C, E_D$$ be the events that box A, B, C, D respectively is selected, and let $$R$$ be the event 'a red marble is drawn'.

One box is selected at random, so

$$P(E_A) = P(E_B) = P(E_C) = P(E_D) = \frac{1}{4}$$

Each box contains $$10$$ marbles. The probability of drawing a red marble from each box:

$$P(R|E_A) = \frac{1}{10}, \quad P(R|E_B) = \frac{6}{10}, \quad P(R|E_C) = \frac{8}{10}, \quad P(R|E_D) = \frac{0}{10} = 0$$

Total probability of a red marble:

$$P(R) = \frac{1}{4}\left(\frac{1}{10} + \frac{6}{10} + \frac{8}{10} + 0\right) = \frac{1}{4} \times \frac{15}{10} = \frac{15}{40}$$

By Bayes' theorem, $$P(E_X|R) = \dfrac{P(E_X)\,P(R|E_X)}{P(R)}$$:

Box A: $$\quad P(E_A|R) = \dfrac{\dfrac{1}{4}\cdot\dfrac{1}{10}}{\dfrac{15}{40}} = \dfrac{1/40}{15/40} = \dfrac{1}{15}$$

Box B: $$\quad P(E_B|R) = \dfrac{\dfrac{1}{4}\cdot\dfrac{6}{10}}{\dfrac{15}{40}} = \dfrac{6/40}{15/40} = \dfrac{6}{15} = \dfrac{2}{5}$$

Box C: $$\quad P(E_C|R) = \dfrac{\dfrac{1}{4}\cdot\dfrac{8}{10}}{\dfrac{15}{40}} = \dfrac{8/40}{15/40} = \dfrac{8}{15}$$

Answer

$$P(\text{box A} \mid \text{red}) = \dfrac{1}{15}, \quad P(\text{box B} \mid \text{red}) = \dfrac{2}{5}, \quad P(\text{box C} \mid \text{red}) = \dfrac{8}{15}$$

7 Assume that the chances of a patient having a heart attack is 40%. It is also assumed that a meditation and yoga course reduce the risk of heart attack by 30% and prescription of certain drug reduces its chances by 25%. At a time a patient can choose any one of the two options with equal probabilities. It is given that after going through one of the two options the patient selected at random suffers a heart attack. Find the probability that the patient followed a course of meditation and yoga?

Solution

Let $$E_1$$ : the patient follows the meditation and yoga course, $$E_2$$ : the patient takes the drug, and $$A$$ : the patient suffers a heart attack.

The patient chooses either option with equal probability:

$$P(E_1) = P(E_2) = \frac{1}{2}$$

The base chance of a heart attack is $$40\% = 0.40$$.

Meditation and yoga reduce this risk by $$30\%$$, so the remaining risk is

$$P(A|E_1) = 0.40 \times (1 - 0.30) = 0.40 \times 0.70 = 0.28$$

The drug reduces the risk by $$25\%$$, so

$$P(A|E_2) = 0.40 \times (1 - 0.25) = 0.40 \times 0.75 = 0.30$$

By Bayes' theorem,

$$P(E_1|A) = \frac{P(E_1)\,P(A|E_1)}{P(E_1)P(A|E_1) + P(E_2)P(A|E_2)}$$

$$P(E_1|A) = \frac{\dfrac{1}{2}(0.28)}{\dfrac{1}{2}(0.28) + \dfrac{1}{2}(0.30)} = \frac{0.28}{0.28 + 0.30} = \frac{0.28}{0.58}$$

$$P(E_1|A) = \frac{28}{58} = \frac{14}{29}$$

Answer

$$P(\text{meditation and yoga} \mid \text{heart attack}) = \dfrac{14}{29}$$

8 If each element of a second order determinant is either zero or one, what is the probability that the value of the determinant is positive? (Assume that the individual entries of the determinant are chosen independently, each value being assumed with probability $$\frac{1}{2}$$).

Solution

A second order determinant has $$4$$ entries, each chosen as $$0$$ or $$1$$. Write it as

$$\begin{vmatrix} a & b \\ c & d \end{vmatrix} = ad - bc$$

Each entry is $$0$$ or $$1$$ independently, so the total number of equally likely determinants is

$$2 \times 2 \times 2 \times 2 = 16$$

Since $$a, b, c, d \in \{0, 1\}$$, both products $$ad$$ and $$bc$$ lie in $$\{0, 1\}$$, so the value $$ad - bc$$ can only be $$-1$$, $$0$$ or $$1$$. The determinant is positive only when

$$ad - bc = 1 \quad \Longleftrightarrow \quad ad = 1 \ \text{and} \ bc = 0$$

$$ad = 1$$: requires $$a = 1$$ and $$d = 1$$ — only $$1$$ way.

$$bc = 0$$: requires $$b$$ and $$c$$ not both equal to $$1$$. Of the $$4$$ combinations of $$(b, c)$$, only $$(1,1)$$ fails, so there are $$3$$ ways.

Number of favourable determinants $$= 1 \times 3 = 3$$.

$$P(\text{determinant positive}) = \frac{3}{16}$$

Answer

$$\dfrac{3}{16}$$

9

An electronic assembly consists of two subsystems, say, A and B. From previous testing procedures, the following probabilities are assumed to be known:

$$P(A \text{ fails}) = 0.2$$

$$P(B \text{ fails alone}) = 0.15$$

$$P(A \text{ and } B \text{ fail}) = 0.15$$

Evaluate the following probabilities

(i) $$P(A \text{ fails}|B \text{ has failed})$$

Solution

We are given

$$P(A \text{ fails}) = 0.2, \qquad P(B \text{ fails alone}) = 0.15, \qquad P(A \text{ and } B \text{ fail}) = 0.15$$

Step 1 — find $$P(B \text{ fails}).$$ The event '$$B$$ fails' splits into '$$B$$ fails alone' and '$$A$$ and $$B$$ both fail' (these are mutually exclusive):

$$P(B \text{ fails}) = P(B \text{ fails alone}) + P(A \text{ and } B \text{ fail}) = 0.15 + 0.15 = 0.30$$

Step 2 — apply the conditional probability formula:

$$P(A \text{ fails} \mid B \text{ has failed}) = \frac{P(A \text{ and } B \text{ fail})}{P(B \text{ fails})} = \frac{0.15}{0.30} = 0.5$$

Answer

$$P(A \text{ fails} \mid B \text{ has failed}) = 0.5$$

(ii) $$P(A \text{ fails alone})$$

Solution

The event '$$A$$ fails' splits into two mutually exclusive parts: '$$A$$ fails alone' (only $$A$$ fails) and '$$A$$ and $$B$$ both fail'. Therefore

$$P(A \text{ fails}) = P(A \text{ fails alone}) + P(A \text{ and } B \text{ fail})$$

Rearranging,

$$P(A \text{ fails alone}) = P(A \text{ fails}) - P(A \text{ and } B \text{ fail})$$

$$P(A \text{ fails alone}) = 0.2 - 0.15 = 0.05$$

Answer

$$P(A \text{ fails alone}) = 0.05$$

10 Bag I contains 3 red and 4 black balls and Bag II contains 4 red and 5 black balls. One ball is transferred from Bag I to Bag II and then a ball is drawn from Bag II. The ball so drawn is found to be red in colour. Find the probability of the transferred ball is black.

Solution

Let $$E_1$$ : the transferred ball is red, $$E_2$$ : the transferred ball is black, and $$A$$ : the ball later drawn from Bag II is red.

Bag I has $$3$$ red and $$4$$ black ($$7$$ balls), so the transferred ball is

$$P(E_1) = \frac{3}{7}, \qquad P(E_2) = \frac{4}{7}$$

Bag II originally has $$4$$ red and $$5$$ black ($$9$$ balls); after the transfer it has $$10$$ balls.

If a red ball was transferred $$(E_1)$$: Bag II has $$5$$ red and $$5$$ black, so

$$P(A|E_1) = \frac{5}{10} = \frac{1}{2}$$

If a black ball was transferred $$(E_2)$$: Bag II has $$4$$ red and $$6$$ black, so

$$P(A|E_2) = \frac{4}{10} = \frac{2}{5}$$

By Bayes' theorem,

$$P(E_2|A) = \frac{P(E_2)\,P(A|E_2)}{P(E_1)P(A|E_1) + P(E_2)P(A|E_2)}$$

$$P(E_2|A) = \frac{\dfrac{4}{7} \cdot \dfrac{2}{5}}{\dfrac{3}{7} \cdot \dfrac{1}{2} + \dfrac{4}{7} \cdot \dfrac{2}{5}} = \frac{\dfrac{8}{35}}{\dfrac{3}{14} + \dfrac{8}{35}}$$

Writing the denominator over the LCM $$70$$: $$\dfrac{3}{14} = \dfrac{15}{70}$$ and $$\dfrac{8}{35} = \dfrac{16}{70}$$, so the sum is $$\dfrac{31}{70}$$. Also $$\dfrac{8}{35} = \dfrac{16}{70}$$. Hence

$$P(E_2|A) = \frac{\;16/70\;}{\;31/70\;} = \frac{16}{31}$$

Answer

$$P(\text{transferred ball is black} \mid \text{red drawn}) = \dfrac{16}{31}$$

11

If A and B are two events such that $$P(A) \neq 0$$ and $$P(B|A) = 1$$, then

  1. $$A \subset B$$
  2. $$B \subset A$$
  3. $$B = \phi$$
  4. $$A = \phi$$

Solution

Use the definition of conditional probability (valid since $$P(A) \neq 0$$):

$$P(B|A) = \frac{P(A \cap B)}{P(A)}$$

We are given $$P(B|A) = 1$$, so

$$\frac{P(A \cap B)}{P(A)} = 1 \quad \Rightarrow \quad P(A \cap B) = P(A)$$

Now $$A \cap B$$ is always a subset of $$A$$, and here it has the same probability as $$A$$. This means no part of $$A$$ lies outside $$B$$ — every outcome of $$A$$ is also an outcome of $$B$$. Hence

$$A \subset B$$

So the correct option is (a).

Answer

(a) $$A \subset B$$

12

If $$P(A|B) > P(A)$$, then which of the following is correct:

  1. $$P(B|A) < P(B)$$
  2. $$P(A \cap B) < P(A) \cdot P(B)$$
  3. $$P(B|A) > P(B)$$
  4. $$P(B|A) = P(B)$$

Solution

Start from the given inequality and write $$P(A|B)$$ using its definition:

$$P(A|B) > P(A) \quad \Rightarrow \quad \frac{P(A \cap B)}{P(B)} > P(A)$$

Multiplying both sides by $$P(B) > 0$$:

$$P(A \cap B) > P(A)\,P(B) \qquad \text{...(1)}$$

(So option (b), which claims the reverse inequality, is wrong.)

Now examine $$P(B|A)$$. Dividing (1) by $$P(A) > 0$$:

$$\frac{P(A \cap B)}{P(A)} > P(B) \quad \Rightarrow \quad P(B|A) > P(B)$$

Hence the correct option is (c).

Answer

(c) $$P(B|A) > P(B)$$

13

If A and B are any two events such that $$P(A) + P(B) - P(A \text{ and } B) = P(A)$$, then

  1. $$P(B|A) = 1$$
  2. $$P(A|B) = 1$$
  3. $$P(B|A) = 0$$
  4. $$P(A|B) = 0$$

Solution

The given condition is

$$P(A) + P(B) - P(A \cap B) = P(A)$$

Cancel $$P(A)$$ from both sides:

$$P(B) - P(A \cap B) = 0 \quad \Rightarrow \quad P(A \cap B) = P(B)$$

Now compute $$P(A|B)$$ using its definition (assuming $$P(B) \neq 0$$):

$$P(A|B) = \frac{P(A \cap B)}{P(B)} = \frac{P(B)}{P(B)} = 1$$

Hence the correct option is (b).

Answer

(b) $$P(A|B) = 1$$
NCERT Solutions for Class 12
Maths
NCERT Solutions for Class 12 Maths
Chapter-wise step-by-step
solutions with explanations
explore solutions Maths bg
Physics
NCERT Solutions for Class 12 Physics
Chapter-wise step-by-step
solutions with explanations
explore solutions Physics bg
Chemistry
NCERT Solutions for Class 12 Chemistry
Chapter-wise step-by-step
solutions with explanations
explore solutions Chemistry bg

Frequently Asked Questions

50,000+ JEE Students Trusted Our Score Calculator

Predict your JEE Main percentile, rank & performance in seconds