Class 12 Maths NCERT Solutions Chapter 13 Miscellaneous Exercise – Probability | Boundless Maths
Class 12 Maths Chapter 13 Miscellaneous Exercise Solutions

Class 12 Maths NCERT Solutions Chapter 13 Miscellaneous Exercise – Probability

Free, step-by-step Class 12 Maths NCERT Solutions for the Chapter 13 Miscellaneous Exercise — all 13 questions solved, pulling together conditional probability, independence, and Bayes' theorem from across the whole chapter.

Questions 1–3 revisit conditional probability with a subset/null-set special case, a two-children puzzle, and a base-rate problem comparing grey hair in men versus women. Questions 4 and 5 step outside conditional probability into Bernoulli-trial and equally-likely calendar reasoning — the probability that at most 6 of 10 randomly chosen people are right-handed, and the chance a leap year contains 53 Tuesdays. Questions 6, 7 and 10 are full Bayes' theorem problems dressed in different scenarios — four boxes of coloured marbles, a patient's heart-attack risk under two different treatments, and a ball transferred between two bags before a draw. Question 8 asks for the probability that a randomly filled 2×2 determinant turns out positive, and Question 9 works with the failure probabilities of two parts in an electronic assembly. The exercise — and the chapter — closes with three MCQs testing the formal relationships between P(A|B), P(B|A), P(A) and P(B).

13Questions
Med–HardDifficulty Mix
2026-27CBSE Syllabus

Class 12 Maths NCERT Solutions Chapter 13 Miscellaneous Exercise — All 13 Questions

1

A and B are two events such that P(A)\neq0. Find P(B|A), if
(i) A is a subset of B,
(ii) A\cap B=\varnothing.

Easy +
Solution

(i) If A\subset B, every outcome of A is also in B, so A\cap B=A. Then P(B|A)=\dfrac{P(A\cap B)}{P(A)}=\dfrac{P(A)}{P(A)}=1.

(ii) If A\cap B=\varnothing, then P(A\cap B)=0, so P(B|A)=\dfrac{0}{P(A)}=0.

(i) P(B|A)=1   (ii) P(B|A)=0
2

A couple has two children.
(i) Find the probability that both children are male, given at least one of them is male.
(ii) Find the probability that both children are female, given the elder child is female.

Medium +
Solution

Writing each outcome as (elder, younger), the sample space is S=\{bb,bg,gb,gg\}, each with probability \dfrac14.

(i) "At least one male" is F=\{bb,bg,gb\}, so P(F)=\dfrac34. "Both male" is E=\{bb\}, so E\cap F=\{bb\} and P(E\cap F)=\dfrac14. Thus P(E|F)=\dfrac{1/4}{3/4}=\dfrac13.

(ii) "Elder child is female" is F=\{gb,gg\}, so P(F)=\dfrac12. "Both female" is E=\{gg\}, so E\cap F=\{gg\} and P(E\cap F)=\dfrac14. Thus P(E|F)=\dfrac{1/4}{1/2}=\dfrac12.

(i) \dfrac13   (ii) \dfrac12
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 equal numbers of males and females.

Medium +
Solution

Let M: person is male, W: person is female, with P(M)=P(W)=\dfrac12. Let G: person has grey hair, with P(G|M)=0.05 and P(G|W)=0.0025.

By Bayes' theorem, P(M|G)=\dfrac{\frac12\times0.05}{\frac12\times0.05+\frac12\times0.0025}=\dfrac{0.025}{0.025+0.00125}=\dfrac{0.025}{0.02625}=\dfrac{20}{21}.

Required probability = \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?

Hard +
Solution

Let X be the number of right-handed people among 10 independently chosen people. Since each person is right-handed with a fixed probability p=0.9 independently of the others, X follows a binomial distribution: P(X=k)=\binom{10}{k}(0.9)^k(0.1)^{10-k}.

It's quicker to work through the complement: P(X\le6)=1-P(X\ge7)=1-\left[P(7)+P(8)+P(9)+P(10)\right].

P(X\ge7)=\binom{10}{7}(0.9)^7(0.1)^3+\binom{10}{8}(0.9)^8(0.1)^2+\binom{10}{9}(0.9)^9(0.1)+\binom{10}{10}(0.9)^{10}, which evaluates to approximately 0.0574+0.1937+0.3874+0.3487\approx0.9872.

So P(X\le6)\approx1-0.9872=0.0128.

Required probability ≈ 0.0128
5

If a leap year is selected at random, what is the chance that it will contain 53 Tuesdays?

Medium +
Solution

A leap year has 366 days, which is exactly 52 weeks plus 2 extra days. The 52 complete weeks already contain exactly 52 of every weekday, so 53 Tuesdays occur exactly when Tuesday is one of these 2 leftover days.

