UPSC CSAT संख्या पद्धति: इकाई अंक, विभाज्यता और चक्रीयता

intermediate 18 min read

अवधारणा

संख्या पद्धति (Number System) वह आधारशिला है जिस पर UPSC CSAT का पूरा Quant section टिका है। लेकिन यहाँ एक बात साफ़ कर दो — यह chapter सिर्फ़ "numbers याद करो" वाला नहीं है। यह pattern पहचानने का chapter है।

सोचो एक घड़ी की सुई के बारे में। घड़ी की मिनट-सुई हर 60 मिनट पर वापस 12 पर आ जाती है — यह चक्रीयता (cyclicity) है। ठीक इसी तरह, किसी भी संख्या को बार-बार गुणा करने पर उसका इकाई अंक (unit digit) एक निश्चित pattern में दोहराता है। जब 73077^{307} जैसा सवाल देखते हो, तो पूरी 73077^{307} नहीं निकालनी — बस यह देखना है कि 307 उस cycle में कहाँ पड़ता है।

इस chapter में तीन मुख्य concepts काम आते हैं:

पहला — इकाई अंक की चक्रीयता: हर अंक (0-9) की घातों का इकाई अंक एक निश्चित cycle में चलता है। यह cycle की लंबाई 1, 2, या 4 होती है।

दूसरा — विभाज्यता के नियम: किसी बड़ी संख्या को actually भाग किए बिना यह बताना कि वह किस-किस से divisible है। UPSC इसे reasoning के साथ जोड़कर पूछता है।

तीसरा — शेषफल (Remainder) patterns: ana^n को किसी संख्या से भाग देने पर शेषफल क्या होगा — यह cyclicity और modular arithmetic से जुड़ा है।

UPSC CSAT में इस chapter से सीधे 2-4 प्रश्न आते हैं, और इनमें से अधिकतर इकाई अंक पर होते हैं क्योंकि एक बार cycle याद हो जाए तो प्रश्न 20-30 seconds में हल होता है।


गहन विश्लेषण

इकाई अंक की चक्रीयता — पूरी table एक बार देखो

हर अंक की घातों का इकाई अंक pattern:

| अंक | Cycle | Pattern | |-----|-------|---------| | 0 | 1 | 0, 0, 0, 0... | | 1 | 1 | 1, 1, 1, 1... | | 2 | 4 | 2, 4, 8, 6, 2, 4, 8, 6... | | 3 | 4 | 3, 9, 7, 1, 3, 9, 7, 1... | | 4 | 2 | 4, 6, 4, 6... | | 5 | 1 | 5, 5, 5, 5... | | 6 | 1 | 6, 6, 6, 6... | | 7 | 4 | 7, 9, 3, 1, 7, 9, 3, 1... | | 8 | 4 | 8, 4, 2, 6, 8, 4, 2, 6... | | 9 | 2 | 9, 1, 9, 1... |

याद रखो: 0, 1, 5, 6 की cycle length = 1 (ये हमेशा वही unit digit देते हैं)। 4 और 9 की cycle = 22, 3, 7, 8 की cycle = 4

Cycle का उपयोग कैसे करें

जब 73077^{307} का unit digit निकालना हो:

  1. 7 की cycle = 4 (pattern: 7, 9, 3, 1)
  2. 307÷4=76307 \div 4 = 76 remainder 33
  3. Remainder 3 मतलब cycle का तीसरा element → 3

इसलिए 73077^{307} का unit digit = 3

एक महत्वपूर्ण बात: जब remainder = 0 आए, तो cycle का आखिरी element लो। जैसे 7127^{12}12÷4=312 \div 4 = 3 remainder 0 → cycle का चौथा element = 1

गुणनफल का इकाई अंक

जब दो संख्याओं का गुणनफल हो जैसे 6129×73076^{129} \times 7^{307}:

विभाज्यता के नियम — जो UPSC पूछता है

2 से विभाज्यता: अंतिम अंक सम हो।

3 से विभाज्यता: सभी अंकों का योग 3 से divisible हो। जैसे 1234561234561+2+3+4+5+6=211+2+3+4+5+6 = 21 → 21, 3 से divisible → हाँ।

