Rankbit System
JEE Physics: Waves (+15.5%) | Electrostatics: Concentric Shells (-29.7%) | Modern Physics: Photoelectric Clones (+34.2%) | Mathematics: Definite Integrals (+18.1%) | Chemistry: Coordination Splitting (-11.4%) | JEE Physics: Waves (+15.5%) | Electrostatics: Concentric Shells (-29.7%) | Modern Physics: Photoelectric Clones (+34.2%) | Mathematics: Definite Integrals (+18.1%) | Chemistry: Coordination Splitting (-11.4%)

If for some m, n; ^6C_m + 2(^6C_m+1) + ^6C_m+2 > ^8C_3 and ^n-1P_3 : ^nP_4 = 1:8, then ^nP_m+1 + ^n+1C_m is equal to

Solution & Explanation

### Related Formula ^nC_r + ^nC_r-1 = ^n+1C_r ### Core Logic Simplify the binomial combination: ^6C_m + 2(^6C_m+1) + ^6C_m+2 = (^6C_m + ^6C_m+1) + (^6C_m+1 + ^6C_m+2) Using Pascal's rule, this becomes: ^7C_m+1 + ^7C_m+2 = ^8C_m+2 Given condition: ^8C_m+2 > ^8C_3 = 56. For N=8, the central combinations yield the maximum value: ^8C_4 = 70. Others like ^8C_5 = 56, which is not strictly greater than 56. So m + 2 = 4 implies m = 2. Solve the permutations ratio: frac^n-1P_3^nP_4 = frac18 frac(n-1)(n-2)(n-3)n(n-1)(n-2)(n-3) = frac18 implies frac1n = frac18 implies n = 8 Calculate the target expression: ^nP_m+1 + ^n+1C_m = ^8P_3 + ^9C_2 = (8 times 7 times 6) + frac9 times 82 = 336 + 36 = 372 ### Pattern Recognition Binomial coefficient reduction using Pascal's triangle quickly collapses expanded nCr sums. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Maths: Permutations and Combinations

Reference Study Guides

More Permutations and Combinations Previous-Year Questions — Page 5

Q22 jee_main_2024_01_february_morning Integral Solutions of Equations
The number of elements in the set S = \(x, y, z): x,y,z in Z, x + 2y + 3z = 42, x, y, z ge 0\ equals
Numerical Answer. Answer: 169 to 169

Solution

### Related Formula For a linear equation x + 2y = k, where x, y ge 0 are non-negative integers, the number of distinct integral pairs (x,y) is equal to the number of possible non-negative values that y can take, which is given by: leftlfloor frack2 rightrfloor + 1 ### Core Logic We need to find the number of non-negative integer solutions to: x + 2y + 3z = 42 Rearranging the equation to analyze values branch-by-branch based on z: x + 2y = 42 - 3z Since x, y ge 0, the maximum value z can attain corresponds to x=0, y=0, so 3z le 42 implies z le 14. ### Step 1: Enumerate Values across all z configurations Let's count the possible solutions for each integer value of z from 0 to 14: - z = 0 implies x + 2y = 42 implies lfloor 42/2 rfloor + 1 = 22 text solutions - z = 1 implies x + 2y = 39 implies lfloor 39/2 rfloor + 1 = 20 text solutions - z = 2 implies x + 2y = 36 implies lfloor 36/2 rfloor + 1 = 19 text solutions - z = 3 implies x + 2y = 33 implies lfloor 33/2 rfloor + 1 = 17 text solutions - z = 4 implies x + 2y = 30 implies lfloor 30/2 rfloor + 1 = 16 text solutions - z = 5 implies x + 2y = 27 implies lfloor 27/2 rfloor + 1 = 14 text solutions - z = 6 implies x + 2y = 24 implies lfloor 24/2 rfloor + 1 = 13 text solutions - z = 7 implies x + 2y = 21 implies lfloor 21/2 rfloor + 1 = 11 text solutions - z = 8 implies x + 2y = 18 implies lfloor 18/2 rfloor + 1 = 10 text solutions - z = 9 implies x + 2y = 15 implies lfloor 15/2 rfloor + 1 = 8 text solutions - z = 10 implies x + 2y = 12 implies lfloor 12/2 rfloor + 1 = 7 text solutions - z = 11 implies x + 2y = 9 implies lfloor 9/2 rfloor + 1 = 5 text solutions - z = 12 implies x + 2y = 6 implies lfloor 6/2 rfloor + 1 = 4 text solutions - z = 13 implies x + 2y = 3 implies lfloor 3/2 rfloor + 1 = 2 text solutions - z = 14 implies x + 2y = 0 implies lfloor 0/2 rfloor + 1 = 1 text solution ### Step 2: Total Sum Computation Summing all the calculated distribution counts: textTotal solutions = 22 + 20 + 19 + 17 + 16 + 14 + 13 + 11 + 10 + 8 + 7 + 5 + 4 + 2 + 1 = 169 ### Pattern Recognition Sees: Linear multi-variable diophantine solution constraints. Shortcut: Grouping into alternating arithmetic sequences can expedite the total calculation step instead of adding each discrete integer row manually. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Mathematics: Permutations and Combinations
Q2 jee_main_2024_29_january_evening Partitioning of Identical Objects
Number of ways of arranging 8 identical books into 4 identical shelves where any number of shelves may remain empty is equal to
  • A. 18
  • B. 16
  • C. 12
  • D. 15

