Get the most accurate TN Board Solutions for Class 11 Maths Chapter 04 Combinatorics and Mathematical Induction here. Updated for the 2026-27 academic session, these solutions are based on the latest TN Board textbooks for Class 11 Maths. Our expert-created answers for Class 11 Maths are available for free download in PDF format.
Detailed Chapter 04 Combinatorics and Mathematical Induction TN Board Solutions for Class 11 Maths
For Class 11 students, solving TN Board textbook questions is the most effective way to build a strong conceptual foundation. Our Class 11 Maths solutions follow a detailed, step-by-step approach to ensure you understand the logic behind every answer. Practicing these Chapter 04 Combinatorics and Mathematical Induction solutions will improve your exam performance.
Class 11 Maths Chapter 04 Combinatorics and Mathematical Induction TN Board Solutions PDF
Question 1. If \( nC_{12} = nC_9 \) find 21Cn
Answer: We are given the equation \( nC_{12} = nC_9 \). In combinatorics, if \( nC_x = nC_y \), then there are two possibilities: either \( x = y \) or \( x + y = n \). The first case, \( x = y \), means \( 12 = 9 \), which is not possible. So, we must use the second case: \( x + y = n \).
\( \implies 12 + 9 = n \)
\( \implies n = 21 \)
Now we need to find the value of \( 21C_n \). Since \( n = 21 \), we substitute this value into the expression.
\( \implies 21C_{21} \)
The combination \( nC_n \) is always equal to 1, because there is only one way to choose all \( n \) items from a set of \( n \) items.
\( \implies 21C_{21} = 1 \)
Thus, the final value is 1.
In simple words: When two combinations with the same 'n' value are equal, the lower numbers either match or add up to 'n'. Since they don't match, we add them to find 'n', then use 'n' to calculate the final combination.
๐ฏ Exam Tip: Remember the fundamental property of combinations: if \( nC_x = nC_y \), then \( x = y \) or \( x + y = n \). This identity is crucial for solving many combination-related problems quickly.
Question 2. If \( 15C_{2r-1} = 15C_{2r+4} \), find F.
Answer: We are given the equation \( 15C_{2r-1} = 15C_{2r+4} \). We know that if \( nC_x = nC_y \), then either \( x = y \) or \( x + y = n \).
First, let's consider the case \( x = y \).
\( 2r - 1 = 2r + 4 \)
Subtracting \( 2r \) from both sides gives \( -1 = 4 \), which is not possible. Therefore, we must use the second case, \( x + y = n \).
Here, \( n = 15 \), \( x = 2r - 1 \) and \( y = 2r + 4 \).
\( \implies (2r - 1) + (2r + 4) = 15 \)
Combine the like terms:
\( \implies 4r + 3 = 15 \)
Subtract 3 from both sides:
\( \implies 4r = 15 - 3 \)
\( \implies 4r = 12 \)
Divide by 4 to find \( r \):
\( \implies r = \frac{12}{4} \)
\( \implies r = 3 \)
The value of 'r' is 3. (Note: The question asks to "find F", but based on the mathematical context of the equation, the variable to be found is 'r'. The solution provided correctly finds 'r'.)
In simple words: When two combinations are equal and their bottom numbers are different, those bottom numbers must add up to the top number. Solve this simple equation to find the value of 'r'.
๐ฏ Exam Tip: Always verify that both cases for \( nC_x = nC_y \) are considered. Often, one case leads to a contradiction, leaving the other as the only valid solution. If the question asks for a variable that isn't clearly present, interpret it based on the mathematical expression given, as it might be an OCR error.
Question 3. If \( nP_r = 720 \), If \( nC_r = 120 \), find n, r
Answer: We are given the values for permutations and combinations: \( nP_r = 720 \) and \( nC_r = 120 \). We know the relationship between permutations and combinations is \( nP_r = nC_r \times r! \). This formula shows how permutations (order matters) relate to combinations (order doesn't matter) by multiplying by the ways to order the chosen items.
We can use this relationship to find \( r! \):
\( r! = \frac{nP_r}{nC_r} \)
Substitute the given values:
\( r! = \frac{720}{120} \)
\( r! = 6 \)
Now, we need to find which number's factorial equals 6. We know that \( 3! = 3 \times 2 \times 1 = 6 \).
Therefore, \( r = 3 \).
Now that we have \( r = 3 \), we can substitute this value back into the permutation formula \( nP_r = \frac{n!}{(n-r)!} \).
\( nP_3 = \frac{n!}{(n-3)!} = 720 \)
Expand the factorial \( n! \) until \( (n-3)! \):
\( n(n-1)(n-2)\frac{(n-3)!}{(n-3)!} = 720 \)
This simplifies to:
\( n(n-1)(n-2) = 720 \)
We are looking for three consecutive integers whose product is 720. We can try to factorize 720 or test small integer values for 'n'. If we look for numbers close to \( \sqrt[3]{720} \approx 8.9 \), we can test numbers around 9 or 10.
\( 10 \times (10-1) \times (10-2) = 10 \times 9 \times 8 = 720 \)
So, \( n = 10 \).
Thus, the values are \( n = 10 \) and \( r = 3 \).
In simple words: First, use the known formula that links permutations and combinations to find 'r' by dividing the permutation value by the combination value. Once 'r' is known, use the permutation formula with 'r' to find 'n' by finding three consecutive numbers that multiply to the given product.
๐ฏ Exam Tip: Always remember the key relationship \( nP_r = nC_r \times r! \). This formula allows you to easily find 'r' when both \( nP_r \) and \( nC_r \) are given. For finding 'n', try to express the permutation as a product of consecutive integers.
Question 4. Prove that \( 15C_3 + 2 \times 15C_4 + 15C_5 = 17C_5 \)
Answer: To prove this identity, we will use Pascal's Identity, which states that \( nC_{r-1} + nC_r = (n+1)C_r \). This identity is fundamental for combining two adjacent terms in a combination series.
Let's start with the Left Hand Side (LHS) of the equation:
LHS \( = 15C_3 + 2 \times 15C_4 + 15C_5 \)
We can rewrite \( 2 \times 15C_4 \) as \( 15C_4 + 15C_4 \).
LHS \( = 15C_3 + 15C_4 + 15C_4 + 15C_5 \)
Now, group the terms and apply Pascal's Identity twice:
LHS \( = (15C_3 + 15C_4) + (15C_4 + 15C_5) \)
For the first group \( (15C_3 + 15C_4) \), \( n=15 \) and \( r=4 \), so \( 15C_3 + 15C_4 = (15+1)C_4 = 16C_4 \).
For the second group \( (15C_4 + 15C_5) \), \( n=15 \) and \( r=5 \), so \( 15C_4 + 15C_5 = (15+1)C_5 = 16C_5 \).
Substitute these back into the expression:
LHS \( = 16C_4 + 16C_5 \)
Now, apply Pascal's Identity one more time to this new expression. Here, \( n=16 \) and \( r=5 \).
LHS \( = (16+1)C_5 \)
LHS \( = 17C_5 \)
This is equal to the Right Hand Side (RHS) of the given equation.
Thus, the identity is proven.
In simple words: Break down the middle term into two parts, then combine the terms in pairs using a special rule (Pascal's Identity) that adds two combinations with the same top number and consecutive bottom numbers. Do this repeatedly until you get the desired single combination.
๐ฏ Exam Tip: When proving identities involving sums of combinations, always look for opportunities to apply Pascal's Identity. Breaking down terms like \( 2 \times nC_r \) into \( nC_r + nC_r \) is a common strategy to make this identity applicable.
Question 5. Prove that \( 35C_5 + \sum_{r=0}^{4} (39-r) C_4 = 40C_5 \)
Answer: To prove this identity, we will first expand the summation and then repeatedly apply Pascal's Identity, \( nC_{r-1} + nC_r = (n+1)C_r \). This identity allows us to simplify sums of adjacent combination terms.
Let's first expand the summation part of the LHS:
\( \sum_{r=0}^{4} (39-r) C_4 = (39-0)C_4 + (39-1)C_4 + (39-2)C_4 + (39-3)C_4 + (39-4)C_4 \)
\( = 39C_4 + 38C_4 + 37C_4 + 36C_4 + 35C_4 \)
Now, let's substitute this back into the original LHS:
LHS \( = 35C_5 + 39C_4 + 38C_4 + 37C_4 + 36C_4 + 35C_4 \)
Rearrange the terms to group them for applying Pascal's Identity, starting with \( 35C_5 \) and \( 35C_4 \).
LHS \( = (35C_5 + 35C_4) + 36C_4 + 37C_4 + 38C_4 + 39C_4 \)
Applying Pascal's Identity \( (nC_{r-1} + nC_r = (n+1)C_r) \), with \( n=35, r=5 \):
\( (35C_5 + 35C_4) = 36C_5 \)
Now substitute this back:
LHS \( = 36C_5 + 36C_4 + 37C_4 + 38C_4 + 39C_4 \)
Apply Pascal's Identity again, with \( n=36, r=5 \):
\( (36C_5 + 36C_4) = 37C_5 \)
LHS \( = 37C_5 + 37C_4 + 38C_4 + 39C_4 \)
Apply Pascal's Identity again, with \( n=37, r=5 \):
\( (37C_5 + 37C_4) = 38C_5 \)
LHS \( = 38C_5 + 38C_4 + 39C_4 \)
Apply Pascal's Identity again, with \( n=38, r=5 \):
\( (38C_5 + 38C_4) = 39C_5 \)
LHS \( = 39C_5 + 39C_4 \)
Apply Pascal's Identity one last time, with \( n=39, r=5 \):
\( (39C_5 + 39C_4) = 40C_5 \)
Thus, LHS \( = 40C_5 \), which is the Right Hand Side (RHS). The identity is proven.
In simple words: First, write out all the terms in the sum. Then, start combining the terms one by one from left to right using Pascal's rule, which helps merge two combinations into a single new one. Keep doing this until all terms are combined into the final result.
๐ฏ Exam Tip: For problems involving summations of combinations, remember that the "Hockey-stick Identity" (or summation identity) is often used. It is a repeated application of Pascal's identity. Visualizing the terms in Pascal's triangle can help understand how they sum up diagonally.
Question 6. If \( (n + 1)C_8 : (n - 3)P_4 = 57 : 16 \), find n
Answer: We are given a ratio involving combinations and permutations: \( (n+1)C_8 : (n-3)P_4 = 57 : 16 \). We need to find the value of \( n \).
First, write the ratio as a fraction:
\( \frac{(n+1)C_8}{(n-3)P_4} = \frac{57}{16} \)
Now, recall the formulas for combinations and permutations:
\( nC_r = \frac{n!}{r!(n-r)!} \)
\( nP_r = \frac{n!}{(n-r)!} \)
Apply these formulas to the given terms:
\( (n+1)C_8 = \frac{(n+1)!}{8!((n+1)-8)!} = \frac{(n+1)!}{8!(n-7)!} \)
\( (n-3)P_4 = \frac{(n-3)!}{((n-3)-4)!} = \frac{(n-3)!}{(n-7)!} \)
Substitute these expanded forms back into the ratio:
\( \frac{\frac{(n+1)!}{8!(n-7)!}}{\frac{(n-3)!}{(n-7)!}} = \frac{57}{16} \)
The \( (n-7)! \) terms cancel out:
\( \frac{(n+1)!}{8!(n-3)!} = \frac{57}{16} \)
Now, expand \( (n+1)! \) until \( (n-3)! \):
\( (n+1)! = (n+1) \cdot n \cdot (n-1) \cdot (n-2) \cdot (n-3)! \)
Substitute this into the equation:
\( \frac{(n+1)n(n-1)(n-2)(n-3)!}{8!(n-3)!} = \frac{57}{16} \)
The \( (n-3)! \) terms cancel out:
\( \frac{(n+1)n(n-1)(n-2)}{8!} = \frac{57}{16} \)
Multiply both sides by \( 8! \):
\( (n+1)n(n-1)(n-2) = \frac{57}{16} \times 8! \)
Calculate \( 8! = 8 \times 7 \times 6 \times 5 \times 4 \times 3 \times 2 \times 1 = 40320 \).
\( (n+1)n(n-1)(n-2) = \frac{57 \times 40320}{16} \)
\( (n+1)n(n-1)(n-2) = 57 \times 2520 \)
\( (n+1)n(n-1)(n-2) = 143640 \)
We need to find four consecutive integers whose product is 143640. Let's try to factorize 143640 or estimate the fourth root. The fourth root of 143640 is approximately 19.4. So, we expect 'n' to be around 19 or 20.
Let's test consecutive integers around 19 and 20:
If \( n = 20 \):
\( (20+1) \times 20 \times (20-1) \times (20-2) = 21 \times 20 \times 19 \times 18 \)
\( = 420 \times 19 \times 18 = 7980 \times 18 = 143640 \)
This matches the value.
Therefore, \( n = 20 \).
In simple words: Write out the formulas for the combination and permutation, and put them in a fraction as given by the ratio. Simplify the factorials by canceling common terms. This will leave you with a product of 'n' and a few numbers close to it. Solve for 'n' by finding consecutive numbers that multiply to the calculated value.
๐ฏ Exam Tip: When dealing with combined permutation and combination problems, always write out the full factorial expansions first. This helps identify terms that cancel out, simplifying the algebraic manipulation. Factorial calculations can be large, so look for ways to simplify before multiplying everything.
Question 7. Prove that \( 2nC_n = \frac{2^n \times 1 \times 3 \times \dots \times (2n-1)}{n!} \)
Answer: We need to prove the given identity for \( 2nC_n \). Let's start with the definition of \( 2nC_n \) and expand it using the combination formula.
LHS \( = 2nC_n = \frac{(2n)!}{n!(2n-n)!} \)
\( = \frac{(2n)!}{n!n!} \)
Now, expand the numerator \( (2n)! \) to show all terms:
\( (2n)! = (2n)(2n-1)(2n-2)(2n-3) \dots (4)(3)(2)(1) \)
Substitute this back into the expression:
\( = \frac{(2n)(2n-1)(2n-2)(2n-3) \dots (4)(3)(2)(1)}{n!n!} \)
Next, separate the even terms and the odd terms in the numerator:
The even terms are \( (2n), (2n-2), \dots, 4, 2 \).
The odd terms are \( (2n-1), (2n-3), \dots, 3, 1 \).
\( = \frac{[(2n)(2n-2)(2n-4) \dots 4 \cdot 2] \times [(2n-1)(2n-3) \dots 3 \cdot 1]}{n!n!} \)
Now, factor out a 2 from each of the 'n' even terms. Since there are 'n' even terms, we will factor out \( 2^n \).
\( (2n)(2n-2)(2n-4) \dots 4 \cdot 2 = 2^n [n(n-1)(n-2) \dots 2 \cdot 1] \)
The expression in the square brackets is simply \( n! \).
So, \( 2^n n! \).
Substitute this back into the fraction:
\( = \frac{2^n n! \times [1 \cdot 3 \cdot 5 \cdot \dots \cdot (2n-1)]}{n!n!} \)
Now, cancel out one \( n! \) term from the numerator and the denominator:
\( = \frac{2^n \times [1 \cdot 3 \cdot 5 \cdot \dots \cdot (2n-1)]}{n!} \)
This matches the Right Hand Side (RHS) of the identity. Therefore, the identity is proven.
In simple words: Start with the definition of \( 2nC_n \). Expand the top factorial and separate the even numbers from the odd numbers. Factor out \( 2^n \) from all the even numbers, which will leave behind \( n! \). Cancel out one \( n! \) term, and you will get the expression on the right side.
๐ฏ Exam Tip: When asked to prove identities involving \( 2nC_n \), remember the trick of separating the even and odd terms in the numerator's factorial expansion. This often simplifies the expression using \( 2^n n! \) and odd products.
Question 8. prove that if \( 1 \le r \le n \), then \( n \times (n - 1)C_{r-1} = (n - r + 1) \times nC_{r-1} \)
Answer: We need to prove the identity \( n \times (n-1)C_{r-1} = (n-r+1) \times nC_{r-1} \). We will start by expanding the Left Hand Side (LHS) using the combination formula \( nC_r = \frac{n!}{r!(n-r)!} \).
LHS \( = n \times (n-1)C_{r-1} \)
Apply the combination formula for \( (n-1)C_{r-1} \):
\( = n \times \frac{(n-1)!}{(r-1)!((n-1)-(r-1))!} \)
Simplify the denominator's second factorial term:
\( (n-1)-(r-1) = n-1-r+1 = n-r \)
So, the expression becomes:
\( = n \times \frac{(n-1)!}{(r-1)!(n-r)!} \)
We know that \( n \times (n-1)! = n! \). Substitute this into the numerator:
\( = \frac{n!}{(r-1)!(n-r)!} \)
Now, let's look at the Right Hand Side (RHS) of the identity. We need to express \( nC_{r-1} \) using the combination formula.
RHS \( = (n-r+1) \times nC_{r-1} \)
Apply the combination formula for \( nC_{r-1} \):
\( nC_{r-1} = \frac{n!}{(r-1)!(n-(r-1))!} = \frac{n!}{(r-1)!(n-r+1)!} \)
Substitute this back into the RHS:
RHS \( = (n-r+1) \times \frac{n!}{(r-1)!(n-r+1)!} \)
We know that \( (n-r+1)! = (n-r+1) \times (n-r)! \). Substitute this into the denominator:
RHS \( = (n-r+1) \times \frac{n!}{(r-1)!(n-r+1)(n-r)!} \)
Cancel out the common term \( (n-r+1) \) from the numerator and denominator:
RHS \( = \frac{n!}{(r-1)!(n-r)!} \)
Since LHS \( = \frac{n!}{(r-1)!(n-r)!} \) and RHS \( = \frac{n!}{(r-1)!(n-r)!} \), then LHS = RHS.
Thus, the identity is proven.
In simple words: Expand both sides of the equation using the factorial formula for combinations. On the left side, combine 'n' with \( (n-1)! \) to get \( n! \). On the right side, expand the factorial of \( (n-r+1)! \) in the denominator to cancel out the \( (n-r+1) \) term from outside. Both sides will simplify to the same expression, proving they are equal.
๐ฏ Exam Tip: When proving identities, it is often helpful to expand both sides independently to their simplest factorial forms. Ensure all terms are clearly expanded and simplified step-by-step. This particular identity is useful in many combinatorial proofs and calculations.
Question 9. (i) A kabaddi coach has 14 players ready to play. How many different teams of 7 players could the coach put on the court ?
Answer: This problem involves selecting a team where the order of players does not matter, so we use combinations. The coach has 14 players in total and needs to choose a team of 7 players.
The number of ways to select 7 players from 14 players is given by the combination formula \( nC_r = \frac{n!}{r!(n-r)!} \), where \( n=14 \) and \( r=7 \).
Number of ways \( = 14C_7 \)
\( = \frac{14!}{7!(14-7)!} \)
\( = \frac{14!}{7!7!} \)
Now, expand the factorials and simplify:
\( = \frac{14 \times 13 \times 12 \times 11 \times 10 \times 9 \times 8 \times 7!}{7 \times 6 \times 5 \times 4 \times 3 \times 2 \times 1 \times 7!} \)
Cancel out \( 7! \) from the numerator and denominator:
\( = \frac{14 \times 13 \times 12 \times 11 \times 10 \times 9 \times 8}{7 \times 6 \times 5 \times 4 \times 3 \times 2 \times 1} \)
Perform the division:
\( = (14/7/2) \times (12/6/4/3) \times 13 \times 11 \times 10 \times 9 \times 8 \)
\( = 1 \times 13 \times 11 \times 10 \times 9 \times 8 / (5 \times 1) \) (simplified in steps)
\( = 2 \times 13 \times 11 \times 10 \times 9 \times 8 \times \frac{1}{7 \times 6 \times 5 \times 4 \times 3 \times 2 \times 1} \) (re-evaluating the actual calculation steps from the source, it is:)
\( = \frac{14 \times 13 \times 12 \times 11 \times 10 \times 9 \times 8}{5040} \)
\( = 3432 \)
Therefore, the coach can form 3432 different teams of 7 players.
In simple words: Since the order of players in a team doesn't matter, we use combinations. We need to choose 7 players out of 14 available players. Calculate this combination to find the total number of unique teams possible.
๐ฏ Exam Tip: Clearly identify whether a problem requires permutations (order matters) or combinations (order does not matter). For team selections, arrangements, or groups where position isn't specified, combinations are typically used.
Question 9. (ii) There are 15 persons in a party and if each 2 of them shakes hands with each other, how many handshakes happen in the party?
Answer: This problem asks for the number of handshakes among 15 people, where each handshake involves exactly two people. The order in which two people shake hands does not matter (person A shaking person B's hand is the same handshake as person B shaking person A's hand). Therefore, this is a combination problem.
We need to select 2 people out of 15 for each handshake. This can be calculated using the combination formula \( nC_r = \frac{n!}{r!(n-r)!} \), where \( n=15 \) (total persons) and \( r=2 \) (persons per handshake).
Number of handshakes \( = 15C_2 \)
\( = \frac{15!}{2!(15-2)!} \)
\( = \frac{15!}{2!13!} \)
Expand the factorial in the numerator until \( 13! \):
\( = \frac{15 \times 14 \times 13!}{2 \times 1 \times 13!} \)
Cancel out \( 13! \) from the numerator and denominator:
\( = \frac{15 \times 14}{2 \times 1} \)
\( = \frac{210}{2} \)
\( = 105 \)
Therefore, there are 105 handshakes in the party.
In simple words: To find the number of handshakes, pick any two people from the group, as the order doesn't matter. Use combinations to choose 2 people out of 15.
๐ฏ Exam Tip: The "handshake problem" is a classic combination problem. If each pair interacts once and the order doesn't matter, it's always \( nC_2 \). Knowing this pattern can save time during exams.
Question 9. (iii) How many chords can be drawn through 20 points on a circle ?
Answer: A chord on a circle is formed by connecting any two distinct points on the circle. The order in which we choose the two points does not matter (e.g., choosing point A then point B forms the same chord as choosing point B then point A). This indicates a combination problem.
We are given 20 points on a circle, and we need to choose 2 points to form a chord. We use the combination formula \( nC_r = \frac{n!}{r!(n-r)!} \), where \( n=20 \) (total points) and \( r=2 \) (points needed for a chord).
Total number of chords \( = 20C_2 \)
\( = \frac{20!}{2!(20-2)!} \)
\( = \frac{20!}{2!18!} \)
Expand the factorial in the numerator until \( 18! \):
\( = \frac{20 \times 19 \times 18!}{2 \times 1 \times 18!} \)
Cancel out \( 18! \) from the numerator and denominator:
\( = \frac{20 \times 19}{2 \times 1} \)
\( = \frac{380}{2} \)
\( = 190 \)
Therefore, 190 chords can be drawn through 20 points on a circle.
In simple words: To make a chord, you just need to pick any two points on the circle. The order doesn't matter, so use combinations. Pick 2 points out of the 20 available.
๐ฏ Exam Tip: Problems asking for the number of lines, diagonals, or chords when given a set of points almost always involve combinations of 2 items (\( nC_2 \)). The key is recognizing that the order of selecting points does not change the resulting geometric figure.
Question 9. (iv) In a parking lot one hundred, one year old cars are parked. Out of them five are to be chosen at random for to cheek its pollution devices. How many different set of five cars can be chosen?
Answer: This problem involves selecting a group of cars from a larger set, where the order of selection does not matter. This means we should use combinations.
We have 100 cars in the parking lot, and we need to choose 5 of them for inspection. We apply the combination formula \( nC_r = \frac{n!}{r!(n-r)!} \), where \( n=100 \) (total cars) and \( r=5 \) (cars to be chosen).
Number of ways of selecting 5 cars \( = 100C_5 \)
\( = \frac{100!}{5!(100-5)!} \)
\( = \frac{100!}{5!95!} \)
Expand the factorial in the numerator until \( 95! \):
\( = \frac{100 \times 99 \times 98 \times 97 \times 96 \times 95!}{5 \times 4 \times 3 \times 2 \times 1 \times 95!} \)
Cancel out \( 95! \) from the numerator and denominator:
\( = \frac{100 \times 99 \times 98 \times 97 \times 96}{5 \times 4 \times 3 \times 2 \times 1} \)
Calculate the denominator: \( 5 \times 4 \times 3 \times 2 \times 1 = 120 \).
Now perform the division and multiplication:
\( = \frac{94080 \times 9900}{120} \)
\( = \frac{9408000 \times 99}{120} \) (This intermediate step is not straightforward from the given numbers. Let's simplify directly.)
\( = (100/5/4/?) \times (99/3) \times (98/2) \times 97 \times 96 \)
\( = (100/ (5 \times 4 \times 2)) \times (99/3) \times 98 \times 97 \times 96 \)
\( = (100/40) \times 33 \times 49 \times 97 \times 96 \)
\( = 2.5 \times 33 \times 49 \times 97 \times 96 \) -- this is incorrect approach.
Let's simplify:
\( = \frac{100}{5 \times 4} \times \frac{99}{3} \times \frac{98}{2} \times 97 \times 96 \)
\( = 5 \times 33 \times 49 \times 97 \times 96 \) (This is what the source shows as an intermediate step, but \( \frac{100}{5 \times 4 \times 2} \) isn't 5).
Let's do this directly:
\( = (100/ (5 \times 4)) \times (99/3) \times (98/2) \times 97 \times 96 \)
\( = (100/20) \times 33 \times 49 \times 97 \times 96 \)
\( = 5 \times 33 \times 49 \times 97 \times 96 \)
\( = 165 \times 49 \times 97 \times 96 \)
\( = 8085 \times 97 \times 96 \)
\( = 784245 \times 96 \)
\( = 75287520 \)
Therefore, there are 75,287,520 different sets of five cars that can be chosen.
In simple words: Since the order of picking cars for inspection doesn't matter, use combinations. You need to choose 5 cars from a total of 100 cars. Calculate the number of ways to do this.
๐ฏ Exam Tip: For larger numbers in combinations, simplify by canceling common factors before multiplying. Divide terms in the numerator by terms in the denominator as much as possible to avoid dealing with extremely large intermediate numbers.
Question 9. (v) How many ways can a team of 3 boys, 2 girls and 1 transgender be selected from 5 boys, 4 girls and 2 transgenders ?
Answer: This problem involves forming a team by selecting members from different groups. Since the order of selection within each group (boys, girls, transgenders) does not matter for forming a team, we will use combinations for each selection and then multiply the results. This is because each selection is an independent event.
1. **Selection of boys:** We need to select 3 boys from 5 available boys. This is \( 5C_3 \).
\( 5C_3 = \frac{5!}{3!(5-3)!} = \frac{5!}{3!2!} = \frac{5 \times 4 \times 3!}{3! \times 2 \times 1} = \frac{5 \times 4}{2} = 10 \)
2. **Selection of girls:** We need to select 2 girls from 4 available girls. This is \( 4C_2 \).
\( 4C_2 = \frac{4!}{2!(4-2)!} = \frac{4!}{2!2!} = \frac{4 \times 3 \times 2!}{2 \times 1 \times 2!} = \frac{4 \times 3}{2} = 6 \)
3. **Selection of transgenders:** We need to select 1 transgender from 2 available transgenders. This is \( 2C_1 \).
\( 2C_1 = \frac{2!}{1!(2-1)!} = \frac{2!}{1!1!} = \frac{2 \times 1}{1} = 2 \)
To find the total number of ways to form the team, we multiply the number of ways for each independent selection.
Total number of ways \( = 5C_3 \times 4C_2 \times 2C_1 \)
\( = 10 \times 6 \times 2 \)
\( = 120 \)
Therefore, there are 120 ways to form the team with the given composition.
In simple words: To form the team, you need to pick boys from the boy group, girls from the girl group, and transgenders from the transgender group. Since the choices for each group are independent, find the number of ways for each group separately using combinations, then multiply those numbers together for the total ways.
๐ฏ Exam Tip: For problems involving selections from multiple distinct categories (like boys, girls, transgenders, or different colored balls), calculate the combinations for each category independently and then multiply the results. This is an application of the fundamental principle of counting.
Question 10. Find the total number of subsets of a set with
(i) 4 elements
(ii) 5 elements
(iii) n elements
Answer: The total number of subsets for a set with \( n \) elements can be found by summing the number of combinations of choosing 0 elements, 1 element, 2 elements, and so on, up to \( n \) elements. This is related to the binomial theorem and Pascal's Triangle.
(i) **For a set with 4 elements:**
The total number of subsets is the sum of combinations of choosing 0, 1, 2, 3, or 4 elements from 4.
Total subsets \( = 4C_0 + 4C_1 + 4C_2 + 4C_3 + 4C_4 \)
Calculate each combination:
\( 4C_0 = 1 \) (There is one way to choose zero elements, the empty set)
\( 4C_1 = \frac{4!}{1!3!} = 4 \) (There are four ways to choose one element)
\( 4C_2 = \frac{4!}{2!2!} = \frac{4 \times 3}{2 \times 1} = 6 \) (There are six ways to choose two elements)
\( 4C_3 = \frac{4!}{3!1!} = 4 \) (There are four ways to choose three elements)
\( 4C_4 = \frac{4!}{4!0!} = 1 \) (There is one way to choose four elements, the set itself)
Add these values:
Total subsets \( = 1 + 4 + 6 + 4 + 1 = 16 \)
Alternatively, using the power set formula, the total number of subsets is \( 2^n \). For \( n=4 \), \( 2^4 = 16 \).
(ii) **For a set with 5 elements:**
The total number of subsets is the sum of combinations of choosing 0, 1, 2, 3, 4, or 5 elements from 5.
Total subsets \( = 5C_0 + 5C_1 + 5C_2 + 5C_3 + 5C_4 + 5C_5 \)
Calculate each combination:
\( 5C_0 = 1 \)
\( 5C_1 = 5 \)
\( 5C_2 = \frac{5 \times 4}{2 \times 1} = 10 \)
\( 5C_3 = \frac{5 \times 4 \times 3}{3 \times 2 \times 1} = 10 \)
\( 5C_4 = 5 \)
\( 5C_5 = 1 \)
Add these values:
Total subsets \( = 1 + 5 + 10 + 10 + 5 + 1 = 32 \)
Alternatively, using the power set formula, the total number of subsets is \( 2^n \). For \( n=5 \), \( 2^5 = 32 \).
(iii) **For a set with n elements:**
The total number of subsets is the sum of combinations of choosing \( 0, 1, 2, \dots, n \) elements from \( n \).
Total subsets \( = nC_0 + nC_1 + nC_2 + nC_3 + \dots + nC_n \)
This sum is famously known as the sum of the coefficients in the binomial expansion of \( (x+a)^n \) when \( x=1 \) and \( a=1 \).
Total subsets \( = 2^n \)
This fundamental result means that for every element in a set, it can either be in a subset or not be in a subset, giving two choices for each element, hence \( 2^n \) total possibilities.
In simple words: To find the total number of subsets for a set, you can sum up all possible ways to choose groups of elements (from choosing none to choosing all). This sum always equals 2 raised to the power of the number of elements in the set. So, for 'n' elements, it's \( 2^n \).
๐ฏ Exam Tip: Remember the power set formula: a set with \( n \) elements has \( 2^n \) subsets. This is a direct and efficient way to calculate the total number of subsets and is derived from the sum of all binomial coefficients for a given \( n \).
Question 11. A Trust has 25 members.
(i) How many ways 3 officers can be selected?
(ii) In how many ways can a president, vice president and a secretary be selected?
Answer:
There are 25 members in the Trust.
(i) **How many ways 3 officers can be selected?**
In this case, we are selecting 3 officers, but their specific roles are not mentioned (i.e., they are not specified as President, Vice President, etc.). This means the order of selection does not matter, so we use combinations.
We need to choose 3 members from 25. This is given by \( nC_r = \frac{n!}{r!(n-r)!} \), where \( n=25 \) and \( r=3 \).
Number of ways \( = 25C_3 \)
\( = \frac{25!}{3!(25-3)!} \)
\( = \frac{25!}{3!22!} \)
Expand the factorial in the numerator until \( 22! \):
\( = \frac{25 \times 24 \times 23 \times 22!}{3 \times 2 \times 1 \times 22!} \)
Cancel out \( 22! \) from the numerator and denominator:
\( = \frac{25 \times 24 \times 23}{3 \times 2 \times 1} \)
Simplify the denominator: \( 3 \times 2 \times 1 = 6 \).
\( = \frac{25 \times 24 \times 23}{6} \)
\( = 25 \times 4 \times 23 \)
\( = 100 \times 23 \)
\( = 2300 \)
There are 2300 ways to select 3 officers.
(ii) **In how many ways can a president, vice president, and a secretary be selected?**
In this scenario, the specific roles (President, Vice President, Secretary) are distinct. This means the order of selection matters (e.g., person A as President, B as VP, C as Secretary is different from person B as President, A as VP, C as Secretary). Therefore, we use permutations.
We need to select 3 members from 25 and assign them to specific roles. This is given by \( nP_r = \frac{n!}{(n-r)!} \), where \( n=25 \) and \( r=3 \).
Number of ways \( = 25P_3 \)
We can also think of this as a step-by-step selection:
* For the President, there are 25 choices.
* After selecting the President, there are 24 members remaining. So, for the Vice President, there are 24 choices.
* After selecting the President and Vice President, there are 23 members remaining. So, for the Secretary, there are 23 choices.
Multiply the number of choices for each position:
Total ways \( = 25 \times 24 \times 23 \)
\( = 600 \times 23 \)
\( = 13800 \)
There are 13,800 ways to select a president, vice president, and a secretary.
In simple words: For selecting general officers where roles don't matter, use combinations. For selecting specific roles like President, Vice President, and Secretary where the order matters, use permutations. The number of choices decreases for each specific role picked.
๐ฏ Exam Tip: The critical distinction in these types of problems is whether order matters. If roles are distinct (like President, VP, Secretary), use permutations. If roles are identical (like "3 officers" without titles), use combinations. This determines which formula to apply.
Question 12. How many ways a committee of six-person from 10 persons can be chosen along with a chairperson and a secretary?
Answer: This problem requires forming a committee of six people from a group of 10, with the added condition that a chairperson and a secretary must be included. This implies two distinct selection processes.
First, we need to select a chairperson and a secretary from the 10 persons. The problem states "a chairperson and a secretary", implying distinct roles. If the roles are distinct, the order of selection matters (e.g., A as chairperson, B as secretary is different from B as chairperson, A as secretary). This should be a permutation \( 10P_2 \). However, the source calculates this part using combinations \( 10C_2 \), which implies that the two positions are not considered distinct in the initial selection (i.e., choosing two people and *then* assigning roles, which would still result in \( 10C_2 \times 2! = 10P_2 \) ways if the roles are distinct). Given the provided solution steps, we will follow the calculation using \( 10C_2 \) for selecting two people for these roles, and interpret it as choosing two *slots* for these roles which are then assigned.
Number of ways to choose 2 persons for chairperson and secretary \( = 10C_2 \)
\( = \frac{10!}{2!(10-2)!} = \frac{10!}{2!8!} \)
\( = \frac{10 \times 9 \times 8!}{2 \times 1 \times 8!} \)
\( = \frac{10 \times 9}{2} = 5 \times 9 = 45 \)
After selecting these 2 persons, we have chosen 2 out of the 6 required committee members. This means we still need to select \( 6 - 2 = 4 \) more members for the committee.
The number of remaining persons from whom to choose is \( 10 - 2 = 8 \) persons.
Now, we need to select the remaining 4 committee members from these 8 persons. Since these are general committee members without specific titles, the order does not matter, so we use combinations.
Number of ways to select the remaining 4 members \( = 8C_4 \)
\( = \frac{8!}{4!(8-4)!} = \frac{8!}{4!4!} \)
\( = \frac{8 \times 7 \times 6 \times 5 \times 4!}{4 \times 3 \times 2 \times 1 \times 4!} \)
\( = \frac{8 \times 7 \times 6 \times 5}{4 \times 3 \times 2 \times 1} \)
\( = \frac{1680}{24} = 70 \)
To find the total number of ways to form the committee, we multiply the ways of selecting the chairperson and secretary by the ways of selecting the remaining members, as these are sequential steps.
Total number of ways \( = (\text{ways to choose C & S}) \times (\text{ways to choose remaining 4 members}) \)
\( = 45 \times 70 \)
\( = 3150 \)
Thus, there are 3150 ways to form the committee.
In simple words: First, select two people for the special roles (chairperson and secretary). Then, from the remaining people, select the rest of the committee members. Multiply these two results together to find the total number of ways to form the committee.
๐ฏ Exam Tip: When a committee has designated roles (like chairperson, secretary) alongside general members, break the problem into stages. Calculate the selection for the specific roles first (using permutations if order matters, or combinations if the method used in the source needs to be followed even if it seems ambiguous for distinct roles), then calculate the selection for the general members using combinations, and finally multiply the results.
Question 13. How many different selections of 5 books can be made from 12 different books if,
(i) Two particular books are always selected?
(ii) Two particular books are never selected.
Answer:
We have a total of 12 different books, and we need to select 5 books.
(i) **Two particular books are always selected:**
If two specific books must always be included in the selection, then we effectively have already chosen these 2 books. This means:
* The number of books we still need to select is \( 5 - 2 = 3 \) books.
* The number of available books from which to choose these remaining 3 books is \( 12 - 2 = 10 \) books (since the two particular books are already taken).
Now, we need to choose 3 books from the remaining 10 books. Since the order of selection does not matter, we use combinations.
Number of ways \( = 10C_3 \)
\( = \frac{10!}{3!(10-3)!} = \frac{10!}{3!7!} \)
\( = \frac{10 \times 9 \times 8 \times 7!}{3 \times 2 \times 1 \times 7!} \)
Cancel out \( 7! \) from numerator and denominator:
\( = \frac{10 \times 9 \times 8}{3 \times 2 \times 1} \)
\( = \frac{720}{6} = 120 \)
There are 120 ways if two particular books are always selected.
(ii) **Two particular books are never selected:**
If two specific books must never be included in the selection, then we simply remove them from the pool of available books. This means:
* The number of books we need to select remains 5.
* The number of available books from which to choose is \( 12 - 2 = 10 \) books (since these two particular books are excluded).
Now, we need to choose 5 books from these 10 available books. Since the order of selection does not matter, we use combinations.
Number of ways \( = 10C_5 \)
\( = \frac{10!}{5!(10-5)!} = \frac{10!}{5!5!} \)
\( = \frac{10 \times 9 \times 8 \times 7 \times 6 \times 5!}{5 \times 4 \times 3 \times 2 \times 1 \times 5!} \)
Cancel out \( 5! \) from numerator and denominator:
\( = \frac{10 \times 9 \times 8 \times 7 \times 6}{5 \times 4 \times 3 \times 2 \times 1} \)
Calculate the denominator: \( 5 \times 4 \times 3 \times 2 \times 1 = 120 \).
\( = \frac{30240}{120} = 252 \)
There are 252 ways if two particular books are never selected.
In simple words: If some books *must* be chosen, reduce both the total books and the number you need to pick. If some books *must not* be chosen, just remove them from the total pool and pick the usual number. Then use combinations for the remaining choices.
๐ฏ Exam Tip: For "always selected" conditions, reduce both 'n' and 'r'. For "never selected" conditions, only reduce 'n' (the total pool of items), keeping 'r' (the number to be selected) the same. Always use combinations for selections where order doesn't matter.
Question 14. There are 5 teachers and 20 students. Out of them, a committee of 2 teachers and 3 students is to be formed. Find the number of ways in which this can be done. Further, find in how many of these committees
(i) a particular teacher is included?
(ii) a particular student is excluded?
Answer: First, let's find the total number of ways to form the committee. The number of teachers is 5, and the number of students is 20. We need to select 2 teachers from 5 and 3 students from 20. The number of ways to select 2 teachers from 5 is given by \( ^5C_2 \). \( ^5C_2 = \frac{5!}{2!(5-2)!} = \frac{5!}{2!3!} = \frac{5 \times 4 \times 3!}{2 \times 1 \times 3!} = \frac{5 \times 4}{2} = 10 \) ways. The number of ways to select 3 students from 20 is given by \( ^{20}C_3 \). \( ^{20}C_3 = \frac{20!}{3!(20-3)!} = \frac{20!}{3!17!} = \frac{20 \times 19 \times 18 \times 17!}{3 \times 2 \times 1 \times 17!} = 20 \times 19 \times 3 = 1140 \) ways. So, the total number of ways to form the committee is \( 10 \times 1140 = 11400 \) ways. (i) **A particular teacher is included:** If a particular teacher is included, we need to select 1 more teacher from the remaining 4 teachers. This is \( ^4C_1 = 4 \) ways. The number of ways to select 3 students from 20 remains \( ^{20}C_3 = 1140 \) ways. So, the required number of committees with a particular teacher included is \( 4 \times 1140 = 4560 \) ways. (ii) **A particular student is excluded:** The number of ways to select 2 teachers from 5 remains \( ^5C_2 = 10 \) ways. If a particular student is excluded, we need to select 3 students from the remaining 19 students (20 - 1 = 19). The number of ways to select 3 students from 19 is given by \( ^{19}C_3 \). \( ^{19}C_3 = \frac{19!}{3!(19-3)!} = \frac{19!}{3!16!} = \frac{19 \times 18 \times 17 \times 16!}{3 \times 2 \times 1 \times 16!} = 19 \times 3 \times 17 = 969 \) ways. So, the required number of committees with a particular student excluded is \( 10 \times 969 = 9690 \) ways.In simple words: We calculate the total ways to pick teachers and students. Then, for (i), we assume one teacher is already picked and choose the rest. For (ii), we remove one student from the pool before choosing.
๐ฏ Exam Tip: Remember that "included" means reducing the pool and the number to select by one, while "excluded" only reduces the pool, keeping the selection number the same for that category.
Question 15. In an examination, a student has to answer 5 questions, out of 9 questions in which 2 are compulsory. In how many ways a student can answer the questions?
Answer: There are 9 questions in total. The student needs to answer 5 questions.
Out of these 9 questions, 2 questions are compulsory. This means the student must answer these 2 questions.
So, the student has already answered 2 compulsory questions.
The number of questions remaining to be answered is \( 5 - 2 = 3 \) questions.
The number of questions remaining to choose from is \( 9 - 2 = 7 \) questions (after removing the 2 compulsory ones).
Now, the student needs to select 3 questions from these remaining 7 questions.
This can be done in \( ^7C_3 \) ways.
\( ^7C_3 = \frac{7!}{3!(7-3)!} = \frac{7!}{3!4!} = \frac{7 \times 6 \times 5 \times 4!}{3 \times 2 \times 1 \times 4!} = 7 \times 5 = 35 \) ways.
Thus, a student can answer the questions in 35 different ways.In simple words: Since 2 questions are a must-do, the student only needs to pick 3 more questions from the remaining 7 non-compulsory ones.
๐ฏ Exam Tip: When some items are "compulsory," deduct them from both the total available and the number to be selected before calculating combinations.
Question 16. Determine the number of 5 card combinations out of a check of 52 cards if there is exactly three aces in each combination.
Answer: We have a standard deck of 52 cards. We need to form combinations of 5 cards with exactly three aces.
First, let's select the aces. There are 4 aces in a deck, and we need to choose 3 of them.
The number of ways to select 3 aces from 4 aces is \( ^4C_3 \).
\( ^4C_3 = \frac{4!}{3!(4-3)!} = \frac{4!}{3!1!} = \frac{4 \times 3!}{3! \times 1} = 4 \) ways.
Next, we need to select the remaining cards. Since we need a 5-card combination and have already chosen 3 aces, we need to choose \( 5 - 3 = 2 \) more cards.
These 2 cards must not be aces. The total number of non-ace cards in the deck is \( 52 - 4 = 48 \) cards.
The number of ways to select 2 non-ace cards from 48 cards is \( ^{48}C_2 \).
\( ^{48}C_2 = \frac{48!}{2!(48-2)!} = \frac{48!}{2!46!} = \frac{48 \times 47 \times 46!}{2 \times 1 \times 46!} = 24 \times 47 = 1128 \) ways.
To find the total number of 5-card combinations with exactly three aces, we multiply the ways of selecting aces by the ways of selecting non-aces.
Total combinations = \( ^4C_3 \times ^{48}C_2 = 4 \times 1128 = 4512 \) ways.In simple words: We first pick 3 aces from the 4 available. Then, we pick the remaining 2 cards from all the other cards that are not aces. We multiply these two numbers to get the final answer.
๐ฏ Exam Tip: For "exactly" conditions, divide the problem into separate selections for the specific items (e.g., aces) and the remaining items, then multiply the results.
Question 17. Find the number of ways of forming a committee of 5 members out of 7 Indians and 5 Americans, so that always Indians will be the majority in the committee.
Answer: We need to form a committee of 5 members from 7 Indians and 5 Americans. The condition is that Indians must always be the majority.
This means the number of Indians in the committee must be more than the number of Americans.
Let's list the possible compositions for the committee of 5 members where Indians are in the majority:
**Case (i): 3 Indians and 2 Americans**
Number of ways to select 3 Indians from 7 = \( ^7C_3 = \frac{7!}{3!4!} = \frac{7 \times 6 \times 5}{3 \times 2 \times 1} = 35 \) ways.
Number of ways to select 2 Americans from 5 = \( ^5C_2 = \frac{5!}{2!3!} = \frac{5 \times 4}{2 \times 1} = 10 \) ways.
Total ways for Case (i) = \( 35 \times 10 = 350 \) ways.
**Case (ii): 4 Indians and 1 American**
Number of ways to select 4 Indians from 7 = \( ^7C_4 = \frac{7!}{4!3!} = \frac{7 \times 6 \times 5}{3 \times 2 \times 1} = 35 \) ways.
Number of ways to select 1 American from 5 = \( ^5C_1 = \frac{5!}{1!4!} = 5 \) ways.
Total ways for Case (ii) = \( 35 \times 5 = 175 \) ways.
**Case (iii): 5 Indians and 0 Americans**
Number of ways to select 5 Indians from 7 = \( ^7C_5 = \frac{7!}{5!2!} = \frac{7 \times 6}{2 \times 1} = 21 \) ways.
Number of ways to select 0 Americans from 5 = \( ^5C_0 = 1 \) way.
Total ways for Case (iii) = \( 21 \times 1 = 21 \) ways.
The total number of ways to form the committee such that Indians are always in the majority is the sum of ways from all possible cases.
Total ways = \( 350 + 175 + 21 = 546 \) ways.In simple words: We found all the ways to pick 5 people where there are more Indians than Americans (like 3 Indians and 2 Americans, or 4 Indians and 1 American, or all 5 Indians). Then we add up all these possibilities to get the total number of ways.
๐ฏ Exam Tip: When a "majority" condition is given, carefully list all possible combinations that satisfy it, then calculate each case and sum them up.
Question 18. A committee of 7 peoples has to be formed from 8 men and 4 women. In how many ways can this be done when the committee consists of
(i) Exactly 3 women?
(ii) Atleast 3 women?
(iii) Almost 3 women?
Answer: We need to form a committee of 7 people from 8 men and 4 women. (i) **Exactly 3 women:** If the committee must have exactly 3 women, then the remaining \( 7 - 3 = 4 \) members must be men. Number of ways to select 3 women from 4 women = \( ^4C_3 = \frac{4!}{3!(4-3)!} = \frac{4!}{3!1!} = 4 \) ways. Number of ways to select 4 men from 8 men = \( ^8C_4 = \frac{8!}{4!(8-4)!} = \frac{8!}{4!4!} = \frac{8 \times 7 \times 6 \times 5}{4 \times 3 \times 2 \times 1} = 70 \) ways. Total number of ways for exactly 3 women = \( ^4C_3 \times ^8C_4 = 4 \times 70 = 280 \) ways. (ii) **At least 3 women:** "At least 3 women" means the committee can have 3 women or 4 women (since there are only 4 women available). **Case (a): 3 women + 4 men** (already calculated in part i) Number of ways = \( ^4C_3 \times ^8C_4 = 4 \times 70 = 280 \) ways. **Case (b): 4 women + 3 men** Number of ways to select 4 women from 4 women = \( ^4C_4 = \frac{4!}{4!(4-4)!} = 1 \) way. Number of ways to select 3 men from 8 men = \( ^8C_3 = \frac{8!}{3!(8-3)!} = \frac{8!}{3!5!} = \frac{8 \times 7 \times 6}{3 \times 2 \times 1} = 56 \) ways. Total ways for 4 women + 3 men = \( ^4C_4 \times ^8C_3 = 1 \times 56 = 56 \) ways. Total number of ways for "at least 3 women" = \( 280 + 56 = 336 \) ways. (iii) **At most 3 women:** "At most 3 women" means the committee can have 0 women, 1 woman, 2 women, or 3 women. Since the committee size is 7, the number of men must adjust accordingly. **Case (a): 0 women + 7 men** Number of ways to select 0 women from 4 = \( ^4C_0 = 1 \) way. Number of ways to select 7 men from 8 = \( ^8C_7 = \frac{8!}{7!(8-7)!} = \frac{8!}{7!1!} = 8 \) ways. Total ways = \( 1 \times 8 = 8 \) ways. **Case (b): 1 woman + 6 men** Number of ways to select 1 woman from 4 = \( ^4C_1 = 4 \) ways. Number of ways to select 6 men from 8 = \( ^8C_6 = \frac{8!}{6!(8-6)!} = \frac{8!}{6!2!} = \frac{8 \times 7}{2 \times 1} = 28 \) ways. Total ways = \( 4 \times 28 = 112 \) ways. **Case (c): 2 women + 5 men** Number of ways to select 2 women from 4 = \( ^4C_2 = \frac{4!}{2!(4-2)!} = \frac{4!}{2!2!} = \frac{4 \times 3}{2 \times 1} = 6 \) ways. Number of ways to select 5 men from 8 = \( ^8C_5 = \frac{8!}{5!(8-5)!} = \frac{8!}{5!3!} = \frac{8 \times 7 \times 6}{3 \times 2 \times 1} = 56 \) ways. Total ways = \( 6 \times 56 = 336 \) ways. **Case (d): 3 women + 4 men** (already calculated in part i) Number of ways = \( ^4C_3 \times ^8C_4 = 4 \times 70 = 280 \) ways. Total number of ways for "at most 3 women" = \( 8 + 112 + 336 + 280 = 736 \) ways.In simple words: We calculate combinations for "exactly 3 women" by choosing 3 women and 4 men. For "at least 3 women", we add ways for 3 women (and 4 men) and 4 women (and 3 men). For "at most 3 women", we add ways for 0, 1, 2, or 3 women, making sure the total committee size is always 7.
๐ฏ Exam Tip: Clearly define the boundary conditions for "at least" and "at most" scenarios. "At most N" means N or fewer, while "at least N" means N or more, up to the maximum available.
Question 19. A gentleman has 7 relatives: 3 of them are ladies and 4 gentlemen. In how many ways can they invite a dinner party of 3 ladies and 3 gentlemen so that there are 3 of the men's relatives and 3 of the wife's relatives?
Answer: Let's denote the gentleman as the man and his wife as the woman.
The man's relatives: 7 total (4 ladies, 3 gentlemen).
The wife's relatives: 7 total (3 ladies, 4 gentlemen).
We need to form a dinner party of 3 ladies and 3 gentlemen.
Also, 3 persons must be from the man's relatives and 3 from the wife's relatives.
Let's organize the possibilities using a table for the split between man's and wife's relatives to achieve 3 ladies and 3 gentlemen in total.
| Man's Relatives (Total 3) | Wife's Relatives (Total 3) | Total for Party | Calculation | ||||
|---|---|---|---|---|---|---|---|
| Case | Ladies (M) | Gentlemen (M) | Ladies (W) | Gentlemen (W) | Ladies | Gentlemen | |
| 1 | 0 | 3 | 3 | 0 | 3 | 3 | \( ^4C_0 \times ^3C_3 \times ^3C_3 \times ^4C_0 = 1 \times 1 \times 1 \times 1 = 1 \) |
| 2 | 1 | 2 | 2 | 1 | 3 | 3 | \( ^4C_1 \times ^3C_2 \times ^3C_2 \times ^4C_1 = 4 \times 3 \times 3 \times 4 = 144 \) |
| 3 | 2 | 1 | 1 | 2 | 3 | 3 | \( ^4C_2 \times ^3C_1 \times ^3C_1 \times ^4C_2 = 6 \times 3 \times 3 \times 6 = 324 \) |
| 4 | 3 | 0 | 0 | 3 | 3 | 3 | \( ^4C_3 \times ^3C_0 \times ^3C_0 \times ^4C_3 = 4 \times 1 \times 1 \times 4 = 16 \) |
๐ฏ Exam Tip: For complex selection problems with multiple constraints (total members, gender mix, and family source), create a table of possibilities to ensure all valid combinations are considered and calculated systematically.
Question 20. A box contains two white balls, three black balls, and four red balls. In how many ways can three balls be drawn from the box, if atleast one black ball is to be included in the draw?
Answer: We have a box with:
Number of white balls = 2
Number of black balls = 3
Number of red balls = 4
Total number of balls = \( 2 + 3 + 4 = 9 \) balls.
We need to draw 3 balls, and at least one black ball must be included.
"At least one black ball" means we can draw 1 black ball, 2 black balls, or 3 black balls.
Let's list the possible combinations:
| White Balls (2) | Black Balls (3) | Red Balls (4) | Combination |
|---|---|---|---|
| 2 | 1 | 0 | \( ^2C_2 \times ^3C_1 \times ^4C_0 = 1 \times 3 \times 1 = 3 \) |
| 0 | 1 | 2 | \( ^2C_0 \times ^3C_1 \times ^4C_2 = 1 \times 3 \times 6 = 18 \) |
| 1 | 1 | 1 | \( ^2C_1 \times ^3C_1 \times ^4C_1 = 2 \times 3 \times 4 = 24 \) |
| 1 | 2 | 0 | \( ^2C_1 \times ^3C_2 \times ^4C_0 = 2 \times 3 \times 1 = 6 \) |
| 0 | 2 | 1 | \( ^2C_0 \times ^3C_2 \times ^4C_1 = 1 \times 3 \times 4 = 12 \) |
| 0 | 3 | 0 | \( ^2C_0 \times ^3C_3 \times ^4C_0 = 1 \times 1 \times 1 = 1 \) |
๐ฏ Exam Tip: For "at least one" problems, it's often simpler to calculate the total number of ways without restrictions and subtract the ways that do NOT meet the condition.
Question 21. Find the number of strings of 4 letters that can be formed with the letters of the word EXAMINATION.
Answer: The word EXAMINATION has 11 letters.
Let's list the letters and their frequencies:
A: 2 times
I: 2 times
N: 2 times
E, X, M, T, O: 1 time each (5 distinct letters)
Total 11 letters.
We need to form 4-letter strings. We will consider different cases based on the types of letters selected.
(i) **2 alike letters of one kind and 2 alike letters of a second kind:**
There are 3 sets of 2 alike letters (AA, II, NN). We need to choose 2 of these sets. This can be done in \( ^3C_2 \) ways.
\( ^3C_2 = \frac{3!}{2!(3-2)!} = 3 \) ways.
Once we choose two sets (e.g., AA and II), we have 4 letters (A, A, I, I). The number of ways to arrange these 4 letters is \( \frac{4!}{2!2!} \).
\( \frac{4!}{2!2!} = \frac{4 \times 3 \times 2 \times 1}{(2 \times 1) \times (2 \times 1)} = 6 \) ways.
Total strings for this case = \( ^3C_2 \times \frac{4!}{2!2!} = 3 \times 6 = 18 \) strings.
(ii) **2 alike letters and 2 different letters:**
First, choose one set of 2 alike letters from the 3 available (AA, II, NN). This can be done in \( ^3C_1 = 3 \) ways.
Next, choose 2 different letters from the remaining distinct letters. After choosing one pair (e.g., AA), we have 5 distinct letters (E, X, M, T, O) and the remaining 2 pairs (II, NN). So the distinct letters available are I, N, E, X, M, T, O. There are 7 distinct letters available (I, N, E, X, M, T, O). From these 7 distinct letters, we choose 2.
Number of ways to choose 2 different letters from 7 distinct letters = \( ^7C_2 = \frac{7!}{2!(7-2)!} = \frac{7 \times 6}{2 \times 1} = 21 \) ways.
Now we have 4 letters (e.g., A, A, X, M). The number of ways to arrange these 4 letters, where 2 are alike, is \( \frac{4!}{2!} \).
\( \frac{4!}{2!} = \frac{4 \times 3 \times 2 \times 1}{2 \times 1} = 12 \) ways.
Total strings for this case = \( ^3C_1 \times ^7C_2 \times \frac{4!}{2!} = 3 \times 21 \times 12 = 756 \) strings.
(iii) **All 4 letters are different:**
There are 8 distinct letters in EXAMINATION (E, X, A, M, I, N, T, O).
We need to choose 4 different letters from these 8 distinct letters. This can be done in \( ^8C_4 \) ways.
\( ^8C_4 = \frac{8!}{4!(8-4)!} = \frac{8!}{4!4!} = \frac{8 \times 7 \times 6 \times 5}{4 \times 3 \times 2 \times 1} = 70 \) ways.
Once we have chosen 4 distinct letters (e.g., E, X, A, M), the number of ways to arrange them is \( 4! \).
\( 4! = 4 \times 3 \times 2 \times 1 = 24 \) ways.
Total strings for this case = \( ^8C_4 \times 4! = 70 \times 24 = 1680 \) strings.
The total number of 4-letter strings that can be formed is the sum of strings from all three cases:
Total strings = \( 18 + 756 + 1680 = 2454 \) strings.In simple words: We break down the problem into three types of 4-letter words: those with two pairs of same letters, those with one pair of same letters and two different letters, and those with all four different letters. For each type, we first choose the letters, then arrange them. Finally, we add up the results from all three types.
๐ฏ Exam Tip: For "formation of words/strings" problems, always account for repeated letters by using the appropriate factorial division in arrangements (\( \frac{n!}{p!q!...} \)) and ensure all possible structural cases (e.g., "all different," "two alike," "two pairs alike") are considered.
Question 22. How many triangles can be formed by joining 15 points on the plane, in which no line joining any three points?
Answer: To form a triangle, we need to select 3 non-collinear points.
The problem states that no three points are collinear. This means any selection of 3 points will form a triangle.
We have 15 points on a plane.
The number of ways to form a triangle is the number of ways to choose 3 points from these 15 points. This is given by \( ^{15}C_3 \).
\( ^{15}C_3 = \frac{15!}{3!(15-3)!} = \frac{15!}{3!12!} = \frac{15 \times 14 \times 13 \times 12!}{3 \times 2 \times 1 \times 12!} \)
\( = \frac{15 \times 14 \times 13}{3 \times 2 \times 1} = 5 \times 7 \times 13 = 455 \) ways.
Therefore, 455 triangles can be formed.In simple words: Since no three points lie on the same straight line, any group of three points we pick from the 15 available points will always make a triangle. So, we just need to count how many ways we can choose 3 points from 15.
๐ฏ Exam Tip: The key condition "no three points are collinear" simplifies triangle formation problems, as it means every combination of 3 points will form a unique triangle without needing to subtract collinear cases.
Question 23. How many triangles can be formed by 15 points of which 7 of them lie on one line and the remaining 8 on another parallel line?
Answer: To form a triangle, we need three points that are not on the same straight line. We can divide the 15 points into two groups: Group A has 7 points on one line, and Group B has 8 points on another parallel line. Below are the possible ways to select points to form a triangle:
| Group A 7 points | Group B 8 points | Combination |
|---|---|---|
| 2 | 1 | \( 7C_2 \times 8C_1 \) |
| 1 | 2 | \( 7C_1 \times 8C_2 \) |
The required number of ways to form a triangle is the sum of these possibilities:
\( = (7C_2 \times 8C_1) + (7C_1 \times 8C_2) \)
\( = \frac { 7! }{ 2!(7-2)! } \times 8 + \frac { 7! }{ 1!(7-1)! } \times \frac { 8! }{ 2!(8-2)! } \)
\( = \frac { 7 \times 6 \times 5! }{ 2 \times 1 \times 5! } \times 8 + \frac { 7 \times 6! }{ 1 \times 6! } \times \frac { 8 \times 7 \times 6! }{ 2 \times 1 \times 6! } \)
\( = (21 \times 8) + (7 \times 28) \)
\( = 168 + 196 \)
\( = 364 \)
Therefore, 364 triangles can be formed from these points. Triangles need points that are not all on the same line to exist.
In simple words: We can choose two points from the first line and one from the second, or one point from the first line and two from the second. Adding these options gives the total number of triangles.
๐ฏ Exam Tip: Remember that for a triangle to form, the three chosen points must not be collinear. Always consider all combinations of selecting points from different lines or sets to ensure non-collinearity.
Question 24. There are 11 points in a plane. No three of these lie in the same straight line except 4 points which are collinear. Find
(i) The number of straight lines obtained from the pairs of these points?
(ii) The number of triangles that can be formed which the vertices as their points.
Answer: We have 11 points in total. Four of these points lie on the same straight line, while no three of the other points are collinear. This changes how we calculate lines and triangles.
(i) The number of straight lines obtained from the pairs of these points:
The total number of straight lines possible if no three points were collinear is \( 11C_2 \).
\( 11C_2 = \frac { 11! }{ 2!(11-2)! } = \frac { 11 \times 10 \times 9! }{ 2 \times 1 \times 9! } = 11 \times 5 = 55 \).
Since 4 points are collinear, they would form \( 4C_2 \) lines if treated separately.
\( 4C_2 = \frac { 4! }{ 2!(4-2)! } = \frac { 4 \times 3 \times 2! }{ 2 \times 1 \times 2! } = 6 \).
However, these 4 collinear points form only one single line, not 6 distinct lines. So, we subtract the lines formed by the collinear points and add 1 for the single line they actually form.
The total number of straight lines \( = 55 - 6 + 1 = 50 \).
(ii) The number of triangles that can be formed:
To form a triangle, we need 3 non-collinear points. We consider the following possibilities:
(a) Select one point from the 4 collinear points and two points from the remaining 7 non-collinear points.
Number of ways \( = 4C_1 \times 7C_2 \)
\( = 4 \times \frac { 7! }{ 2!(7-2)! } = 4 \times \frac { 7 \times 6 \times 5! }{ 2 \times 1 \times 5! } = 4 \times 21 = 84 \).
(b) Select two points from the 4 collinear points and one point from the remaining 7 non-collinear points.
Number of ways \( = 4C_2 \times 7C_1 \)
\( = \frac { 4! }{ 2!(4-2)! } \times 7 = \frac { 4 \times 3 \times 2! }{ 2 \times 1 \times 2! } \times 7 = 6 \times 7 = 42 \).
(c) Select all three points from the 7 non-collinear points.
Number of ways \( = 7C_3 \)
\( = \frac { 7! }{ 3!(7-3)! } = \frac { 7 \times 6 \times 5 \times 4! }{ 3 \times 2 \times 1 \times 4! } = 35 \).
The total number of triangles formed \( = 84 + 42 + 35 = 161 \).
We calculate possibilities for lines and triangles separately, adjusting for points that fall on the same line.
In simple words: For lines, we count all possible lines and then subtract the extra lines created by the collinear points, adding one back for the single line they form. For triangles, we cannot pick all three points from the straight line, so we choose points from the straight line and other points to make sure they are not all in a row.
๐ฏ Exam Tip: When dealing with collinear points, remember to subtract combinations that would form lines (or triangles) entirely within the collinear set and adjust for the single actual line they represent. This is a common trick in combinatorics problems.
Question 25. A polygon has 90 diagonals. Find the number of sides.
Answer: Let 'n' be the number of sides of the polygon.
The formula for the number of diagonals in a polygon with 'n' sides is given by: \( \frac { n(n-3) }{ 2 } \).
We are given that the polygon has 90 diagonals.
So, \( \frac { n(n-3) }{ 2 } = 90 \)
Now, we solve for n:
\( n(n-3) = 90 \times 2 \)
\( n(n-3) = 180 \)
\( n^2 - 3n = 180 \)
\( n^2 - 3n - 180 = 0 \)
We need to find two numbers that multiply to -180 and add up to -3. These numbers are -15 and 12.
\( n^2 - 15n + 12n - 180 = 0 \)
\( n(n - 15) + 12(n - 15) = 0 \)
\( (n + 12)(n - 15) = 0 \)
This gives us two possible values for n:
\( n + 12 = 0 \implies n = -12 \)
\( n - 15 = 0 \implies n = 15 \)
Since the number of sides of a polygon cannot be negative, we discard \( n = -12 \).
Therefore, the number of sides of the polygon is \( n = 15 \). A polygon with 15 sides is called a pentadecagon.
In simple words: We use the formula for diagonals, set it equal to 90, and solve for 'n'. Since a polygon can't have negative sides, the positive answer tells us how many sides it has.
๐ฏ Exam Tip: Always remember that the number of sides of a polygon must be a positive integer. If you get a negative solution for 'n' while solving a quadratic equation, always discard it as it's not a valid physical dimension.
Free study material for Maths
TN Board Solutions Class 11 Maths Chapter 04 Combinatorics and Mathematical Induction
Students can now access the TN Board Solutions for Chapter 04 Combinatorics and Mathematical Induction prepared by teachers on our website. These solutions cover all questions in exercise in your Class 11 Maths textbook. Each answer is updated based on the current academic session as per the latest TN Board syllabus.
Detailed Explanations for Chapter 04 Combinatorics and Mathematical Induction
Our expert teachers have provided step-by-step explanations for all the difficult questions in the Class 11 Maths 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 TN Board Questions and Answers your basic concepts will improve a lot.
Benefits of using Maths Class 11 Solved Papers
Using our Maths 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 04 Combinatorics and Mathematical Induction to get a complete preparation experience.
FAQs
The complete and updated Samacheer Kalvi Class 11 Maths Solutions Chapter 4 Combinatorics and Mathematical Induction Exercise 4.3 is available for free on StudiesToday.com. These solutions for Class 11 Maths are as per latest TN Board curriculum.
Yes, our experts have revised the Samacheer Kalvi Class 11 Maths Solutions Chapter 4 Combinatorics and Mathematical Induction Exercise 4.3 as per 2026 exam pattern. All textbook exercises have been solved and have added explanation about how the Maths concepts are applied in case-study and assertion-reasoning questions.
Toppers recommend using TN Board language because TN Board marking schemes are strictly based on textbook definitions. Our Samacheer Kalvi Class 11 Maths Solutions Chapter 4 Combinatorics and Mathematical Induction Exercise 4.3 will help students to get full marks in the theory paper.
Yes, we provide bilingual support for Class 11 Maths. You can access Samacheer Kalvi Class 11 Maths Solutions Chapter 4 Combinatorics and Mathematical Induction Exercise 4.3 in both English and Hindi medium.
Yes, you can download the entire Samacheer Kalvi Class 11 Maths Solutions Chapter 4 Combinatorics and Mathematical Induction Exercise 4.3 in printable PDF format for offline study on any device.