4 से विभाज्यता: अंतिम दो अंक 4 से divisible हों।

9 से विभाज्यता: सभी अंकों का योग 9 से divisible हो।

11 से विभाज्यता: (विषम स्थानों के अंकों का योग) − (सम स्थानों के अंकों का योग) = 0 या 11 का गुणज। जैसे 2984329843: (2+8+3)(9+4)=1313=0(2+8+3) - (9+4) = 13 - 13 = 0 → divisible।

7 से विभाज्यता: अंतिम अंक को दोगुना करके बाकी संख्या में से घटाओ — यह process दोहराते रहो जब तक 2-अंकीय संख्या न मिले। यह UPSC में कम पूछा जाता है।

Trailing Zeros और पूर्ववर्ती अंक

3030=330×103030^{30} = 3^{30} \times 10^{30}

103010^{30} का मतलब है 30 trailing zeros। अब जो digit इन zeros से पहले है, वह 3303^{30} का unit digit है।

3 की cycle = 4, pattern: 3, 9, 7, 1

30÷4=730 \div 4 = 7 remainder 22 → cycle का दूसरा element = 9

इसलिए zeros से पहले का अंक = 9।

अभाज्य संख्याएँ (Prime Numbers) — त्वरित पहचान

1 से 50 तक: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47

Quick test: nn तक की primes जाँचने के लिए n\sqrt{n} तक की primes से ही भाग करो। जैसे 97 prime है या नहीं? 979.8\sqrt{97} \approx 9.8 → 2, 3, 5, 7 से भाग करो — कोई नहीं जाता → 97 prime है।

शेषफल (Remainder) का सीधा pattern

anm\frac{a^n}{m} का शेषफल निकालने में cyclicity काम आती है। जैसे 210010\frac{2^{100}}{10} का remainder = 21002^{100} का unit digit = ?

2 की cycle = 4, 100÷4=25100 \div 4 = 25 remainder 0 → cycle का 4th element = 6। तो remainder = 6।


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

patternZERO-ONE-FIVE-SIX नियम

जब भी base का unit digit 0, 1, 5, या 6 हो — कोई calculation मत करो। Unit digit वही रहता है जो base का है।

उदाहरण: 12569991256^{999} का unit digit = 6। 315500315^{500} का unit digit = 5।

Standard method: cycle निकालो, mod करो → 3 steps। यह shortcut: देखो और लिखो → 1 step। Time difference: 30s vs 3s।

patternMOD-4 Rule

जब base का unit digit 2, 3, 7, या 8 हो (cycle = 4), तो power को 4 से divide करके remainder देखो। Remainder 1→पहला, 2→दूसरा, 3→तीसरा, 0→चौथा cycle element।

उदाहरण: 8538^{53} → unit digit 8 है, cycle: 8,4,2,6। 53÷4=1353 \div 4 = 13 r 11 → पहला element = 8

Standard method (पूरी calculation): impossible। Shortcut: 2 steps, 10 seconds।

elimination5 गुणनखंड = Unit Digit 5

किसी odd numbers के product में अगर 5 एक factor है, तो पूरे product का unit digit हमेशा 5 होगा — बाकी factors देखने की ज़रूरत नहीं।

कारण: 5×odd=...55 \times \text{odd} = \text{...5} (हमेशा)। लेकिन अगर product में कोई even number भी हो, तो unit digit 0 हो सकता है।

उदाहरण: 1×3×5×7×...×9991 \times 3 \times 5 \times 7 \times ... \times 999 → सभी odd, 5 भी शामिल → unit digit = 5

Standard method: सभी numbers के unit digits गुणा करो → 500 steps। Shortcut: 1 observation → 2 seconds।

patternTrailing Zeros को अलग करो

nmn^m में अगर base को a×10ka \times 10^k के रूप में लिखा जा सके, तो trailing zeros की संख्या = k×mk \times m। बचे हुए ama^m का unit digit ही zeros से पहले का अंक है।

उदाहरण: 3030=330×103030^{30} = 3^{30} \times 10^{30}। Trailing zeros = 30। 3303^{30} का unit digit = 9।