Solution

### Related Formula Since both the objects (books) and the containers (shelves) are identical, this problem is equivalent to finding the number of partitions of the integer 8 into at most 4 parts. ### Core Logic Let us systematically list out all the possible distributions based on the number of empty shelves: 1. **3 Shelves empty:** * (8, 0, 0, 0) rightarrow 1text way 2. **2 Shelves empty:** * (7, 1, 0, 0) * (6, 2, 0, 0) * (5, 3, 0, 0) * (4, 4, 0, 0) rightarrow 4text ways 3. **1 Shelf empty:** * (6, 1, 1, 0) * (5, 2, 1, 0) * (4, 3, 1, 0) * (4, 2, 2, 0) * (3, 3, 2, 0) rightarrow 5text ways 4. **0 Shelves empty:** * (5, 1, 1, 1) * (4, 2, 1, 1) * (3, 3, 1, 1) * (3, 2, 2, 1) * (2, 2, 2, 2) rightarrow 5text ways ### Step 1: Total Computations Summing all these cases together: textTotal ways = 1 + 4 + 5 + 5 = 15text ways ### Pattern Recognition Be very careful to identify if containers/objects are identical or distinct. Identical into identical means simple partition of integers. Listing them in descending order ensures no partition is missed or duplicated. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Mathematics: Permutations and Combinations
Q22 jee_main_2024_29_jan_morning Dictionary Rank of a Word
All the letters of the word "GTWENTY" are written in all possible ways with or without meaning and these words are written as in a dictionary. The serial number of the word "GTWENTY" is
Numerical Answer. Answer: 553 to 553

Solution

### Related Formula textPermutations of n text objects with p text identical elements = fracn!p! ### Core Logic Alphabetize the letters in the word "GTWENTY": E, G, N, T, T, W, Y. We calculate the number of permutations that alphabetically precede "GTWENTY" by exhaustively scanning dictionary prefixes. ### Step 1: Calculate Block Combinations 1. Words starting with 'E': Remaining letters {G, N, T, T, W, Y}. We have 6 letters with 'T' repeating twice. Permutations = frac6!2! = frac7202 = 360. 2. Words starting with 'G': This locks the first letter. Next alphabetical letter is 'E'. - Starting with 'GE': Remaining {N, T, T, W, Y}. 5 letters, 'T' repeating. Permutations = frac5!2! = frac1202 = 60. - Starting with 'GN': Remaining {E, T, T, W, Y}. 5 letters, 'T' repeating. Permutations = frac5!2! = 60. - Starting with 'GT': This locks the second letter as well. We iterate through the remaining sorted pool {E, N, T, W, Y}. -- Starting with 'GTE': Remaining {N, T, W, Y}. No repetitions. Permutations = 4! = 24. -- Starting with 'GTN': Remaining {E, T, W, Y}. No repetitions. Permutations = 4! = 24. -- Starting with 'GTT': Remaining {E, N, W, Y}. No repetitions. Permutations = 4! = 24. -- Starting with 'GTW': This locks the third letter. Iterate through {E, N, T, Y}. ### Step 2: Trace Remaining Exact String We are now tracking the prefix 'GTW'. The remaining letters alphabetically are E, N, T, Y. The target word is precisely built out of these letters in exact alphabetical order: E, then N, then T, then Y. This means "GTWENTY" is the very first word in the 'GTW' block. So, it adds exactly 1 to the count. ### Step 3: Sum the Permutations Total serial number = 360 + 60 + 60 + 24 + 24 + 24 + 1 = 553. ### Pattern Recognition When calculating dictionary rank with repeating letters, remember to divide by p! only when the repeating letter is roaming freely in the available blanks. If a repeating letter is 'locked' as the current prefix, it no longer acts as a repeater for the remaining slots. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Mathematics: Permutations and Combinations
Q26 jee_main_2024_30_january_evening Selection of Objects
In an examination of Mathematics paper, there are 20 questions of equal marks and the question paper is divided into three sections: A, B and C. A student is required to attempt total 15 questions taking at least 4 questions from each section. If section A has 8 questions, section B has 6 questions and section C has 6 questions, then the total number of ways a student can select 15 questions is
Numerical Answer. Answer: 11376 to 11376

Solution