The 2 leftover days form one of 7 equally likely consecutive pairs: (Sun, Mon), (Mon, Tue), (Tue, Wed), (Wed, Thu), (Thu, Fri), (Fri, Sat), (Sat, Sun). Tuesday appears in exactly 2 of these 7 pairs — (Mon, Tue) and (Tue, Wed).

Required probability = \dfrac{2}{7}
6

Four boxes A, B, C and D contain coloured marbles as shown. One box is selected at random and a single marble is drawn. If the marble is red, find the probability it was drawn from box A, from box B, and from box C.

Hard +
Solution
BoxRedWhiteBlackTotal
A16310
B62210
C81110
D06410

Each box is chosen with prior probability \dfrac14. Let R denote "the marble drawn is red." Then P(R|A)=\dfrac{1}{10}, P(R|B)=\dfrac{6}{10}, P(R|C)=\dfrac{8}{10}, P(R|D)=0.

P(R)=\dfrac14\left(\dfrac{1}{10}+\dfrac{6}{10}+\dfrac{8}{10}+0\right)=\dfrac14\times\dfrac{15}{10}=\dfrac{3}{8}.

By Bayes' theorem: P(A|R)=\dfrac{\frac14\times\frac{1}{10}}{\frac38}=\dfrac{1/40}{3/8}=\dfrac{1}{15};   P(B|R)=\dfrac{\frac14\times\frac{6}{10}}{\frac38}=\dfrac{6/40}{3/8}=\dfrac{2}{5};   P(C|R)=\dfrac{\frac14\times\frac{8}{10}}{\frac38}=\dfrac{8/40}{3/8}=\dfrac{8}{15}.

P(A|R) = \dfrac{1}{15},   P(B|R) = \dfrac{2}{5},   P(C|R) = \dfrac{8}{15}
7

Assume the chance of a patient having a heart attack is 40%. A meditation-and-yoga course reduces this risk by 30%, while a certain drug reduces it by 25%. A patient chooses either option with equal probability. Given the patient (selected at random after going through one option) suffers a heart attack, find the probability that they followed the meditation-and-yoga course.

Hard +
Solution

Let E_1: patient follows meditation and yoga, E_2: patient follows the drug, with P(E_1)=P(E_2)=0.5. Let A: patient suffers a heart attack.

Meditation and yoga reduces the 40% base risk by 30%, leaving 70% of it: P(A|E_1)=0.40\times0.70=0.28. The drug reduces the risk by 25%, leaving 75% of it: P(A|E_2)=0.40\times0.75=0.30.

By Bayes' theorem, P(E_1|A)=\dfrac{0.5\times0.28}{0.5\times0.28+0.5\times0.30}=\dfrac{0.14}{0.14+0.15}=\dfrac{0.14}{0.29}=\dfrac{14}{29}.

Required probability = \dfrac{14}{29}
8

If each element of a second-order determinant is either 0 or 1, chosen independently with equal probability \dfrac12, what is the probability that the value of the determinant is positive?

Hard +
Solution

Let the determinant be \begin{vmatrix}a&b\\c&d\end{vmatrix}=ad-bc, with each of a, b, c, d independently equal to 0 or 1. There are 2^4=16 equally likely combinations. Since each entry is 0 or 1, ad-bc can only be -1, 0 or 1, so "positive" means ad-bc=1, which requires ad=1 (so a=d=1) and bc=0.

With a=d=1 fixed, b and c range over 4 equally likely pairs: (0,0), (0,1), (1,0), (1,1). Of these, bc=0 for 3 pairs and bc=1 (giving determinant 0, not positive) for the remaining pair.

So exactly 3 of the 16 total combinations give a positive determinant.

Required probability = \dfrac{3}{16}

Know exactly which chapters are costing you marks

1000+ solved CBSE PYQs, unlimited AI-generated practice for your weak areas, and a chapter-wise Performance Report — not just for this chapter, but your entire syllabus.

Explore it →
9

An electronic assembly consists of two subsystems, A and B. From previous testing, P(A\text{ fails})=0.2, P(B\text{ fails alone})=0.15, P(A\text{ and }B\text{ fail})=0.15. Evaluate
(i) P(A\text{ fails}|B\text{ has failed}),
(ii) P(A\text{ fails alone}).

Medium +
Solution

