Get the most accurate ISC Solutions for Class 11 Mathematics Chapter 12 Permutations and Combinations here. Updated for the 2026-27 academic session, these solutions are based on the latest ISC textbooks for Class 11 Mathematics. Our expert-created answers for Class 11 Mathematics are available for free download in PDF format.
Detailed Chapter 12 Permutations and Combinations ISC Solutions for Class 11 Mathematics
For Class 11 students, solving ISC textbook questions is the most effective way to build a strong conceptual foundation. Our Class 11 Mathematics solutions follow a detailed, step-by-step approach to ensure you understand the logic behind every answer. Practicing these Chapter 12 Permutations and Combinations solutions will improve your exam performance.
Class 11 Mathematics Chapter 12 Permutations and Combinations ISC Solutions PDF
S Chand Class 11 ICSE Maths Solutions Chapter 12 Permutations and Combinations Ex 12(b)
Question 1. Evaluate \( \frac{4 !}{2 ! 2 !} \).
Answer: We need to calculate the value of the given expression involving factorials. We can expand the factorials and then simplify the expression by canceling common terms. This mathematical operation helps in understanding combinations.
\( \frac{4 !}{2 ! 2 !} = \frac{4 \times 3 \times 2 \times 1}{2 \times 1 \times 2 \times 1} \)
\( = \frac{24}{4} \)
\( = 6 \)
In simple words: To find the value, we multiply numbers down to 1 for each factorial, then divide. The answer is 6.
๐ฏ Exam Tip: Remember that \( n! = n \times (n-1) \times \dots \times 1 \). When simplifying factorial expressions, look for opportunities to cancel common factorial terms directly.
Question 2. Give the meaning and value of the symbol in the following:
(i) \( ^5P_2 \)
(ii) \( ^7P_3 \)
(iii) \( ^{10}P_4 \)
Answer: The symbol \( ^nP_r \) stands for the number of permutations of 'n' distinct items taken 'r' at a time. It tells us how many different ways we can arrange 'r' items selected from 'n' total items when the order matters. The formula for permutations is \( ^nP_r = \frac{n!}{(n-r)!} \).
(i) \( ^5P_2 \)
We have \( n=5 \) and \( r=2 \).
\( ^5P_2 = \frac{5 !}{(5-2) !} \)
\( = \frac{5 !}{3 !} \)
\( = \frac{5 \times 4 \times 3 !}{3!} \)
\( = 5 \times 4 \)
\( = 20 \)
(ii) \( ^7P_3 \)
We have \( n=7 \) and \( r=3 \).
\( ^7P_3 = \frac{7 !}{(7-3) !} \)
\( = \frac{7 !}{4 !} \)
\( = \frac{7 \times 6 \times 5 \times 4 !}{4 !} \)
\( = 7 \times 6 \times 5 \)
\( = 210 \)
(iii) \( ^{10}P_4 \)
We have \( n=10 \) and \( r=4 \).
\( ^{10}P_4 = \frac{10 !}{(10-4) !} \)
\( = \frac{10 !}{6 !} \)
\( = \frac{10 \times 9 \times 8 \times 7 \times 6 !}{6 !} \)
\( = 10 \times 9 \times 8 \times 7 \)
\( = 5040 \)
In simple words: \( ^nP_r \) means we are choosing 'r' things from 'n' things and arranging them. We use the formula \( \frac{n!}{(n-r)!} \) to find the number of ways. We expand the factorials and then multiply the remaining numbers.
๐ฏ Exam Tip: Always write down the general formula for permutations, \( ^nP_r = \frac{n!}{(n-r)!} \), before substituting values to ensure you don't miss any steps and can earn partial credit.
Question 3. Find n if: Given \( ^nP_2 = 30 \).
Answer: We are given an equation involving a permutation and need to find the value of 'n'. We will use the permutation formula \( ^nP_r = \frac{n!}{(n-r)!} \) and then solve the resulting quadratic equation for 'n'. Remember that 'n' must be a natural number.
Given \( ^nP_2 = 30 \)
We know that \( ^nP_r = \frac{n!}{(n-r)!} \)
\( \implies \frac{n!}{(n-2) !} = 30 \)
\( \implies \frac{n(n-1)(n-2) !}{(n-2) !} = 30 \)
\( \implies n(n-1) = 30 \)
\( \implies n^2 - n = 30 \)
\( \implies n^2 - n - 30 = 0 \)
Now, we factor the quadratic equation:
\( \implies (n - 6) (n + 5) = 0 \)
This gives us two possible values for n:
\( \implies n = 6 \) or \( n = -5 \)
However, 'n' must be a natural number (a positive integer), so we discard the negative value.
\( \therefore n = 6 \)
In simple words: We are looking for a number 'n'. When you arrange 2 items out of 'n' items, there are 30 ways. We set up an equation, solve it, and find that 'n' must be 6.
๐ฏ Exam Tip: After solving for 'n', always check if the values obtained are valid in the context of permutations (i.e., 'n' must be a non-negative integer, and \( n \geq r \)).
Question 4. Given \( ^nP_4: ^{n-1}P_3 = 9 : 1 \).
Answer: We are given a ratio of two permutation expressions and need to find the value of 'n'. We will write out the permutation formulas for each term, simplify the ratio, and then solve the resulting equation for 'n'. This often leads to a simpler linear or quadratic equation.
Given \( ^nP_4: ^{n-1}P_3 = 9 : 1 \)
We can write this as a fraction:
\( \frac{^nP_4}{^{n-1}P_3} = \frac{9}{1} \)
Using the formula \( ^nP_r = \frac{n!}{(n-r)!} \):
\( \implies \frac{\frac{n!}{(n-4)!}}{\frac{(n-1)!}{((n-1)-3)!}} = 9 \)
\( \implies \frac{\frac{n!}{(n-4)!}}{\frac{(n-1)!}{(n-4)!}} = 9 \)
We can cancel \( (n-4)! \) from both numerator and denominator:
\( \implies \frac{n!}{(n-1)!} = 9 \)
Now, expand \( n! = n \times (n-1)! \):
\( \implies \frac{n \times (n-1)!}{(n-1)!} = 9 \)
\( \implies n = 9 \)
In simple words: We have a special way of arranging items, and the ratio of two such arrangements is 9 to 1. By writing out the formulas and simplifying, we find that the number 'n' is 9.
๐ฏ Exam Tip: When dealing with ratios of permutations, expand the factorials carefully and look for terms that can be cancelled. \( n! = n \times (n-1)! \) is a key identity for simplification.
Question 5. \( ^{2n}P_{n+1} : ^{2n-2}P_n = 56:3 \).
Answer: We need to solve for 'n' given this ratio of permutation expressions. We will substitute the permutation formula for each term, simplify the expression by expanding factorials, and then solve the resulting algebraic equation. This involves careful expansion of terms to find common factors.
Given \( ^{2n}P_{n+1} : ^{2n-2}P_n = 56:3 \)
\( \implies \frac{^{2n}P_{n+1}}{^{2n-2}P_n} = \frac{56}{3} \)
Using the formula \( ^nP_r = \frac{n!}{(n-r)!} \):
\( \implies \frac{\frac{(2n)!}{(2n-(n+1))!}}{\frac{(2n-2)!}{((2n-2)-n)!}} = \frac{56}{3} \)
\( \implies \frac{\frac{(2n)!}{(2n-n-1)!}}{\frac{(2n-2)!}{(n-2)!}} = \frac{56}{3} \)
\( \implies \frac{\frac{(2n)!}{(n-1)!}}{\frac{(2n-2)!}{(n-2)!}} = \frac{56}{3} \)
\( \implies \frac{(2n)!}{(n-1)!} \times \frac{(n-2)!}{(2n-2)!} = \frac{56}{3} \)
Now, we expand the factorials: \( (2n)! = 2n \times (2n-1) \times (2n-2)! \) and \( (n-1)! = (n-1) \times (n-2)! \)
\( \implies \frac{2n \times (2n-1) \times (2n-2)!}{(n-1) \times (n-2)!} \times \frac{(n-2)!}{(2n-2)!} = \frac{56}{3} \)
Cancel common terms \( (2n-2)! \) and \( (n-2)! \):
\( \implies \frac{2n(2n-1)}{(n-1)} = \frac{56}{3} \)
Cross-multiply:
\( \implies 3n(2n-1) = 56(n-1) \)
\( \implies 6n^2 - 3n = 56n - 56 \)
\( \implies 6n^2 - 3n - 56n + 56 = 0 \)
\( \implies 6n^2 - 59n + 56 = 0 \)
This looks like there might be an error in the provided solution or calculation from the source, as \( 3n(2n - 1) = 28(n - 1) \) seems to be a simplification that led to \( 6n^2 - 31n + 28 = 0 \). Let's re-examine the source simplification:
It has \( \frac{2n(2n-1)}{(n-1)} = \frac{56}{3} \)
The solution then states \( 3n (2n - 1) = 28(n - 1) \). This implies that `56` was divided by `2`, making the left side `n(2n-1)/(n-1)`. This is a common error in OCR or transcription. Based on the equation \( \frac{2n(2n-1)}{(n-1)} = \frac{56}{3} \), the correct next step is \( 3 \times 2n(2n-1) = 56(n-1) \), which is \( 6n(2n-1) = 56(n-1) \).
If we follow the source's intermediate equation \( 3n (2n - 1) = 28(n - 1) \), it means a factor of 2 was cancelled from `2n` on the left and `56` on the right. Let's assume the simplified equation in the source \( 3n (2n - 1) = 28(n - 1) \) is the one intended to be solved for 'n'.
\( \implies 6n^2 - 3n = 28n - 28 \)
\( \implies 6n^2 - 3n - 28n + 28 = 0 \)
\( \implies 6n^2 - 31n + 28 = 0 \)
Now, we factor the quadratic equation. We need two numbers that multiply to \( 6 \times 28 = 168 \) and add to -31. These are -7 and -24.
\( \implies 6n^2 - 24n - 7n + 28 = 0 \)
\( \implies 6n(n - 4) - 7(n - 4) = 0 \)
\( \implies (n - 4)(6n - 7) = 0 \)
This gives us two possible values for n:
\( \implies n = 4 \) or \( n = \frac{7}{6} \)
Since 'n' must be a natural number (integer) in permutation problems, \( n = \frac{7}{6} \) is not a valid solution.
\( \therefore n = 4 \)
In simple words: We are given a relationship between two ways of arranging items. We use the formula for arrangements and simplify the expression. We get a puzzle about 'n', and after solving it, we find that 'n' must be 4.
๐ฏ Exam Tip: Always double-check your algebraic manipulations, especially when dealing with factorials and cross-multiplication. Factorizing quadratic equations accurately is also essential for finding the correct 'n' values.
Question 6. \( ^{2n+1}P_{n-1} : ^{2n-1}P_n = 3:5 \).
Answer: We need to determine the value of 'n' from the given ratio of permutations. We will apply the permutation formula \( ^nP_r = \frac{n!}{(n-r)!} \) to both terms, simplify the resulting fractional expression, and then solve the algebraic equation for 'n'. It's important to be careful with the arithmetic in each step.
Given \( ^{2n+1}P_{n-1} : ^{2n-1}P_n = 3:5 \)
\( \implies \frac{^{2n+1}P_{n-1}}{^{2n-1}P_n} = \frac{3}{5} \)
Using the formula for permutations:
\( \implies \frac{\frac{(2n+1)!}{((2n+1)-(n-1))!}}{\frac{(2n-1)!}{((2n-1)-n)!}} = \frac{3}{5} \)
\( \implies \frac{\frac{(2n+1)!}{(2n+1-n+1)!}}{\frac{(2n-1)!}{(n-1)!}} = \frac{3}{5} \)
\( \implies \frac{\frac{(2n+1)!}{(n+2)!}}{\frac{(2n-1)!}{(n-1)!}} = \frac{3}{5} \)
\( \implies \frac{(2n+1)!}{(n+2)!} \times \frac{(n-1)!}{(2n-1)!} = \frac{3}{5} \)
Now, we expand the factorials: \( (2n+1)! = (2n+1) \times 2n \times (2n-1)! \) and \( (n+2)! = (n+2) \times (n+1) \times n \times (n-1)! \)
\( \implies \frac{(2n+1) \times 2n \times (2n-1)!}{(n+2) \times (n+1) \times n \times (n-1)!} \times \frac{(n-1)!}{(2n-1)!} = \frac{3}{5} \)
Cancel common terms \( (2n-1)! \) and \( (n-1)! \):
\( \implies \frac{(2n+1)2n}{(n+2)(n+1)n} = \frac{3}{5} \)
Cancel 'n' from numerator and denominator:
\( \implies \frac{2(2n+1)}{(n+2)(n+1)} = \frac{3}{5} \)
Cross-multiply:
\( \implies 5 \times 2(2n+1) = 3(n+2)(n+1) \)
\( \implies 10(2n+1) = 3(n^2 + n + 2n + 2) \)
\( \implies 20n + 10 = 3(n^2 + 3n + 2) \)
\( \implies 20n + 10 = 3n^2 + 9n + 6 \)
Rearrange into a quadratic equation:
\( \implies 3n^2 + 9n - 20n + 6 - 10 = 0 \)
\( \implies 3n^2 - 11n - 4 = 0 \)
Now, we factor the quadratic equation. We need two numbers that multiply to \( 3 \times -4 = -12 \) and add to -11. These are -12 and 1.
\( \implies 3n^2 - 12n + n - 4 = 0 \)
\( \implies 3n(n - 4) + 1(n - 4) = 0 \)
\( \implies (n - 4)(3n + 1) = 0 \)
This gives us two possible values for n:
\( \implies n = 4 \) or \( n = -\frac{1}{3} \)
Since 'n' must be a natural number (integer) for permutation problems, \( n = -\frac{1}{3} \) is not a valid solution.
\( \therefore n = 4 \)
In simple words: We are solving a puzzle where the arrangement of items in two different ways has a specific ratio. We use a formula, simplify the numbers, and solve for 'n'. The answer is 4.
๐ฏ Exam Tip: When simplifying complex factorial ratios, expand the larger factorial in terms of the smaller one (e.g., \( (2n+1)! = (2n+1) \cdot 2n \cdot (2n-1)! \)) to allow for cancellation and reduce complexity.
Question 7. \( ^{2n}P_3 = 100 \cdot ^nP_2 \).
Answer: We need to find the value of 'n' that satisfies the given equation involving permutations. We will write out the permutation formulas for both sides of the equation, simplify the expressions, and then solve the resulting algebraic equation for 'n'. We must also check that the found 'n' values are valid for permutations (i.e., 'n' must be a positive integer and \( n \geq r \)).
Given \( ^{2n}P_3 = 100 \cdot ^nP_2 \)
Using the formula \( ^nP_r = \frac{n!}{(n-r)!} \):
\( \implies \frac{(2n)!}{(2n-3)!} = 100 \times \frac{n!}{(n-2)!} \)
Expand the factorials: \( (2n)! = 2n(2n-1)(2n-2)(2n-3)! \) and \( n! = n(n-1)(n-2)! \)
\( \implies 2n(2n-1)(2n-2) = 100n(n-1) \)
Now, we can factor out \( 2n \) from the left side and cancel 'n' from both sides (assuming \( n \neq 0 \)):
\( \implies 2n(2n-1) \cdot 2(n-1) = 100n(n-1) \)
\( \implies 4n(2n-1)(n-1) = 100n(n-1) \)
If \( n \neq 0 \) and \( n \neq 1 \), we can divide both sides by \( 4n(n-1) \):
\( \implies 2n-1 = \frac{100}{4} \)
\( \implies 2n-1 = 25 \)
\( \implies 2n = 26 \)
\( \implies n = 13 \)
We also need to consider the cases where \( n=0 \) or \( n=1 \).
If \( n=0 \), the term \( ^{2n}P_3 = ^0P_3 \) is undefined, as `r` (3) cannot be greater than `n` (0). Also \( ^0P_2 \) is undefined.
If \( n=1 \), \( ^{2n}P_3 = ^2P_3 \) is undefined (r=3, n=2). And \( ^1P_2 \) is undefined.
So, \( n=0 \) and \( n=1 \) are not valid solutions. The only valid solution is \( n=13 \).
\( \therefore n = 13 \)
In simple words: We have an equation with arrangements of items on both sides. We use the formula for arrangements, simplify the expression by removing common terms, and solve for 'n'. We find that 'n' is 13, and other possible values do not make sense for this kind of problem.
๐ฏ Exam Tip: After simplifying and solving for 'n', always verify that the solutions obtained are permissible within the definition of permutations. This means 'n' must be a non-negative integer and \( n \ge r \) for \( ^nP_r \) to be defined.
Question 8. \( P(n, 6) = 3P(n, 5) \).
Answer: We are given an equation involving permutation notations and need to find the value of 'n'. We will substitute the general formula for permutations, \( P(n, r) = \frac{n!}{(n-r)!} \), into the equation, simplify the factorial expressions, and then solve the resulting linear equation for 'n'. This will help us find the unknown number of items.
Given \( P(n, 6) = 3P(n, 5) \)
Using the formula for permutations:
\( \implies \frac{n!}{(n-6)!} = 3 \times \frac{n!}{(n-5)!} \)
We can divide both sides by \( n! \) (assuming \( n! \neq 0 \), which is true for \( n \ge 6 \)):
\( \implies \frac{1}{(n-6)!} = \frac{3}{(n-5)!} \)
Now, expand \( (n-5)! = (n-5) \times (n-6)! \):
\( \implies \frac{1}{(n-6)!} = \frac{3}{(n-5)(n-6)!} \)
Multiply both sides by \( (n-6)! \) (assuming \( (n-6)! \neq 0 \)):
\( \implies 1 = \frac{3}{n-5} \)
Cross-multiply:
\( \implies n-5 = 3 \)
\( \implies n = 3 + 5 \)
\( \implies n = 8 \)
For \( P(n, 6) \) to be defined, \( n \ge 6 \). Our solution \( n=8 \) satisfies this condition.
In simple words: We have a puzzle about arranging items. The number of ways to arrange 6 items from 'n' is three times the number of ways to arrange 5 items from 'n'. By using the math rule for arrangements, we find that 'n' is 8.
๐ฏ Exam Tip: When \( n! \) appears on both sides of an equation in permutation problems, it can often be cancelled, simplifying the problem significantly. Always ensure the calculated 'n' is valid for the given permutations (i.e., \( n \geq r \)).
Question 9. Given \( 2P(n, 3) = P(n+1, 3) \).
Answer: We need to find the value of 'n' that satisfies this equation involving permutations. We will express both permutation terms using their formula \( P(n, r) = \frac{n!}{(n-r)!} \), simplify the factorial expressions by cancelling common terms, and then solve the resulting linear equation for 'n'. Remember to check for valid 'n' values at the end.
Given \( 2P(n, 3) = P(n+1, 3) \)
Using the formula for permutations:
\( \implies 2 \times \frac{n!}{(n-3)!} = \frac{(n+1)!}{((n+1)-3)!} \)
\( \implies 2 \times \frac{n!}{(n-3)!} = \frac{(n+1)!}{(n-2)!} \)
Now, expand \( (n+1)! = (n+1) \times n! \) and \( (n-2)! = (n-2) \times (n-3)! \):
\( \implies 2 \times \frac{n!}{(n-3)!} = \frac{(n+1) \times n!}{(n-2) \times (n-3)!} \)
We can cancel \( n! \) and \( (n-3)! \) from both sides (assuming they are non-zero, which requires \( n \ge 3 \)):
\( \implies 2 = \frac{n+1}{n-2} \)
Cross-multiply:
\( \implies 2(n-2) = n+1 \)
\( \implies 2n - 4 = n+1 \)
\( \implies 2n - n = 1 + 4 \)
\( \implies n = 5 \)
For \( P(n, 3) \) to be defined, \( n \ge 3 \). For \( P(n+1, 3) \) to be defined, \( n+1 \ge 3 \implies n \ge 2 \). Our solution \( n=5 \) satisfies both conditions.
In simple words: We have an equation where two times the arrangements of 3 items from 'n' is equal to the arrangements of 3 items from 'n+1'. We use the arrangement rule, simplify, and solve to find that 'n' is 5.
๐ฏ Exam Tip: When dealing with permutation equations, remember to expand only the necessary part of the factorial (e.g., \( (n+1)! = (n+1)n! \)) to make cancellations easier and reduce calculation errors.
Question 10. Find r if \( 5P(4, r) = 6P(5, r - 1) \), \( r \ge 1 \).
Answer: We need to find the value of 'r' that satisfies the given equation involving permutations. We will write out the permutation formula for each term, simplify the factorial expressions, and then solve the resulting quadratic equation for 'r'. We also need to ensure that the value of 'r' is valid for permutation definitions, meaning \( r \) must be a non-negative integer and \( n \ge r \).
Given \( 5P(4, r) = 6P(5, r - 1) \), with \( r \ge 1 \).
Using the formula \( P(n, r) = \frac{n!}{(n-r)!} \):
\( \implies 5 \times \frac{4!}{(4-r)!} = 6 \times \frac{5!}{(5-(r-1))!} \)
\( \implies 5 \times \frac{4!}{(4-r)!} = 6 \times \frac{5!}{(5-r+1)!} \)
\( \implies 5 \times \frac{4!}{(4-r)!} = 6 \times \frac{5!}{(6-r)!} \)
Now, expand \( 5! = 5 \times 4! \) and \( (6-r)! = (6-r) \times (5-r) \times (4-r)! \):
\( \implies 5 \times \frac{4!}{(4-r)!} = 6 \times \frac{5 \times 4!}{(6-r)(5-r)(4-r)!} \)
We can cancel \( 5 \) and \( 4! \) and \( (4-r)! \) from both sides (assuming they are non-zero):
\( \implies 1 = \frac{6}{(6-r)(5-r)} \)
Cross-multiply:
\( \implies (6-r)(5-r) = 6 \)
\( \implies 30 - 6r - 5r + r^2 = 6 \)
\( \implies r^2 - 11r + 30 = 6 \)
Rearrange into a quadratic equation:
\( \implies r^2 - 11r + 24 = 0 \)
Now, we factor the quadratic equation. We need two numbers that multiply to 24 and add to -11. These are -3 and -8.
\( \implies (r - 3)(r - 8) = 0 \)
This gives us two possible values for r:
\( \implies r = 3 \) or \( r = 8 \)
We need to check these values against the conditions for permutations:
1. \( r \ge 1 \) (given). Both 3 and 8 satisfy this.
2. For \( P(4, r) \), we need \( 4 \ge r \). This means \( r=3 \) is valid, but \( r=8 \) is not (since \( 4 < 8 \)).
3. For \( P(5, r-1) \), we need \( 5 \ge r-1 \implies 6 \ge r \). This means \( r=3 \) is valid, but \( r=8 \) is not (since \( 6 < 8 \)).
So, \( r=8 \) is meaningless because \( P(4, 8) \) is not defined. Therefore, the only valid solution is \( r=3 \).
\( \therefore r = 3 \)
In simple words: We have an equation comparing arrangements of items, and we need to find 'r'. We use the arrangement rule, simplify the math, and solve the equation. We find two possible values for 'r', but only one of them makes sense in this kind of problem. The answer is 3.
๐ฏ Exam Tip: Always verify the solutions for 'r' against the constraints \( n \ge r \) and \( r \ge 0 \) (or as specified in the question). Invalid solutions must be explicitly discarded.
Question 11. \( P(n, n) = 2P(n, n - 2) \).
Answer: We need to prove that the left-hand side (L.H.S.) of the equation is equal to the right-hand side (R.H.S.). We will evaluate each side separately using the permutation formula \( P(n, r) = \frac{n!}{(n-r)!} \) and then show they are identical. This demonstrates a specific property of permutations.
L.H.S. = \( P(n, n) \)
Using the permutation formula:
\( P(n, n) = ^nP_n = \frac{n!}{(n-n)!} = \frac{n!}{0!} \)
Since \( 0! = 1 \):
\( P(n, n) = \frac{n!}{1} = n! \)
R.H.S. = \( 2P(n, n - 2) \)
Using the permutation formula:
\( 2P(n, n - 2) = 2 \times ^nP_{n-2} = 2 \times \frac{n!}{(n-(n-2))!} \)
\( = 2 \times \frac{n!}{(n-n+2)!} \)
\( = 2 \times \frac{n!}{2!} \)
Since \( 2! = 2 \times 1 = 2 \):
\( = 2 \times \frac{n!}{2} \)
\( = n! \)
Since L.H.S. \( = n! \) and R.H.S. \( = n! \), we have shown that L.H.S. = R.H.S.
In simple words: We are checking if two ways of arranging items are the same. We calculate the left side and the right side of the equation separately using the arrangement rule. Both sides turn out to be \( n! \), which means they are equal. This shows a useful pattern in permutations.
๐ฏ Exam Tip: Remember that \( P(n, n) = n! \) and \( 0! = 1 \). These are fundamental identities that can simplify proofs involving permutations significantly.
Question 12. \( P(10, 3) = P(9, 3) + 3P(9, 2) \).
Answer: We need to verify if the given equation involving permutation values is true. We will calculate the numerical value of the left-hand side (L.H.S.) and the right-hand side (R.H.S.) separately using the permutation formula \( P(n, r) = \frac{n!}{(n-r)!} \) and then compare them. This kind of problem helps to confirm properties of permutations through direct calculation.
L.H.S. = \( P(10, 3) \)
\( P(10, 3) = ^{10}P_3 = \frac{10!}{(10-3)!} = \frac{10!}{7!} \)
\( = \frac{10 \times 9 \times 8 \times 7!}{7!} \)
\( = 10 \times 9 \times 8 \)
\( = 720 \)
R.H.S. = \( P(9, 3) + 3P(9, 2) \)
First, calculate \( P(9, 3) \):
\( P(9, 3) = ^9P_3 = \frac{9!}{(9-3)!} = \frac{9!}{6!} \)
\( = \frac{9 \times 8 \times 7 \times 6!}{6!} \)
\( = 9 \times 8 \times 7 \)
\( = 504 \)
Next, calculate \( P(9, 2) \):
\( P(9, 2) = ^9P_2 = \frac{9!}{(9-2)!} = \frac{9!}{7!} \)
\( = \frac{9 \times 8 \times 7!}{7!} \)
\( = 9 \times 8 \)
\( = 72 \)
Now, substitute these values into the R.H.S. expression:
R.H.S. \( = 504 + 3 \times 72 \)
\( = 504 + 216 \)
\( = 720 \)
Since L.H.S. \( = 720 \) and R.H.S. \( = 720 \), we have shown that L.H.S. = R.H.S.
In simple words: We want to see if a certain rule about arranging items is true. We calculate the value of the left side of the equation and the right side of the equation separately. Both sides give us the same number, 720, which means the rule is correct.
๐ฏ Exam Tip: When proving identities involving numerical permutation values, calculate each term accurately before summing them. Showing the step-by-step expansion of factorials helps avoid calculation errors.
Question 13. \( P(n, r) = (n - r + 1) P(n, r - 1) \).
Answer: We need to prove that the left-hand side (L.H.S.) of the equation is equal to the right-hand side (R.H.S.). We will start by expressing the R.H.S. using the permutation formula \( P(n, r) = \frac{n!}{(n-r)!} \) and then simplify it algebraically to show it is equal to the L.H.S. This identity is a useful property in permutation theory.
L.H.S. = \( P(n, r) = \frac{n!}{(n-r)!} \)
R.H.S. = \( (n - r + 1) P(n, r - 1) \)
First, write out \( P(n, r - 1) \) using the permutation formula:
\( P(n, r - 1) = \frac{n!}{(n-(r-1))!} = \frac{n!}{(n-r+1)!} \)
Now, substitute this back into the R.H.S. expression:
R.H.S. \( = (n - r + 1) \times \frac{n!}{(n-r+1)!} \)
We know that \( (n-r+1)! = (n-r+1) \times (n-r)! \). So, substitute this:
R.H.S. \( = (n - r + 1) \times \frac{n!}{(n-r+1)(n-r)!} \)
Now, we can cancel the term \( (n-r+1) \) from the numerator and denominator:
R.H.S. \( = \frac{n!}{(n-r)!} \)
Since L.H.S. \( = \frac{n!}{(n-r)!} \) and R.H.S. \( = \frac{n!}{(n-r)!} \), we have shown that L.H.S. = R.H.S.
In simple words: We are proving a math rule about arrangements. We take the right side of the equation and rewrite it using the permutation formula. After simplifying the numbers and terms, we find that it matches the left side, proving the rule is correct.
๐ฏ Exam Tip: When simplifying factorial expressions like \( (k)! \) with \( (k-1)! \), remember that \( k! = k \times (k-1)! \). Apply this rule to simplify \( (n-r+1)! \) in terms of \( (n-r)! \).
Question 14. \( P(n, n) = P(n, n - 1) \).
Answer: We need to prove that the left-hand side (L.H.S.) of the equation is equal to the right-hand side (R.H.S.). We will evaluate each side separately using the permutation formula \( P(n, r) = \frac{n!}{(n-r)!} \) and show they simplify to the same value. This demonstrates another important identity in permutation properties.
L.H.S. = \( P(n, n) \)
Using the permutation formula:
\( P(n, n) = ^nP_n = \frac{n!}{(n-n)!} = \frac{n!}{0!} \)
Since \( 0! = 1 \):
\( P(n, n) = \frac{n!}{1} = n! \)
R.H.S. = \( P(n, n - 1) \)
Using the permutation formula:
\( P(n, n - 1) = ^nP_{n-1} = \frac{n!}{(n-(n-1))!} \)
\( = \frac{n!}{(n-n+1)!} \)
\( = \frac{n!}{1!} \)
Since \( 1! = 1 \):
\( = \frac{n!}{1} = n! \)
Since L.H.S. \( = n! \) and R.H.S. \( = n! \), we have shown that L.H.S. = R.H.S.
In simple words: We are checking if arranging all 'n' items is the same as arranging 'n-1' items from 'n'. We calculate both sides of the equation using the arrangement rule. Both calculations result in \( n! \), meaning they are equal.
๐ฏ Exam Tip: This identity highlights that arranging all 'n' items and arranging 'n-1' items from 'n' result in the same number of permutations. Remember \( 0! = 1 \) and \( 1! = 1 \) for these kinds of proofs.
Question 15. Given \( \frac{1}{9!} + \frac{1}{10!} = \frac{x}{11!} \), find \( x \).
Answer: We need to find the value of \( x \) in the given equation involving factorials. To solve this, we should make the denominators of the fractions on the left-hand side common, preferably by expressing them in terms of the largest factorial, \( 11! \), or by making them a common smaller factorial. This simplification helps in isolating \( x \).
Given \( \frac{1}{9!} + \frac{1}{10!} = \frac{x}{11!} \)
To combine the terms on the left side, we can rewrite \( 10! \) in terms of \( 9! \): \( 10! = 10 \times 9! \).
So, the left side becomes:
\( \frac{1}{9!} + \frac{1}{10 \times 9!} \)
Find a common denominator, which is \( 10 \times 9! = 10! \):
\( = \frac{10}{10 \times 9!} + \frac{1}{10 \times 9!} \)
\( = \frac{10 + 1}{10!} = \frac{11}{10!} \)
Now, equate this to the right side of the original equation:
\( \frac{11}{10!} = \frac{x}{11!} \)
To solve for \( x \), we can multiply both sides by \( 11! \). Also, remember that \( 11! = 11 \times 10! \):
\( x = \frac{11}{10!} \times 11! \)
\( x = \frac{11}{10!} \times (11 \times 10!) \)
Cancel \( 10! \) from numerator and denominator:
\( x = 11 \times 11 \)
\( x = 121 \)
In simple words: We have an equation with special multiplied numbers called factorials. We want to find \( x \). We make all the parts of the equation have the same type of factorial at the bottom. Then, we solve to find that \( x \) is 121.
๐ฏ Exam Tip: When solving equations with factorials, convert all terms to the smallest or largest factorial to simplify. Remember the key identity \( n! = n \times (n-1)! \).
Question 16. If \( \frac{n !}{2 !(n-2) !} \) and \( \frac{n !}{4 !(n-4) !} \) are in the ratio \( 2 : 1 \), find the value of \( n \).
Answer: We are given two expressions involving factorials that are in a certain ratio, and we need to find the value of 'n'. The expressions are actually combinations, often written as \( ^nC_r \). We will set up the ratio, simplify the factorial terms, and then solve the resulting equation for 'n'. Careful algebraic manipulation is key here.
Given that \( \frac{n !}{2 !(n-2) !} : \frac{n !}{4 !(n-4) !} = 2 : 1 \)
We can write this ratio as a fraction:
\( \frac{\frac{n !}{2 !(n-2) !}}{\frac{n !}{4 !(n-4) !}} = \frac{2}{1} \)
When dividing fractions, we multiply by the reciprocal of the second fraction:
\( \frac{n !}{2 !(n-2) !} \times \frac{4 !(n-4) !}{n !} = 2 \)
We can cancel \( n! \) from the numerator and denominator:
\( \implies \frac{4 !(n-4) !}{2 !(n-2) !} = 2 \)
Now, expand the larger factorials in terms of the smaller ones: \( 4! = 4 \times 3 \times 2! \) and \( (n-2)! = (n-2) \times (n-3) \times (n-4)! \).
\( \implies \frac{4 \times 3 \times 2! \times (n-4)!}{2! \times (n-2)(n-3)(n-4)!} = 2 \)
Cancel \( 2! \) and \( (n-4)! \):
\( \implies \frac{4 \times 3}{(n-2)(n-3)} = 2 \)
\( \implies \frac{12}{(n-2)(n-3)} = 2 \)
Divide both sides by 2:
\( \implies \frac{6}{(n-2)(n-3)} = 1 \)
Cross-multiply:
\( \implies (n-2)(n-3) = 6 \)
\( \implies n^2 - 3n - 2n + 6 = 6 \)
\( \implies n^2 - 5n + 6 = 6 \)
Subtract 6 from both sides:
\( \implies n^2 - 5n = 0 \)
Factor out 'n':
\( \implies n(n - 5) = 0 \)
This gives us two possible values for n:
\( \implies n = 0 \) or \( n = 5 \)
For the original expressions \( \frac{n !}{2 !(n-2) !} \) and \( \frac{n !}{4 !(n-4) !} \) to be defined, we need \( n \ge 4 \) (because of \( (n-4)! \)).
If \( n=0 \), \( (n-2)! \) and \( (n-4)! \) are undefined. So \( n=0 \) is not a valid solution.
If \( n=5 \), all terms are well-defined: \( (5-2)! = 3! \) and \( (5-4)! = 1! \). So \( n=5 \) is a valid solution.
\( \therefore n = 5 \)
In simple words: We have two special numbers involving factorials that are in a ratio of 2 to 1. We use the factorial rule, simplify the numbers by cancelling common parts, and then solve for 'n'. We find that 'n' is 5.
๐ฏ Exam Tip: Always remember that \( ^nC_r = \frac{n!}{r!(n-r)!} \). When simplifying ratios of these expressions, always check the validity of 'n' based on the constraints of combinations/factorials (i.e., \( n \ge r \) and \( r \ge 0 \)).
Question 17. \( \frac{(2 n) !}{3 !(2 n-3) !} : \frac{n !}{2 !(n-2) !} = 44 : 3 \).
Answer: We need to find the value of 'n' from the given ratio of two permutation-like expressions (specifically, combinations with different constants). We will convert the ratio to a fraction, expand the factorials, and simplify the terms to solve for 'n'. This involves careful handling of multiple factorial expansions and cancellations.
Given \( \frac{(2 n) !}{3 !(2 n-3) !} : \frac{n !}{2 !(n-2) !} = 44 : 3 \)
Write the ratio as a fraction:
\( \frac{\frac{(2 n) !}{3 !(2 n-3) !}}{\frac{n !}{2 !(n-2) !}} = \frac{44}{3} \)
Multiply by the reciprocal of the second fraction:
\( \implies \frac{(2 n) !}{3 !(2 n-3) !} \times \frac{2 !(n-2) !}{n !} = \frac{44}{3} \)
Now, we expand the larger factorials in terms of the smaller ones:
\( (2n)! = 2n(2n-1)(2n-2)(2n-3)! \)
\( n! = n(n-1)(n-2)! \)
\( 3! = 3 \times 2! \)
Substitute these expansions:
\( \implies \frac{2n(2n-1)(2n-2)(2n-3)!}{3 \times 2! \times (2n-3)!} \times \frac{2 !(n-2) !}{n(n-1)(n-2)!} = \frac{44}{3} \)
Cancel common terms: \( (2n-3)! \), \( 2! \), \( (n-2)! \), and \( n \):
\( \implies \frac{2(2n-1)(2n-2)}{3 \times n(n-1)} = \frac{44}{3} \)
There seems to be an error in the source's intermediate step. The source simplified to \( \frac{2n(2n-1)(2n-2)}{3 !} \times \frac{2 !}{n(n-1)} = \frac{44}{3} \).
Let's follow the expanded form I derived: \( \frac{2n(2n-1)(2n-2)}{3 \times 2!} \times \frac{2!}{n(n-1)} = \frac{44}{3} \) (This is missing the \( (n-2)! \) in the numerator and \( (n-2)! \) in denominator from original equation, and it has an extra \( n \) that should have been cancelled).
Let's carefully re-evaluate starting from \( \frac{(2 n) !}{3 !(2 n-3) !} \times \frac{2 !(n-2) !}{n !} = \frac{44}{3} \).
\( \implies \frac{2n(2n-1)(2n-2)(2n-3)!}{3!(2n-3)!} \times \frac{2!(n-2)!}{n(n-1)(n-2)!} = \frac{44}{3} \)
Cancel \( (2n-3)! \) and \( (n-2)! \):
\( \implies \frac{2n(2n-1)(2n-2)}{3!} \times \frac{2!}{n(n-1)} = \frac{44}{3} \)
This matches the source's step here.
Now, \( 3! = 6 \) and \( 2! = 2 \):
\( \implies \frac{2n(2n-1)(2n-2)}{6} \times \frac{2}{n(n-1)} = \frac{44}{3} \)
Simplify \( \frac{2}{6} = \frac{1}{3} \):
\( \implies \frac{2n(2n-1)(2n-2)}{3n(n-1)} = \frac{44}{3} \)
Factor out 2 from \( (2n-2) \), so \( (2n-2) = 2(n-1) \):
\( \implies \frac{2n(2n-1) \times 2(n-1)}{3n(n-1)} = \frac{44}{3} \)
Cancel \( n \) and \( (n-1) \) (assuming \( n \neq 0 \) and \( n \neq 1 \)):
\( \implies \frac{2 \times (2n-1) \times 2}{3} = \frac{44}{3} \)
\( \implies \frac{4(2n-1)}{3} = \frac{44}{3} \)
Multiply both sides by 3:
\( \implies 4(2n-1) = 44 \)
Divide both sides by 4:
\( \implies 2n-1 = 11 \)
\( \implies 2n = 12 \)
\( \implies n = 6 \)
We need to check the validity of \( n=6 \). For the terms to be defined, we need \( 2n-3 \ge 0 \implies 2n \ge 3 \implies n \ge 1.5 \) and \( n-2 \ge 0 \implies n \ge 2 \). Our solution \( n=6 \) satisfies these conditions.
If \( n=0 \) or \( n=1 \), the denominators in the original ratio would become undefined (e.g., \( n! \) for \( n=0 \) or \( (n-2)! \) for \( n=1 \)). So, \( n=0 \) and \( n=1 \) are not valid.
\( \therefore n = 6 \)
In simple words: We have a complex relationship between arrangements of items involving 'n'. We simplify the factorial math step-by-step, cancelling terms. After all the calculations, we find that 'n' must be 6.
๐ฏ Exam Tip: Be meticulous with factorial expansions and cancellations. A common mistake is to miss factoring out constants (like 2 from \( (2n-2) \)) or cancelling common variables (like 'n' and \( (n-1) \)) too early or incorrectly.
Question 18. \( (n + 1)! = 56 \cdot (n - 1)! \).
Answer: We need to find the value of 'n' that satisfies the given equation involving factorials. To solve this, we will expand the larger factorial, \( (n+1)! \), until it includes \( (n-1)! \), allowing us to cancel common terms. This will lead to a quadratic equation, which we can solve for 'n'. Remember that 'n' must be a positive integer for factorials to be defined.
Given \( (n + 1)! = 56 \cdot (n - 1)! \)
Expand \( (n+1)! = (n+1) \times n \times (n-1)! \):
\( \implies (n+1)n(n-1)! = 56(n-1)! \)
We can divide both sides by \( (n-1)! \) (assuming \( (n-1)! \neq 0 \), which requires \( n-1 \ge 0 \implies n \ge 1 \)):
\( \implies (n+1)n = 56 \)
\( \implies n^2 + n = 56 \)
Rearrange into a quadratic equation:
\( \implies n^2 + n - 56 = 0 \)
Now, we factor the quadratic equation. We need two numbers that multiply to -56 and add to 1. These are 8 and -7.
\( \implies (n + 8)(n - 7) = 0 \)
This gives us two possible values for n:
\( \implies n = -8 \) or \( n = 7 \)
Since 'n' must be a natural number (a positive integer) for factorials, \( n = -8 \) is not a valid solution.
\( \therefore n = 7 \)
In simple words: We have an equation with special multiplied numbers called factorials. We make the larger factorial look like the smaller one so we can cancel parts. This leaves us with a simple math problem that tells us 'n' is 7.
๐ฏ Exam Tip: When solving factorial equations, always expand the larger factorial down to the smaller one to facilitate cancellation. Remember to check for the validity of 'n' (must be a non-negative integer) in the final answer.
Question 19. Prove that \( \frac{2 n !}{n !} = 1 \cdot 3 \cdot 5 \dots (2n โ 1) 2^n \).
Answer: We need to prove the given identity by starting from the left-hand side (L.H.S.) and transforming it into the right-hand side (R.H.S.). The L.H.S. involves factorials, while the R.H.S. involves a product of odd numbers and a power of 2. This proof requires carefully separating even and odd terms within the factorial expansion.
L.H.S. = \( \frac{(2n)!}{n!} \)
Expand \( (2n)! \):
\( (2n)! = (2n)(2n-1)(2n-2)(2n-3) \dots 4 \cdot 3 \cdot 2 \cdot 1 \)
Now, separate the even and odd terms:
\( = [(2n)(2n-2)(2n-4) \dots 4 \cdot 2] \times [(2n-1)(2n-3) \dots 3 \cdot 1] \)
Factor out a 2 from each even term in the first bracket. There are 'n' even terms.
\( = [2 \cdot n \times 2 \cdot (n-1) \times 2 \cdot (n-2) \dots 2 \cdot 2 \times 2 \cdot 1] \times [1 \cdot 3 \cdot 5 \dots (2n-1)] \)
\( = [2^n \times n(n-1)(n-2) \dots 2 \cdot 1] \times [1 \cdot 3 \cdot 5 \dots (2n-1)] \)
The part \( n(n-1)(n-2) \dots 2 \cdot 1 \) is simply \( n! \).
So, \( (2n)! = 2^n \cdot n! \cdot [1 \cdot 3 \cdot 5 \dots (2n-1)] \)
Now, substitute this back into the L.H.S. expression:
\( \text{L.H.S.} = \frac{2^n \cdot n! \cdot [1 \cdot 3 \cdot 5 \dots (2n-1)]}{n!} \)
Cancel \( n! \) from the numerator and denominator:
\( \text{L.H.S.} = 2^n \cdot [1 \cdot 3 \cdot 5 \dots (2n-1)] \)
\( \text{L.H.S.} = 1 \cdot 3 \cdot 5 \dots (2n-1) \cdot 2^n \)
This is equal to the R.H.S.
Thus, \( \frac{2 n!}{n!} = 1 \cdot 3 \cdot 5 \dots (2n โ 1) 2^n \).
In simple words: We are proving a special math rule about factorials. We take the left side, which is a big factorial divided by a smaller one, and break it down. We separate all the even numbers from the odd numbers in the big factorial. We find that we can take out \( 2^n \) and \( n! \), leaving behind the odd numbers. After cancelling, we get the right side, proving the rule.
๐ฏ Exam Tip: When proving factorial identities, the technique of separating even and odd factors from an expanded factorial, and then factoring out powers of 2, is very powerful. Remember to clearly show the expansion and factorization steps.
Question 20. Convert into factorial : \( 7 \cdot 8 \cdot 9 \cdot 10 \cdot 11 \cdot 12 \cdot 13 \cdot 14 \cdot 15 \).
Answer: We need to express the given product of consecutive integers in terms of factorials. A factorial \( n! \) is the product of all positive integers up to 'n'. To convert a product that doesn't start from 1 into a factorial form, we can multiply and divide by the missing starting terms. This is a common technique to write a partial product as a ratio of factorials.
Given product \( = 7 \cdot 8 \cdot 9 \cdot 10 \cdot 11 \cdot 12 \cdot 13 \cdot 14 \cdot 15 \)
To make this a full factorial, it needs to be multiplied by \( 1 \cdot 2 \cdot 3 \cdot 4 \cdot 5 \cdot 6 \).
So, we can write the product as:
\( = \frac{(1 \cdot 2 \cdot 3 \cdot 4 \cdot 5 \cdot 6 \cdot 7 \cdot 8 \cdot 9 \cdot 10 \cdot 11 \cdot 12 \cdot 13 \cdot 14 \cdot 15)}{(1 \cdot 2 \cdot 3 \cdot 4 \cdot 5 \cdot 6)} \)
The numerator is \( 15! \).
The denominator is \( 6! \).
\( = \frac{15!}{6!} \)
In simple words: We have a list of numbers multiplied together, but it doesn't start from 1. To write it using a factorial (which always starts from 1), we multiply the list by the missing numbers (1 to 6) at the start. Then, to keep the value the same, we also divide by those same missing numbers. This gives us one big factorial divided by a smaller one.
๐ฏ Exam Tip: To convert a product \( k \cdot (k+1) \cdot \dots \cdot n \) into factorial form, remember the trick: multiply the numerator and denominator by \( (k-1)! \) to get \( \frac{n!}{(k-1)!} \).
Free study material for Mathematics
ISC Solutions Class 11 Mathematics Chapter 12 Permutations and Combinations
Students can now access the ISC Solutions for Chapter 12 Permutations and Combinations prepared by teachers on our website. These solutions cover all questions in exercise in your Class 11 Mathematics textbook. Each answer is updated based on the current academic session as per the latest ISC syllabus.
Detailed Explanations for Chapter 12 Permutations and Combinations
Our expert teachers have provided step-by-step explanations for all the difficult questions in the Class 11 Mathematics chapter. Along with the final answers, we have also explained the concept behind it to help you build stronger understanding of each topic. This will be really helpful for Class 11 students who want to understand both theoretical and practical questions. By studying these ISC Questions and Answers your basic concepts will improve a lot.
Benefits of using Mathematics Class 11 Solved Papers
Using our Mathematics solutions regularly students will be able to improve their logical thinking and problem-solving speed. These Class 11 solutions are a guide for self-study and homework assistance. Along with the chapter-wise solutions, you should also refer to our Revision Notes and Sample Papers for Chapter 12 Permutations and Combinations to get a complete preparation experience.
FAQs
The complete and updated OP Malhotra Class 11 Maths Solutions Chapter 12 Permutations and Combinations Exercise 12 (B) is available for free on StudiesToday.com. These solutions for Class 11 Mathematics are as per latest ISC curriculum.
Yes, our experts have revised the OP Malhotra Class 11 Maths Solutions Chapter 12 Permutations and Combinations Exercise 12 (B) as per 2026 exam pattern. All textbook exercises have been solved and have added explanation about how the Mathematics concepts are applied in case-study and assertion-reasoning questions.
Toppers recommend using ISC language because ISC marking schemes are strictly based on textbook definitions. Our OP Malhotra Class 11 Maths Solutions Chapter 12 Permutations and Combinations Exercise 12 (B) will help students to get full marks in the theory paper.
Yes, we provide bilingual support for Class 11 Mathematics. You can access OP Malhotra Class 11 Maths Solutions Chapter 12 Permutations and Combinations Exercise 12 (B) in both English and Hindi medium.
Yes, you can download the entire OP Malhotra Class 11 Maths Solutions Chapter 12 Permutations and Combinations Exercise 12 (B) in printable PDF format for offline study on any device.