Ch 6  ·  Q–
0%
Class 11 Mathematics Exercise 6.4 NCERT Solutions JEE Mains NEET Board Exam

Chapter 6 — PERMUTATIONS AND COMBINATIONS

Step-by-step NCERT solutions with stress–strain analysis and exam-oriented hints for Boards, JEE & NEET.

📋9 questions
Ideal time: 25-35 min
📍Now at: Q1
Q1
NUMERIC3 marks

If \(^nC_8 = ^nC_2\), find \(^nC_2\)

Theory

The most important identity in combinations is:

\[ ^nC_r = ^nC_{n-r} \]

This is called the symmetry property of combinations.

If \(^nC_a = ^nC_b\), then either:
1. \(a = b\), or
2. \(a + b = n\)

Solution Roadmap

Step 1: Apply symmetry property
Step 2: Form equation using \(a + b = n\)
Step 3: Find \(n\)
Step 4: Compute required combination

\( ^nC_8 = ^nC_2 \)
⇒ 8 + 2 = n

Solution

Given:

\[ ^nC_8 = ^nC_2 \]

Using symmetry property:

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

Now compute:

\[ \begin{aligned} ^nC_2 &= ^{10}C_2 \\ &= \frac{10 \times 9}{2} \\ &= 45 \end{aligned} \] Use symmetry → fast solve Avoid long factorial expansion

Final Answer

\(^nC_2 = 45\)

Exam Significance

This is a very important shortcut-based problem.

  • Direct CBSE board question type
  • Frequently asked in JEE for quick solving
  • Tests knowledge of symmetry property

Key takeaway: If \(nC_a = nC_b\), immediately check \(a + b = n\)

↑ Top
1 / 9  ·  11%
Q2 →
Q2
NUMERIC3 marks

Determine \(n\) if
(i) \(^{2n}C_3 : ^nC_3 = 12 : 1\)
(ii) \(^{2n}C_3 : ^nC_3 = 11 : 1\)

Theory

Combination formula:

\[ ^nC_r = \frac{n(n-1)(n-2)}{r!} \quad \text{(for small } r) \]

For ratio problems: expand only required terms and cancel early.

Key idea: \[ ^nC_3 = \frac{n(n-1)(n-2)}{6} \]

Solution Roadmap

Step 1: Convert ratio into fraction
Step 2: Use \( ^nC_3 = \frac{n(n-1)(n-2)}{6} \)
Step 3: Cancel common factors
Step 4: Solve resulting equation

Use nC3 = n(n−1)(n−2)/6 Avoid factorial expansion

Solution

(i)

\[ \frac{{}^{2n}C_3}{{}^{n}C_3} = 12 \] \[ \begin{aligned} \frac{(2n)(2n-1)(2n-2)}{n(n-1)(n-2)} &= 12 \end{aligned} \]

Simplify:

\[ \begin{aligned} (2n)(2n-1)2(n-1) &= 12n(n-1)(n-2) \\ 4n(n-1)(2n-1) &= 12n(n-1)(n-2) \end{aligned} \]

Cancel \(n(n-1)\):

\[ \begin{aligned} 4(2n-1) &= 12(n-2) \\ 2n-1 &= 3(n-2) \\ n &= 5 \end{aligned} \]

(ii)

\[ \frac{{}^{2n}C_3}{{}^{n}C_3} = 11 \] \[ \begin{aligned} \frac{(2n)(2n-1)(2n-2)}{n(n-1)(n-2)} &= 11 \end{aligned} \] \[ \begin{aligned} \frac{4(2n-1)}{(n-2)} &= 11 \\ 8n-4 &= 11(n-2) \\ 8n-4 &= 11n-22 \\ n &= 6 \end{aligned} \] Cancel common factors early Reduce to linear equation

Final Answer

(i) \(n = 5\)
(ii) \(n = 6\)

Exam Significance

This is a high-speed simplification problem in combinations.

  • Very common in JEE and boards
  • Tests ability to avoid factorial expansion
  • Focuses on algebraic reduction

Key takeaway: For \(nC_3\), directly use product form instead of factorials

← Q1
2 / 9  ·  22%
Q3 →
Q3
NUMERIC3 marks

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

Theory

A chord is formed by joining any two distinct points on a circle.

Since selecting 2 points does not depend on order, this is a combination problem.

\[ \text{Number of chords} = ^nC_2 \]

Solution Roadmap

Step 1: Identify total points → 21
Step 2: Select any 2 points
Step 3: Use combination formula
Step 4: Simplify

Choose any 2 points Each pair → 1 chord

Solution

Total points = 21

Number of chords = number of ways to choose 2 points:

\[ \begin{aligned} {}^{21}C_2 &= \frac{21 \times 20}{2} \\ &= 210 \end{aligned} \] 21C2 = (21 × 20)/2 Each pair forms a chord

Final Answer

\(210\)

Exam Significance