"B fails alone" means B fails while A doesn't, i.e. P(B\cap A')=0.15. Since "B fails" overall is the union of "B fails alone" and "A and B both fail," P(B)=P(B\cap A')+P(A\cap B)=0.15+0.15=0.30.

(i) P(A|B)=\dfrac{P(A\cap B)}{P(B)}=\dfrac{0.15}{0.30}=0.5.

(ii) "A fails alone" means P(A\cap B')=P(A)-P(A\cap B)=0.2-0.15=0.05.

(i) 0.5   (ii) 0.05
10

Bag I contains 3 red and 4 black balls; 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 — found to be red. Find the probability that the transferred ball was black.

Hard +
Solution

Let E_1: the transferred ball is red, E_2: the transferred ball is black. From Bag I, P(E_1)=\dfrac37 and P(E_2)=\dfrac47.

If a red ball is transferred, Bag II now has 5 red and 5 black (10 total), so P(\text{red drawn}|E_1)=\dfrac{5}{10}=\dfrac12. If a black ball is transferred, Bag II now has 4 red and 6 black (10 total), so P(\text{red drawn}|E_2)=\dfrac{4}{10}=\dfrac25.

By Bayes' theorem, P(E_2|\text{red drawn})=\dfrac{\frac47\times\frac25}{\frac37\times\frac12+\frac47\times\frac25}=\dfrac{8/35}{3/14+8/35}. Using a common denominator of 70: \dfrac{16/70}{15/70+16/70}=\dfrac{16}{31}.

Required probability = \dfrac{16}{31}
11

MCQ. If A and B are two events such that P(A)\neq0 and P(B|A)=1, then:   (A) A\subset B   (B) B\subset A   (C) B=\varnothing   (D) A=\varnothing

Easy +
Solution

P(B|A)=1 means \dfrac{P(A\cap B)}{P(A)}=1, so P(A\cap B)=P(A). Since A\cap B\subset A always, and here it has the same probability as A itself, every outcome of A must (up to a null set) lie in B — that is, A\subset B.

Answer: (A) A\subset B
12

MCQ. If P(A|B) \gt P(A), then which of the following is correct?   (A) P(B|A) \lt P(B)   (B) P(A\cap B) \lt P(A)\cdot P(B)   (C) P(B|A) \gt P(B)   (D) P(B|A)=P(B)

Medium +
Solution

P(A|B) \gt P(A) means \dfrac{P(A\cap B)}{P(B)} \gt P(A), so P(A\cap B) \gt P(A)\cdot P(B). Dividing both sides by P(A) gives \dfrac{P(A\cap B)}{P(A)} \gt P(B), i.e. P(B|A) \gt P(B) — the relationship is symmetric.

Answer: (C) P(B|A) \gt P(B)
13

MCQ. If A and B are any two events such that P(A)+P(B)-P(A\text{ and }B)=P(A), then:   (A) P(B|A)=1   (B) P(A|B)=1   (C) P(B|A)=0   (D) P(A|B)=0

Medium +
Solution

Rearranging P(A)+P(B)-P(A\cap B)=P(A) gives P(B)-P(A\cap B)=0, so P(A\cap B)=P(B).

Then P(A|B)=\dfrac{P(A\cap B)}{P(B)}=\dfrac{P(B)}{P(B)}=1 (provided P(B)\neq0).

Answer: (B) P(A|B)=1
✓ Chapter Complete

You've finished Chapter 13: Probability

That's the final chapter of the NCERT Class 12 Maths curriculum. Revisit any exercise for more practice, or explore solutions for the rest of the book.

Common Questions

Class 12 Maths NCERT Solutions Chapter 13 Miscellaneous Exercise — FAQs

How many questions are there in the Chapter 13 Miscellaneous Exercise?

The Miscellaneous Exercise on Chapter 13 has 13 questions (10 direct problems plus 3 MCQs), pulling together conditional probability, independent events, and Bayes' theorem from across the whole chapter.

What concepts does the Chapter 13 Miscellaneous Exercise cover?

It mixes conditional probability, independent events, Bayes' theorem, and a Bernoulli-trials style calculation, testing whether you can identify which tool a given real-world scenario calls for rather than practising one method in isolation.

Is Probability the last chapter in the Class 12 Maths NCERT textbook?

Yes — Chapter 13, Probability, is the final chapter of the NCERT Class 12 Mathematics textbook (Part II), coming after Chapter 12, Linear Programming.

Where can I find the official NCERT textbook for this chapter?

Probability is Chapter 13 of the NCERT Class 12 Mathematics textbook (Part II), published by the National Council of Educational Research and Training (NCERT) and prescribed by CBSE. You can download the official textbook PDF directly from ncert.nic.in, NCERT's official website — the solutions on this page follow the exercise exactly as it appears there.

Carry the formulas with you

One-page printable formula cards for every unit, including Probability.

Get Formula Cards →
Expert CBSE Coaching · Class 9–12