NDA गणित: क्रमचय और संचय — सम्पूर्ण अध्ययन सामग्री

intermediate 22 min read

अवधारणा

क्रमचय और संचय — ये दोनों गणना के दो अलग-अलग दृष्टिकोण हैं। एक ही प्रश्न पर दोनों लागू हो सकते हैं, पर सही तरीका चुनने में ज़्यादातर छात्र फँसते हैं।

मूल अंतर एक वाक्य में: जब क्रम (order) मायने रखे — क्रमचय (Permutation)। जब केवल चुनाव (selection) मायने रखे — संचय (Combination)।

एक व्यावहारिक उदाहरण लो: तुम्हारे पास A, B, C तीन दोस्त हैं।

भाज्य (Factorial) की नींव:

n!=n×(n1)×(n2)××2×1n! = n \times (n-1) \times (n-2) \times \cdots \times 2 \times 1

विशेष: 0!=10! = 1 — यह परिभाषा है, सिद्धांत नहीं। इसे याद रखो, वरना कई सूत्र टूट जाते हैं।

मूल सूत्र:

P(n,r)=n!(nr)!C(n,r)=n!r!(nr)!P(n, r) = \frac{n!}{(n-r)!} \qquad C(n, r) = \frac{n!}{r!(n-r)!}

इन दोनों का संबंध: P(n,r)=r!×C(n,r)P(n, r) = r! \times C(n, r)

अर्थात — पहले rr चीज़ें चुनो (Combination), फिर उन्हें arrange करो (r!r! तरीकों से)।


गहन विश्लेषण

गणना के मूल सिद्धांत

गुणन नियम (Multiplication Principle): यदि काम दो चरणों में होता है — पहले mm तरीकों से, फिर nn तरीकों से — तो कुल तरीके m×nm \times n होंगे।

योग नियम (Addition Principle): यदि दो काम अलग-अलग तरीकों से हो सकते हैं (एक-साथ नहीं), तो कुल m+nm + n तरीके।

परीक्षा में "या" शब्द आए तो Addition, "और" शब्द आए तो Multiplication — यह rough rule काम की है।

क्रमचय के महत्वपूर्ण cases

सभी अलग-अलग चीज़ों की arrangement: nn चीज़ें = n!n! तरीके।

जब कुछ चीज़ें दोहराई जाएँ: nn चीज़ों में pp एक जैसी, qq एक जैसी हों:

व्यवस्थाएँ=n!p!q!\text{व्यवस्थाएँ} = \frac{n!}{p! \cdot q!}

वृत्तीय क्रमचय (Circular Permutation): nn चीज़ों को वृत्त में सजाने के तरीके = (n1)!(n-1)!

इसके पीछे कारण: वृत्त में एक स्थान fixed मान लो (reference point), बाकी (n1)(n-1) को arrange करो।

बंधन (Restriction) वाले प्रश्न: ये NDA में अक्सर आते हैं।

संचय के महत्वपूर्ण properties

सममिति गुण: C(n,r)=C(n,nr)C(n, r) = C(n, n-r)

यह property NDA में directly पूछी जाती है। जब C(n,r)=C(n,k)C(n, r) = C(n, k) हो, तो या तो r=kr = k या r+k=nr + k = n

Pascal की पहचान: C(n,r)=C(n1,r1)+C(n1,r)C(n, r) = C(n-1, r-1) + C(n-1, r)

योग सूत्र: C(n,0)+C(n,1)++C(n,n)=2nC(n, 0) + C(n, 1) + \cdots + C(n, n) = 2^n

Vandermonde की पहचान (कम आती है, पर जानो): C(m+n,r)=k=0rC(m,k)C(n,rk)C(m+n, r) = \sum_{k=0}^{r} C(m, k) \cdot C(n, r-k)

Polygon में diagonal की संख्या

nn भुजाओं वाले polygon में diagonals की संख्या:

D=C(n,2)n=n(n1)2n=n(n3)2D = C(n, 2) - n = \frac{n(n-1)}{2} - n = \frac{n(n-3)}{2}

सोचो: nn vertices से C(n,2)C(n,2) रेखाखंड बनते हैं, जिनमें से nn तो स्वयं भुजाएँ हैं — बाकी सब diagonals।