### Related Formula textCombinations: ^nC_r = fracn!r!(n-r)! ### Core Logic Total Questions = 20 (A: 8, B: 6, C: 6). Total to attempt = 15. Minimum required from each section = 4. Base attempt gives: 4 (textfrom A) + 4 (textfrom B) + 4 (textfrom C) = 12 questions. We have to distribute the remaining 15 - 12 = 3 questions across the sections A, B, and C. Let the additional questions picked be x, y, z for sections A, B, C respectively. Then x + y + z = 3, with constraints based on the maximum questions per section: A max extra = 8 - 4 = 4 Rightarrow x le 4 B max extra = 6 - 4 = 2 Rightarrow y le 2 C max extra = 6 - 4 = 2 Rightarrow z le 2 ### Step 1: Identifying Valid Selection Cases The possible sets of (x, y, z) are: Case 1: (1, 1, 1) Rightarrow Total picks: A(5), B(5), C(5) Case 2: (2, 1, 0) and its permutations (respecting constraints). Valid permutations: - A gets 2, B gets 1, C gets 0 Rightarrow A(6), B(5), C(4) - A gets 2, C gets 1, B gets 0 Rightarrow A(6), B(4), C(5) - B gets 2, A gets 1, C gets 0 Rightarrow A(5), B(6), C(4) - C gets 2, A gets 1, B gets 0 Rightarrow A(5), B(4), C(6) (Note: B(2), C(1) or C(2), B(1) are not allowed if it forces A to take 0, wait, A gets 0 means A(4). A is allowed to have 4.) Let's check permutations of (2, 1, 0): - A(4), B(6), C(5) [x=0, y=2, z=1] - A(4), B(5), C(6) [x=0, y=1, z=2] Case 3: (3, 0, 0) and permutations. Since y le 2 and z le 2, only x can be 3. So, x=3, y=0, z=0 Rightarrow A(7), B(4), C(4). ### Step 2: Calculating Combinations per Case Let's list all valid final section breakdowns (A, B, C): 1) (5, 5, 5) Rightarrow ^8C_5 cdot ^6C_5 cdot ^6C_5 = 56 cdot 6 cdot 6 = 2016 2) (6, 5, 4) Rightarrow ^8C_6 cdot ^6C_5 cdot ^6C_4 = 28 cdot 6 cdot 15 = 2520 3) (6, 4, 5) Rightarrow ^8C_6 cdot ^6C_4 cdot ^6C_5 = 28 cdot 15 cdot 6 = 2520 4) (5, 6, 4) Rightarrow ^8C_5 cdot ^6C_6 cdot ^6C_4 = 56 cdot 1 cdot 15 = 840 5) (5, 4, 6) Rightarrow ^8C_5 cdot ^6C_4 cdot ^6C_6 = 56 cdot 15 cdot 1 = 840 6) (4, 6, 5) Rightarrow ^8C_4 cdot ^6C_6 cdot ^6C_5 = 70 cdot 1 cdot 6 = 420 7) (4, 5, 6) Rightarrow ^8C_4 cdot ^6C_5 cdot ^6C_6 = 70 cdot 6 cdot 1 = 420 8) (7, 4, 4) Rightarrow ^8C_7 cdot ^6C_4 cdot ^6C_4 = 8 cdot 15 cdot 15 = 1800 ### Step 3: Summing the Total Ways Total ways = 2016 + 2520 + 2520 + 840 + 840 + 420 + 420 + 1800 Total ways = 2016 + 5040 + 1680 + 840 + 1800 = 11376 ### Pattern Recognition Combinatorial distribution with rigid lower bounds is solved by shifting the baseline. Allocate the minimums immediately (4+4+4=12), then distribute the remaining items via casework ensuring upper capacities aren't breached. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Maths: Permutations and Combinations
Q1 jee_main_2024_31_jan_evening Distribution of Identical Objects
The number of ways in which 21 identical apples can be distributed among three children such that each child gets at least 2 apples, is
  • A. 406
  • B. 130
  • C. 142
  • D. 136

Solution

### Related Formula textWays to distribute n text identical objects among r text persons = ^n+r-1C_r-1 ### Core Logic First, distribute 2 apples to each of the 3 children to satisfy the minimum requirement. Remaining apples = 21 - 3 times 2 = 15. Now distribute the remaining 15 identical apples among the 3 children without restrictions. textNumber of ways = ^15+3-1C_3-1 = ^17C_2 = frac17 times 162 = 136 ### Pattern Recognition Beggar's Method: For x_1+x_2+dots+x_r = n with x_i ge k, pre-allocate k to each and apply standard distribution formula on remainder. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Maths: Permutations and Combinations

More Permutations and Combinations Questions — jee_main_2024_31_jan_evening

Practice all Permutations and Combinations previous-year questions →

YOUR FIRST PREP STEP STARTS HERE

We Map Every Repeating Question in Competitive Exams.

Say goodbye to generic mock test fatigue. RankBit uses smart analysis to group past exam questions into their foundational Repeating Question Types. Find chapter weightage, track repeating questions, and score higher with targeted practice.

Select Your Target Exam

Choose an exam track below to find formulas per chapter and patterns.

Syncing Exam Intelligence

Mapping formulas and patterns across all tracks…

PATH A — FULL LENGTH PRACTICE

Full Mock Test Hub

Simulate real NTA exam conditions with fully tracked mocks. Time yourself against past papers.

Under Development
PATH B — TARGETED PRACTICE

Topic-wise Practice Hub

Practice past-year questions one chapter at a time. Pick an exam → subject → chapter and get every PYQ for that topic — pulled together from all past papers — with the chapter's key formulas alongside.

Loading Questions... Browse Topics
Latest from the Blog
View all →

Loading articles...