NDA गणित: क्रमचय और संचय — सम्पूर्ण अध्ययन सामग्री
intermediate 22 min read
अवधारणा
क्रमचय और संचय — ये दोनों गणना के दो अलग-अलग दृष्टिकोण हैं। एक ही प्रश्न पर दोनों लागू हो सकते हैं, पर सही तरीका चुनने में ज़्यादातर छात्र फँसते हैं।
मूल अंतर एक वाक्य में: जब क्रम (order) मायने रखे — क्रमचय (Permutation)। जब केवल चुनाव (selection) मायने रखे — संचय (Combination)।
एक व्यावहारिक उदाहरण लो: तुम्हारे पास A, B, C तीन दोस्त हैं।
- "कमेटी में से अध्यक्ष, उपाध्यक्ष, सचिव कौन बनेगा?" — यहाँ ABC और BAC अलग-अलग हैं क्योंकि पद अलग हैं। यह क्रमचय है।
- "कमेटी में 2 लोगों को चुनना है।" — यहाँ AB और BA एक ही चुनाव है। यह संचय है।
भाज्य (Factorial) की नींव:
n!=n×(n−1)×(n−2)×⋯×2×1
विशेष: 0!=1 — यह परिभाषा है, सिद्धांत नहीं। इसे याद रखो, वरना कई सूत्र टूट जाते हैं।
मूल सूत्र:
P(n,r)=(n−r)!n!C(n,r)=r!(n−r)!n!
इन दोनों का संबंध: P(n,r)=r!×C(n,r)
अर्थात — पहले r चीज़ें चुनो (Combination), फिर उन्हें arrange करो (r! तरीकों से)।
गहन विश्लेषण
गणना के मूल सिद्धांत
गुणन नियम (Multiplication Principle): यदि काम दो चरणों में होता है — पहले m तरीकों से, फिर n तरीकों से — तो कुल तरीके m×n होंगे।
योग नियम (Addition Principle): यदि दो काम अलग-अलग तरीकों से हो सकते हैं (एक-साथ नहीं), तो कुल m+n तरीके।
परीक्षा में "या" शब्द आए तो Addition, "और" शब्द आए तो Multiplication — यह rough rule काम की है।
क्रमचय के महत्वपूर्ण cases
सभी अलग-अलग चीज़ों की arrangement: n चीज़ें = n! तरीके।
जब कुछ चीज़ें दोहराई जाएँ: n चीज़ों में p एक जैसी, q एक जैसी हों:
व्यवस्थाएँ=p!⋅q!n!
वृत्तीय क्रमचय (Circular Permutation): n चीज़ों को वृत्त में सजाने के तरीके = (n−1)!
इसके पीछे कारण: वृत्त में एक स्थान fixed मान लो (reference point), बाकी (n−1) को arrange करो।
बंधन (Restriction) वाले प्रश्न: ये NDA में अक्सर आते हैं।
- "दो विशेष व्यक्ति साथ रहें" → उन्हें एक block मानो, फिर (n−1)! × (block की internal arrangements)
- "दो विशेष व्यक्ति साथ न रहें" → Total arrangements − (दोनों साथ हों वाली arrangements)
संचय के महत्वपूर्ण properties
सममिति गुण:
C(n,r)=C(n,n−r)
यह property NDA में directly पूछी जाती है। जब C(n,r)=C(n,k) हो, तो या तो r=k या r+k=n।
Pascal की पहचान:
C(n,r)=C(n−1,r−1)+C(n−1,r)
योग सूत्र:
C(n,0)+C(n,1)+⋯+C(n,n)=2n
Vandermonde की पहचान (कम आती है, पर जानो):
C(m+n,r)=∑k=0rC(m,k)⋅C(n,r−k)
Polygon में diagonal की संख्या
n भुजाओं वाले polygon में diagonals की संख्या:
D=C(n,2)−n=2n(n−1)−n=2n(n−3)
सोचो: n vertices से C(n,2) रेखाखंड बनते हैं, जिनमें से n तो स्वयं भुजाएँ हैं — बाकी सब diagonals।
Stars and Bars (विभाजन सूत्र)
यह NDA में कभी-कभी आता है, पर छात्र इसे अक्सर नहीं जानते।
धनात्मक पूर्णांक solutions (x1+x2+⋯+xr=n, जहाँ हर xi≥1):
solutions=C(n−1,r−1)
अऋणात्मक पूर्णांक solutions (x1+x2+⋯+xr=n, जहाँ हर xi≥0):
solutions=C(n+r−1,r−1)
"अधिकतम r चीज़ें चुनो" वाले प्रश्न
n अलग-अलग चीज़ों में से अधिकतम r चुनने के तरीके:
C(n,0)+C(n,1)+C(n,2)+⋯+C(n,r)
ध्यान रखो — "अधिकतम" में C(n,0)=1 (कुछ नहीं चुनना) शामिल होता है या नहीं, यह context पर निर्भर है। NDA के प्रश्नों में अक्सर empty selection को count किया जाता है।
Vowel-Consonant constraint वाले प्रश्न
ये arrangement प्रश्न बार-बार आते हैं। तरीका:
- पहले vowels और consonants अलग करो।
- Vowel positions में vowels arrange करो।
- Consonant positions में consonants arrange करो।
- दोनों को गुणा करो।
या "सब consonants साथ" वाले में: consonants का एक block बनाओ, फिर (block + बाकी letters) को arrange करो, फिर block के अंदर consonants को arrange करो।
शॉर्टकट और युक्तियाँ
जब C(n,r)=C(n,k) दिया हो और r=k, तो सीधे r+k=n लिखो।
उदाहरण: C(5n,r)=C(5n,n+r) — यहाँ r+(n+r)=5n → 2r+n=5n → r=2n।
Standard तरीका: पूरा algebra expand करो — 4-5 steps। इस shortcut से: 1 step।
n sides → diagonals = 2n(n−3)।
याद करने की तरकीब: n vertices से n को ही हटाओ (खुद से और दोनों adjacent vertices से — कुल 3)। इसीलिए (n−3) आया।
Reverse use: diagonal = d दी हो, तो n2−3n−2d=0 solve करो। d=20 के लिए: n2−3n−40=0 → (n−8)(n+5)=0 → n=8। Calculator-free quadratic: सीधे देखो 8×5=40 और 8−5=3। 5 seconds।
x+y+z=n के धनात्मक integer solutions = C(n−1,2)।
n=5: C(4,2)=6। Standard तरीका — सब cases enumerate करो: (1,1,3),(1,3,1),(3,1,1),(1,2,2),(2,1,2),(2,2,1) — 30+ seconds। Formula से: 5 seconds।
सामान्यीकरण: r variables के लिए C(n−1,r−1)।
जब 0 अंकों में शामिल हो और leading digit शून्य नहीं हो सकती:
कुल arrangements − (0 पहले वाली arrangements) — यह लम्बा तरीका है।
तेज़ तरीका: Leading digit के लिए (total − 1) choices (0 छोड़कर), बाकी positions के लिए बचे हुए अंकों की arrangements।
Example (0,1,2,3 से 4-digit numbers): Leading digit = 3 choices (1,2,3), बाकी 3 positions = 3!=6। Total = 3×6=18। Standard (4! − 3!) = 24 − 6 = 18 से verify होता है, पर direct method faster है।
"Vowels और consonants अपनी-अपनी positions पर रहें" — इसका मतलब है vowels आपस में swap करें, consonants आपस में swap करें।
Steps: vowels की संख्या = v, consonants की संख्या = c → answer = v!×c!।
DELHI: vowels = E, I (2 vowels) → 2!; consonants = D, L, H (3 consonants) → 3!। Total = 2×6=12। इसे count करने में 8 seconds।
तेज़-समाधान रूपरेखा
परीक्षा-कक्ष में यह decision tree follow करो:
Step 1 — क्रम मायने रखता है?
- हाँ → Permutation (P(n,r) या arrangement formula)
- नहीं → Combination (C(n,r))
Step 2 — कोई restriction है?
- "साथ रहें" → Block method (एक unit मानो)
- "साथ न रहें" → Total − (साथ वाले)
- "Vowel-Consonant fixed" → अलग-अलग arrange करके गुणा करो
- "Leading digit 0 नहीं" → Leading digit के लिए (n−1) choices
Step 3 — Special formula trigger:
- "Diagonal" शब्द → 2n(n−3)
- "x+y+z=n, positive integers" → C(n−1,r−1)
- "अधिकतम r चुनो" → C(n,0)+C(n,1)+⋯+C(n,r) (empty selection check करो)
- "C(n,r)=C(n,k)" → r=k या r+k=n
Step 4 — दोहराई गई चीज़ें?
- हाँ → p!⋅q!⋯n!
हल किए गए PYQs
क्यों यह प्रश्न: अंक 0 के साथ number formation NDA का classic trap है। Leading digit का constraint हर बार आता है।
Using digits 0, 1, 2 and 3, how many numbers greater than 1000 can be made (repetition of digits is not allowed)?
- 24
- 18
- 15
- 12
Solutionसमाधान
Numbers greater than 1000 means 4-digit numbers (since with these 4 digits we can only form up to 4-digit numbers without repetition). First digit can't be 0: 3 choices (1, 2, or 3). Remaining 3 places filled with the other 3 digits: 3! = 6 ways. Total = 3 × 6 = 18.
समाधान का रास्ता: सबसे पहले पहचानो — 0, 1, 2, 3 से बिना repetition के 1000 से बड़ी संख्या यानी 4-digit number। Thousands place में 0 नहीं जा सकता → 3 choices (1, 2, 3)। बाकी 3 positions में शेष 3 अंक → 3!=6। Total = 3×6=18।
क्यों यह प्रश्न: Polygon diagonal formula का reverse use — n ज्ञात करना। NDA में यह quadratic form में आता है।
How many sides are there in a polygon which has 20 diagonals?
- 6
- 7
- 8
- 10
Solutionसमाधान
Number of diagonals in a polygon with n sides = n(n-3)/2. Setting n(n-3)/2 = 20: n(n-3) = 40, so n² - 3n - 40 = 0, giving n = (3 + √169)/2 = (3+13)/2 = 8.
समाधान का रास्ता: 2n(n−3)=20 → n2−3n−40=0। Factorize: दो संख्याएँ जिनका गुणनफल −40 और योग −3 → (n−8)(n+5)=0 → n=8 (negative reject)। CAPITAL letter प्रश्न की तरह calculations मत करो — formula directly लगाओ।
क्यों यह प्रश्न: "Positions unchanged" वाला वर्ग NDA में बार-बार आता है। गलत interpretation सबसे बड़ा trap है।
In how many ways can the letters of the word DELHI be arranged keeping the positions of vowels and consonants unchanged?
- 6
- 9
- 12
- 24
Solutionसमाधान
DELHI has 5 letters: D, E, L, H, I. Vowels: E, I (positions 2 and 5). Consonants: D, L, H (positions 1, 3, 4). Keeping positions of vowels and consonants unchanged means vowels are arranged in vowel positions and consonants in consonant positions. Vowels: 2! = 2 ways. Consonants: 3! = 6 ways. Total = 2·6 = 12.
समाधान का रास्ता: DELHI → D(1), E(2), L(3), H(4), I(5)। Vowels: E, I positions 2, 5 पर — इन्हें आपस में arrange करो: 2!=2। Consonants: D, L, H positions 1, 3, 4 पर — 3!=6। Total = 2×6=12।
क्यों यह प्रश्न: Stars and Bars का direct application। इस formula को न जानने वाले छात्र enumerate करते हैं और समय गँवाते हैं।
What is the number of positive integer solutions of x + y + z = 5?
- 3
- 5
- 6
- 9
Solutionसमाधान
Number of positive integer solutions of x + y + z = n is C(n-1, 2). For n = 5: C(4, 2) = 6.
समाधान का रास्ता: x+y+z=5, positive integers। Formula: C(n−1,r−1)=C(5−1,3−1)=C(4,2)=2!⋅2!4!=6। Enumerate करके verify: (1,1,3),(1,3,1),(3,1,1),(1,2,2),(2,1,2),(2,2,1) — हाँ, 6 ही हैं।
क्यों यह प्रश्न: Symmetry property का elegant use। C(n,r)=C(n,n−r) को equation की तरह solve करने की practice।
If the number of selections of r as well as (n + r) things from 5n different things are equal, then what is the value of r?
- n
- 2n
- 3n
- 4n
Solutionसमाधान
C(5n, r) = C(5n, n+r). Using property C(p, q) = C(p, p-q): r + (n+r) = 5n, so 2r = 4n, r = 2n.
समाधान का रास्ता: C(5n,r)=C(5n,n+r)। Property: C(p,q)=C(p,p−q), इसलिए या तो r=n+r (impossible) या r+(n+r)=5n → 2r+n=5n → 2r=4n → r=2n।
क्यों यह प्रश्न: "अधिकतम" वाले प्रश्न में empty selection (0 चुनना) को include करना — यह NDA में trap है।
What is the number of selections of at most 3 things from 6 different things?
- 20
- 22
- 41
- 42
Solutionसमाधान
At most 3 means 1 + 2 + 3 things (or possibly including 0). C(6,1) + C(6,2) + C(6,3) = 6 + 15 + 20 = 41. Including 0 things (empty selection): 41 + 1 = 42. The answer 42 includes empty selection.
समाधान का रास्ता: 6 अलग चीज़ों में से अधिकतम 3 चुनो: C(6,0)+C(6,1)+C(6,2)+C(6,3)=1+6+15+20=42। C(6,0)=1 को मत भूलो — यही trap है।
आम गलतियाँ
-
0! को 0 मान लेना: 0!=1 है। जब भी C(n,n) या C(n,0) calculate करते हो, denominator में 0! आता है — उसे 1 लिखो, 0 नहीं।
-
Circular permutation में n! लगाना: वृत्तीय arrangement के लिए (n−1)! होता है। एक position को reference मानकर fix करते हैं। यह गलती 6 marks तक ले जा सकती है।
-
"0 पहले नहीं आ सकता" constraint भूलना: Number formation में जब 0 अंकों में हो, leading digit के लिए n नहीं, (n−1) choices होती हैं। 4!=24 लिखकर रुक मत जाओ।
-
"अधिकतम" में C(n,0) छोड़ देना: "अधिकतम 3 चुनो" का अर्थ है 0, 1, 2, या 3 — शून्य selection valid है। C(n,0)=1 को formula में जोड़ो।
-
Repeated letters वाले arrangement में भाज्य न लगाना: CAPITAL जैसे words में A दो बार है। denominator में 2! नहीं लगाने से answer double हो जाता है। हर repeated letter के लिए उसकी frequency का factorial denominator में जाएगा।
-
Stars and Bars में positive और non-negative solutions का confusion: x+y+z=n, x≥1 के लिए C(n−1,r−1); x≥0 के लिए C(n+r−1,r−1)। "Positive" और "non-negative" शब्द परीक्षा में अलग-अलग formula trigger करते हैं — question ध्यान से पढ़ो।
संबंधित विषय
SarkariRise पर अभ्यास
Sign up + get 3 free mocks →Practice permutations and combinations on a mock →