Stars and Bars (विभाजन सूत्र)

यह NDA में कभी-कभी आता है, पर छात्र इसे अक्सर नहीं जानते।

धनात्मक पूर्णांक solutions (x1+x2++xr=nx_1 + x_2 + \cdots + x_r = n, जहाँ हर xi1x_i \geq 1): solutions=C(n1,r1)\text{solutions} = C(n-1, r-1)

अऋणात्मक पूर्णांक solutions (x1+x2++xr=nx_1 + x_2 + \cdots + x_r = n, जहाँ हर xi0x_i \geq 0): solutions=C(n+r1,r1)\text{solutions} = C(n+r-1, r-1)

"अधिकतम r चीज़ें चुनो" वाले प्रश्न

nn अलग-अलग चीज़ों में से अधिकतम rr चुनने के तरीके:

C(n,0)+C(n,1)+C(n,2)++C(n,r)C(n, 0) + C(n, 1) + C(n, 2) + \cdots + C(n, r)

ध्यान रखो — "अधिकतम" में C(n,0)=1C(n, 0) = 1 (कुछ नहीं चुनना) शामिल होता है या नहीं, यह context पर निर्भर है। NDA के प्रश्नों में अक्सर empty selection को count किया जाता है।

Vowel-Consonant constraint वाले प्रश्न

ये arrangement प्रश्न बार-बार आते हैं। तरीका:

  1. पहले vowels और consonants अलग करो।
  2. Vowel positions में vowels arrange करो।
  3. Consonant positions में consonants arrange करो।
  4. दोनों को गुणा करो।

या "सब consonants साथ" वाले में: consonants का एक block बनाओ, फिर (block + बाकी letters) को arrange करो, फिर block के अंदर consonants को arrange करो।


शॉर्टकट और युक्तियाँ

patternC(n,r) = C(n, n-r) से तुरंत बचाओ

जब C(n,r)=C(n,k)C(n, r) = C(n, k) दिया हो और rkr \neq k, तो सीधे r+k=nr + k = n लिखो।

उदाहरण: C(5n,r)=C(5n,n+r)C(5n, r) = C(5n, n+r) — यहाँ r+(n+r)=5nr + (n+r) = 5n2r+n=5n2r + n = 5nr=2nr = 2n

Standard तरीका: पूरा algebra expand करो — 4-5 steps। इस shortcut से: 1 step।

patternPolygon Diagonal Formula याद रखने की तरकीब

nn sides → diagonals = n(n3)2\frac{n(n-3)}{2}

याद करने की तरकीब: nn vertices से nn को ही हटाओ (खुद से और दोनों adjacent vertices से — कुल 3)। इसीलिए (n3)(n-3) आया।

Reverse use: diagonal = dd दी हो, तो n23n2d=0n^2 - 3n - 2d = 0 solve करो। d=20d = 20 के लिए: n23n40=0n^2 - 3n - 40 = 0(n8)(n+5)=0(n-8)(n+5) = 0n=8n = 8। Calculator-free quadratic: सीधे देखो 8×5=408 \times 5 = 40 और 85=38 - 5 = 3। 5 seconds।

patternStars and Bars — positive solutions की गिनती

x+y+z=nx + y + z = n के धनात्मक integer solutions = C(n1,2)C(n-1, 2)

n=5n = 5: C(4,2)=6C(4, 2) = 6। Standard तरीका — सब cases enumerate करो: (1,1,3),(1,3,1),(3,1,1),(1,2,2),(2,1,2),(2,2,1)(1,1,3), (1,3,1), (3,1,1), (1,2,2), (2,1,2), (2,2,1) — 30+ seconds। Formula से: 5 seconds।

सामान्यीकरण: rr variables के लिए C(n1,r1)C(n-1, r-1)

eliminationNumber Formation — अंक 0 वाले प्रश्नों में

जब 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!=63!= 6। Total = 3×6=183 \times 6 = 18। Standard (4! − 3!) = 24 − 6 = 18 से verify होता है, पर direct method faster है।

patternDELHI जैसे prearranged position प्रश्न

"Vowels और consonants अपनी-अपनी positions पर रहें" — इसका मतलब है vowels आपस में swap करें, consonants आपस में swap करें।

Steps: vowels की संख्या = vv, consonants की संख्या = cc → answer = v!×c!v! \times c!