Standard method: 303030^{30} पूरा expand करने की कोशिश → impossible। Shortcut: decompose → cycle → 15 seconds।

pattern9 की विभाज्यता — अंकों का जोड़

किसी भी संख्या में से 9 का multiple घटाओ — शेष वही रहता है। इसलिए 98765439876543 का digit sum = 9+8+7+6+5+4+3=429+8+7+6+5+4+3 = 424+2=64+2=6। 9 से remainder = 6।

यह trick modular arithmetic का सबसे fast application है।

Standard method: लम्बा भाग करो → 60 seconds। Shortcut: अंक जोड़ो → 5 seconds।


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

परीक्षा hall में "unit digit" वाला प्रश्न देखते ही यह sequence follow करो:

Step 1 — Base का unit digit देखो। अगर 0, 1, 5, 6 है → answer वही है। Done।

Step 2 — Cycle तय करो। 2, 3, 7, 8 → cycle 4। 4, 9 → cycle 2।

Step 3 — Power को cycle से divide करो। Remainder निकालो। Remainder = 0 → cycle का last element।

Step 4 — Multiple bases हों तो: हर base का unit digit अलग-अलग निकालो। फिर उन unit digits को आपस में गुणा करो। फिर उस गुणनफल का unit digit → final answer।

Step 5 — Trailing zeros वाले प्रश्न में: Base को a×10ka \times 10^k में decompose करो। ana^n का unit digit निकालो।

Special flag: अगर product में कोई even number और 5 दोनों हों → unit digit = 0 (trailing zero बनेगा, preceding digit अलग निकालना होगा)।

किसी भी standard unit digit question को इस framework से 20-35 seconds में हल करना संभव है।


हल किए गए PYQs

क्यों यह प्रश्न: दो bases का product — cycle और multiplication दोनों एक साथ test होते हैं। यह UPSC का classic two-step unit digit question है।

Previous Year Questionपिछले वर्ष का प्रश्न2026
The digit in the unit place of the number 6^129 × 7^307 is
  1. 2
  2. 4
  3. 8
  4. 6
Solutionसमाधान
The unit digit of 6 raised to any positive integer power is always 6, so 6^129 has unit digit 6. For 7^307, the unit digits cycle as 7, 9, 3, 1 with period 4. 307 mod 4 = 3, so unit digit of 7^307 is 3. The unit digit of the product 6 × 3 = 18, which has unit digit 8. Wait — that gives 8, not 2. Let me recheck: 6 × 3 = 18, unit digit is 8. So the answer should be (c) 8. The correct answer is 8.

समाधान का रास्ता:


क्यों यह प्रश्न: 500 numbers का product एक trap है — directly calculate नहीं होगा। यह "special factor" observation test करता है।

Previous Year Questionपिछले वर्ष का प्रश्न2025
What is the unit digit in the multiplication of 1 × 3 × 5 × 7 × 9 × . . . × 999 ?
  1. 1
  2. 3
  3. 5
  4. 9
Solutionसमाधान
The product is of all odd numbers from 1 to 999. Since 5 is one of the factors, and the other factors include odd numbers, the product will end in 5 (any odd number multiplied by 5 gives a number ending in 5). Therefore, the unit digit of the entire product is 5.

समाधान का रास्ता:


क्यों यह प्रश्न: "zeros से पहले का अंक" — यह decomposition skill test करता है। 303030^{30} सुनकर घबराने की ज़रूरत नहीं, बस base को तोड़ो।

Previous Year Questionपिछले वर्ष का प्रश्न2024
What is the rightmost digit preceding the zeros in the value of 30^30?
  1. 1
  2. 3
  3. 7
  4. 9
Solutionसमाधान
30^30 = 3^30 × 10^30. The 10^30 contributes 30 trailing zeros. The digit preceding these zeros is the unit digit of 3^30. The cyclicity of unit digit of 3 is: 3, 9, 7, 1 (cycle of 4). 30 mod 4 = 2, so unit digit of 3^30 is 9. Hence the rightmost digit preceding the zeros is 9.

समाधान का रास्ता:


आम गलतियाँ


संबंधित विषय

SarkariRise पर अभ्यास

Sign up + get 3 free mocks →