This is a standard geometric combination problem.

  • Frequently asked in CBSE exams
  • Common in JEE geometry-combinatorics crossover
  • Foundation for polygon and diagonal problems

Key takeaway: Any pair of points ⇒ use combination \(nC_2\)

← Q2
3 / 9  ·  33%
Q4 →
Q4
NUMERIC3 marks

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

Theory

This is a selection problem, not arrangement, because order does not matter.

When selections are made from independent groups, we use: product of combinations.

\[ \text{Total ways} = ^nC_r \times ^mC_k \]

Here: Select boys and girls separately, then multiply.

Solution Roadmap

Step 1: Choose 3 boys from 5
Step 2: Choose 3 girls from 4
Step 3: Multiply (independent selections)

Choose Boys Choose Girls 5C3 4C3

Solution

Choose 3 boys from 5:

\[ ^5C_3 = \frac{5 \times 4 \times 3}{3 \times 2 \times 1} = 10 \]

Choose 3 girls from 4:

\[ ^4C_3 = 4 \]

Total ways:

\[ \begin{aligned} \text{Total} &= ^5C_3 \times ^4C_3 \\ &= 10 \times 4 \ &= 40 \end{aligned} \] Independent selections Multiply results

Final Answer

\(40\)

Exam Significance

This is a multi-group selection problem.

  • Common CBSE board question
  • Important for JEE selection logic
  • Foundation for probability and grouping problems

Key takeaway: Select from different groups separately, then multiply

← Q3
4 / 9  ·  44%
Q5 →
Q5
NUMERIC3 marks

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.

Theory

This is a selection from multiple groups with fixed constraints.

When selections are made independently from different groups:

\[ \text{Total ways} = ^aC_x \times ^bC_y \times ^cC_z \]

Here, we must select exactly: 3 red + 3 white + 3 blue.

Solution Roadmap

Step 1: Choose 3 red balls from 6
Step 2: Choose 3 white balls from 5
Step 3: Choose 3 blue balls from 5
Step 4: Multiply all selections

Red: \( ^6C_3 \)
White: \( ^5C_3 \)
Blue: \( ^5C_3 \)
Multiply all

Solution

Choose 3 red balls from 6:

\[ ^6C_3 = 20 \]

Choose 3 white balls from 5:

\[ ^5C_3 = 10 \]

Choose 3 blue balls from 5:

\[ ^5C_3 = 10 \]

Total ways:

\[ \begin{aligned} \text{Total} &= ^6C_3 \times ^5C_3 \times ^5C_3 \\ &= 20 \times 10 \times 10 \\ &= 2000 \end{aligned} \] Independent selections Multiply all choices

Final Answer

\(2000\)

Exam Significance

This is a multi-category constrained selection problem.

  • Very common in CBSE board exams
  • Important for JEE grouping problems
  • Foundation for probability distributions

Key takeaway: When fixed numbers are chosen from different groups → multiply combinations

← Q4
5 / 9  ·  56%
Q6 →
Q6
NUMERIC3 marks

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

Theory

A standard deck has:
• 4 aces
• 48 non-ace cards

For “exactly one ace”, we split the selection:

\[ \text{Total ways} = ^4C_1 \times ^{48}C_4 \]

This is a conditional selection problem: select required items first, then remaining.

Solution Roadmap

Step 1: Choose 1 ace from 4
Step 2: Choose remaining 4 cards from 48 non-aces
Step 3: Multiply both selections

Choose Ace → \(^4C_1\)
Choose Others → \(^{48}C_4\)
Multiply

Solution

Choose 1 ace from 4:

\[ ^4C_1 = 4 \]

Choose remaining 4 cards from 48 non-aces:

\[ ^{48}C_4 = \frac{48 \times 47 \times 46 \times 45}{24} = 194580 \]

Total ways:

\[ \begin{aligned} \text{Total} &= ^4C_1 \times ^{48}C_4 \\ &= 4 \times 194580 \\ &= 778320 \end{aligned} \] Exactly one → split selection Multiply independent choices

Final Answer

\(778320\)

Exam Significance

This is a classic conditional combination problem.

  • Very common in probability and JEE exams
  • Tests “exactly k items” logic
  • Foundation for card probability problems

Key takeaway: “Exactly k” ⇒ choose required first, then remaining from others

← Q5
6 / 9  ·  67%
Q7 →
Q7
NUMERIC3 marks

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?

Theory

This is a selection with restriction problem.

Total players = 17
Bowlers = 5
Non-bowlers = 12

Since we need exactly 4 bowlers, we split the selection:

\[ \text{Total ways} = ^5C_4 \times ^{12}C_7 \]

Solution Roadmap

Step 1: Select required bowlers
Step 2: Select remaining players from non-bowlers
Step 3: Multiply independent selections

Bowlers → \(^5C_4\)
Non-bowlers → \(^{12}C_7\)
Combine selections

Solution

