Class 11 Maths NCERT Solutions Chapter 6 Ex 6.4 – Permutations and Combinations | Boundless Maths
Ex 6.4 Class 11 Maths NCERT Solutions · Chapter 6

Class 11 Maths NCERT Solutions Chapter 6 Ex 6.4 – Permutations and Combinations

Free, step-by-step Class 11 Maths NCERT Solutions for Chapter 6 Ex 6.4 — all 9 questions solved, covering combinations: solving nCr equations, and selecting committees, teams, coloured balls and card hands with fixed conditions.

Every question here is a selection, not an arrangement — {}^{n}C_{r}=\dfrac{n!}{r!(n-r)!} is the only formula in play, since none of these problems care about order. Questions 1 and 2 are algebraic, solved by simplifying the ratio of two combinations. From Question 3 onward, the skill is splitting a compound selection (a fixed number of each colour, a fixed number of bowlers, a compulsory subset) into independent parts, counting each part with nCr, and multiplying the results together.

9Questions
Easy–HardDifficulty Mix
2026-27CBSE Syllabus

Class 11 Maths NCERT Solutions Chapter 6 Ex 6.4 — All 9 Questions

1

If {}^{n}C_{8}={}^{n}C_{2}, find {}^{n}C_{2}.

Easy +
Solution

Using the identity {}^{n}C_{a}={}^{n}C_{b}\ \Rightarrow\ a=b \text{ or } a+b=n, and since 8\ne2:

8+2=n \ \Rightarrow\ n=10

Now computing {}^{10}C_{2}:

{}^{10}C_{2}=\dfrac{10!}{2!\,8!}=\dfrac{10\times9}{2}=45

nC2 = 45
2

Determine n if (i) {}^{2n}C_{3}:{}^{n}C_{3}=12:1 (ii) {}^{2n}C_{3}:{}^{n}C_{3}=11:1

Medium +
Solution

Writing the ratio using the combination formula:

\dfrac{{}^{2n}C_{3}}{{}^{n}C_{3}}=\dfrac{\dfrac{2n!}{3!(2n-3)!}}{\dfrac{n!}{3!(n-3)!}}=\dfrac{2n(2n-1)(2n-2)}{n(n-1)(n-2)}

Simplifying (cancelling n(n-1) and noting 2n-2=2(n-1)):

=\dfrac{2n(2n-1)\times2(n-1)}{n(n-1)(n-2)}=\dfrac{4(2n-1)}{n-2}

(i) Ratio = 12

\dfrac{4(2n-1)}{n-2}=12 \ \Rightarrow\ 4(2n-1)=12(n-2)

8n-4=12n-24 \ \Rightarrow\ 20=4n \ \Rightarrow\ n=5

(i) n = 5
(ii) Ratio = 11

\dfrac{4(2n-1)}{n-2}=11 \ \Rightarrow\ 4(2n-1)=11(n-2)

8n-4=11n-22 \ \Rightarrow\ 18=3n \ \Rightarrow\ n=6

(ii) n = 6
3

How many chords can be drawn through 21 points on a circle?

Easy +
Solution

A chord is determined by choosing any 2 of the 21 points, and the order in which the two points are chosen does not matter — this is a selection, not an arrangement.

{}^{21}C_{2}=\dfrac{21!}{2!\,19!}=\dfrac{21\times20}{2}=210

210 chords can be drawn.
4

In how many ways can a team of 3 boys and 3 girls be selected from 5 boys and 4 girls?

Easy +
Solution

3 boys can be selected from 5 boys in {}^{5}C_{3} ways, and independently, 3 girls can be selected from 4 girls in {}^{4}C_{3} ways.

{}^{5}C_{3}=\dfrac{5!}{3!\,2!}=10 \qquad {}^{4}C_{3}=\dfrac{4!}{3!\,1!}=4

By the multiplication principle, the required number of ways is:

10\times4=40

40 ways to select the team.
5

Find the number of ways of selecting 9 balls from 6 red balls, 5 white balls and 5 blue balls if each selection consists of 3 balls of each colour.

Medium +
Solution

3 red balls can be chosen from 6 red balls, 3 white balls from 5 white balls, and 3 blue balls from 5 blue balls — each selection is independent of the others.

{}^{6}C_{3}=20 \qquad {}^{5}C_{3}=10 \qquad {}^{5}C_{3}=10

By the multiplication principle, the required number of ways is:

20\times10\times10=2000

2000 ways to select the balls.
6

Determine the number of 5 card combinations out of a deck of 52 cards if there is exactly one ace in each combination.

Medium +
Solution

A deck has 4 aces and 48 non-ace cards. Exactly one ace must be chosen from the 4 aces, and the remaining 4 cards of the hand must be chosen from the 48 non-ace cards.

{}^{4}C_{1}=4 \qquad {}^{48}C_{4}=\dfrac{48!}{4!\,44!}=194580

By the multiplication principle, the required number of combinations is:

4\times194580=778320

778320 such 5-card combinations exist.
7

In how many ways can one select a cricket team of eleven from 17 players in which only 5 players can bowl if each cricket team of 11 must include exactly 4 bowlers?

Hard +
Solution

Exactly 4 bowlers must be chosen from the 5 players who can bowl, and the remaining 11-4=7 players of the team must be chosen from the 17-5=12 players who cannot bowl.

{}^{5}C_{4}=5 \qquad {}^{12}C_{7}=\dfrac{12!}{7!\,5!}=792

By the multiplication principle, the required number of ways is:

5\times792=3960

3960 ways to select the cricket team.
8

A bag contains 5 black and 6 red balls. Determine the number of ways in which 2 black and 3 red balls can be selected.

Easy +
Solution

2 black balls can be chosen from 5 black balls, and independently, 3 red balls can be chosen from 6 red balls.

{}^{5}C_{2}=10 \qquad {}^{6}C_{3}=20

By the multiplication principle, the required number of ways is:

10\times20=200

200 ways to select the balls.
9

In how many ways can a student choose a programme of 5 courses if 9 courses are available and 2 specific courses are compulsory for every student?

Medium +
Solution

Since 2 specific courses are compulsory, they are already part of every student's programme. Only the remaining 5-2=3 courses need to be chosen, and they must come from the 9-2=7 courses left over.

{}^{7}C_{3}=\dfrac{7!}{3!\,4!}=35

35 ways to choose the programme of courses.

Revising before a test?

Every definition and property from this chapter — the counting principle, factorials, nPr and nCr — on one printable formula sheet.

Get Formula Cards →
Common Questions

Class 11 Maths NCERT Solutions Chapter 6 Ex 6.4 — FAQs

How many questions are there in Exercise 6.4?
Exercise 6.4 has 9 questions — Questions 1 and 2 solve equations involving nCr, and Questions 3 to 9 apply combinations directly to real selection problems: chords on a circle, committees and teams, coloured balls, card hands with restrictions, and course selections with compulsory subjects.
How is nCr different from nPr, and when should each be used?
nCr = n!/(r!(n−r)!) counts selections, where the order of the chosen objects does not matter, such as picking a committee or a hand of cards. nPr = n!/(n−r)! counts arrangements, where order does matter. They are related by nPr = nCr × r! — select first, then arrange. Use nCr whenever swapping the order of what's chosen should not count as a different outcome.
Where can I find the official NCERT textbook for this chapter?
Permutations and Combinations is Chapter 6 of the NCERT Class 11 Mathematics textbook, 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 deck for every unit, including Permutations and Combinations.

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