DELHI: vowels = E, I (2 vowels) → 2!2!; consonants = D, L, H (3 consonants) → 3!3!। Total = 2×6=122 \times 6 = 12। इसे count करने में 8 seconds।


तेज़-समाधान रूपरेखा

परीक्षा-कक्ष में यह decision tree follow करो:

Step 1 — क्रम मायने रखता है?

Step 2 — कोई restriction है?

Step 3 — Special formula trigger:

Step 4 — दोहराई गई चीज़ें?


हल किए गए PYQs

क्यों यह प्रश्न: अंक 0 के साथ number formation NDA का classic trap है। Leading digit का constraint हर बार आता है।

Previous Year Questionपिछले वर्ष का प्रश्न2026
Using digits 0, 1, 2 and 3, how many numbers greater than 1000 can be made (repetition of digits is not allowed)?
  1. 24
  2. 18
  3. 15
  4. 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!=63! = 6। Total = 3×6=183 \times 6 = 18


क्यों यह प्रश्न: Polygon diagonal formula का reverse use — nn ज्ञात करना। NDA में यह quadratic form में आता है।

Previous Year Questionपिछले वर्ष का प्रश्न2025
How many sides are there in a polygon which has 20 diagonals?
  1. 6
  2. 7
  3. 8
  4. 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.

समाधान का रास्ता: n(n3)2=20\frac{n(n-3)}{2} = 20n23n40=0n^2 - 3n - 40 = 0। Factorize: दो संख्याएँ जिनका गुणनफल 40-40 और योग 3-3(n8)(n+5)=0(n-8)(n+5) = 0n=8n = 8 (negative reject)। CAPITAL letter प्रश्न की तरह calculations मत करो — formula directly लगाओ।


क्यों यह प्रश्न: "Positions unchanged" वाला वर्ग NDA में बार-बार आता है। गलत interpretation सबसे बड़ा trap है।

Previous Year Questionपिछले वर्ष का प्रश्न2025
In how many ways can the letters of the word DELHI be arranged keeping the positions of vowels and consonants unchanged?
  1. 6
  2. 9
  3. 12
  4. 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!=22! = 2। Consonants: D, L, H positions 1, 3, 4 पर — 3!=63! = 6। Total = 2×6=122 \times 6 = 12


क्यों यह प्रश्न: Stars and Bars का direct application। इस formula को न जानने वाले छात्र enumerate करते हैं और समय गँवाते हैं।

Previous Year Questionपिछले वर्ष का प्रश्न2025
What is the number of positive integer solutions of x + y + z = 5?
  1. 3
  2. 5
  3. 6
  4. 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=5x + y + z = 5, positive integers। Formula: C(n1,r1)=C(51,31)=C(4,2)=4!2!2!=6C(n-1, r-1) = C(5-1, 3-1) = C(4, 2) = \frac{4!}{2! \cdot 2!} = 6। Enumerate करके verify: (1,1,3),(1,3,1),(3,1,1),(1,2,2),(2,1,2),(2,2,1)(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,nr)C(n,r) = C(n, n-r) को equation की तरह solve करने की practice।

Previous Year Questionपिछले वर्ष का प्रश्न2025
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?
  1. n
  2. 2n
  3. 3n
  4. 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)C(5n, r) = C(5n, n+r)। Property: C(p,q)=C(p,pq)C(p, q) = C(p, p-q), इसलिए या तो r=n+rr = n+r (impossible) या r+(n+r)=5nr + (n+r) = 5n2r+n=5n2r + n = 5n2r=4n2r = 4nr=2nr = 2n


क्यों यह प्रश्न: "अधिकतम" वाले प्रश्न में empty selection (0 चुनना) को include करना — यह NDA में trap है।

Previous Year Questionपिछले वर्ष का प्रश्न2025
What is the number of selections of at most 3 things from 6 different things?
  1. 20
  2. 22
  3. 41
  4. 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=42C(6,0) + C(6,1) + C(6,2) + C(6,3) = 1 + 6 + 15 + 20 = 42C(6,0)=1C(6,0) = 1 को मत भूलो — यही trap है।


आम गलतियाँ


संबंधित विषय


SarkariRise पर अभ्यास

Sign up + get 3 free mocks →