Choose 4 bowlers from 5:

\[ ^5C_4 = 5 \]

Choose remaining 7 players from 12 non-bowlers:

\[ ^{12}C_7 = 792 \]

Total ways:

\[ \begin{aligned} \text{Total} &= ^5C_4 \times ^{12}C_7 \\ &= 5 \times 792 \\ &= 3960 \end{aligned} \] Exactly 4 bowlers fixed Remaining from others

Final Answer

\(3960\)

Exam Significance

This is a fixed-category selection problem.

  • Very common in CBSE exams
  • Important for JEE grouping problems
  • Used in probability (team selection cases)

Key takeaway: “Exactly k from a category” ⇒ split selection and multiply

← Q6
7 / 9  ·  78%
Q8 →
Q8
NUMERIC3 marks

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.

Theory

This is a selection from multiple categories with fixed requirements.

Since order does not matter, we use combinations.

When selecting from different groups independently:

\[ \text{Total ways} = ^aC_x \times ^bC_y \]

Solution Roadmap

Step 1: Select 2 black balls from 5
Step 2: Select 3 red balls from 6
Step 3: Multiply independent selections

Black → \(^5C_2\)
Red → \(^6C_3\)
Multiply results

Solution

Choose 2 black balls from 5:

\[ ^5C_2 = \frac{5 \times 4}{2} = 10 \]

Choose 3 red balls from 6:

\[ ^6C_3 = \frac{6 \times 5 \times 4}{6} = 20 \]

Total ways:

\[ \begin{aligned} \text{Total} &= ^5C_2 \times ^6C_3 \\ &= 10 \times 20 \\ &= 200 \end{aligned} \] Independent selections Multiply combinations

Final Answer

\(200\)

Exam Significance

This is a basic multi-group selection problem.

  • Very common in CBSE board exams
  • Important for probability questions
  • Foundation for conditional selection problems

Key takeaway: Select from each group separately, then multiply

← Q7
8 / 9  ·  89%
Q9 →
Q9
NUMERIC3 marks

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?

Theory

This is a selection with compulsory elements.

When some items are compulsory:
• Include them first
• Choose remaining from the rest

\[ \text{Total ways} = ^{n-k}C_{r-k} \]

where \(k\) items are already fixed (compulsory).

Solution Roadmap

Step 1: Fix compulsory courses
Step 2: Count remaining courses to choose
Step 3: Select from remaining pool
Step 4: Apply combination

Total courses = 9 Compulsory = 2 Choose remaining from 7

Solution

Total courses = 9
Compulsory courses = 2

Remaining courses = \(9 - 2 = 7\)

Total courses required = 5
Already selected = 2
Remaining to select = \(5 - 2 = 3\)

Number of ways:

\[ \begin{aligned} ^7C_3 &= \frac{7 \times 6 \times 5}{6} \\ &= 35 \end{aligned} \] Fix compulsory first Choose remaining from rest

Final Answer

\(35\)

Exam Significance

This is a compulsory-element selection pattern.

  • Very common in CBSE board exams
  • Important for JEE selection constraints
  • Used in scheduling and subset problems

Key takeaway: Fix compulsory items first, then choose remaining

← Q8
9 / 9  ·  100%
↑ Back to top
🎓

Chapter Complete!

All 9 solutions for PERMUTATIONS AND COMBINATIONS covered.

↑ Review from the top

Chapter 6 Ultimate Dashboard

Permutations & Combinations Master System

Formula Sheet (Ultra-Compressed)

\[ n! = n(n-1)! \] \[ ^nP_r = \frac{n!}{(n-r)!} \] \[ ^nC_r = \frac{n!}{r!(n-r)!} \] \[ ^nC_r = ^nC_{n-r} \]

Factorial → Permutation → Combination Core chain

Decision Engine (Instant Method Selector)

Counting Visual Engine

Permutation vs Combination Tool

Top Exam Traps

5-Step Solving Framework

1. Identify: Selection or Arrangement
2. Check: Repetition allowed?
3. Apply: Formula (nPr / nCr)
4. Add: Constraints (fix/group/restrict)
5. Simplify: Cancel early

Problem Identify Apply Fix / Group / Complement

JEE-Level Generator

Advanced Patterns

Master Insight

Almost every P&C problem reduces to:
Choose → Arrange → Restrict → Simplify

AI Combinatorics Solver Pro Lab

Enter any basic combinatorics expression and get step-by-step solution

Solver Logic Flow

Input Detect Type Solve Step-by-step output

Smart Hint Engine

Practice Mode

Error Alerts

Share this Chapter

Found this helpful? Share this chapter with your friends and classmates.


💡 Exam Tip: Share helpful notes with your study group. Teaching others is one of the fastest ways to reinforce your own understanding.

Relations and Functions – Learning Resources

Get in Touch

Let's Connect

Questions, feedback, or suggestions?
We'd love to hear from you.