SSC MTS के लिए संख्या सादृश्यता — पूर्ण अध्ययन सामग्री

beginner 18 min read

अवधारणा

संख्या सादृश्यता का अर्थ है — दो संख्याओं के बीच एक छुपा हुआ गणितीय संबंध पहचानना, फिर उसी संबंध को तीसरी संख्या पर लागू करके चौथी संख्या निकालना।

सोचो जैसे एक ताला-चाबी का जोड़ा होता है। पहला जोड़ा तुम्हें pattern (चाबी का shape) बताता है। तुम्हें बस वही shape तीसरी संख्या पर फिट करनी है।

उदाहरण देखो: 5 : 27 :: 8 : ?

यहाँ 5 और 27 का संबंध क्या है? 5×5+2=275 \times 5 + 2 = 27। तो 8×8+2=668 \times 8 + 2 = 66

SSC MTS में number analogy के तीन मुख्य रूप मिलते हैं:

रूप 1 — जोड़ा (Pair) format: A : B :: C : ? यहाँ A से B का जो संबंध है, वही C से ? का होगा।

रूप 2 — समूह (Set) format: (12, 4, 160), (6, 11, 157), (14, 7, ?) तीन-तीन संख्याओं के समूह दिए जाते हैं, तीनों के बीच एक ही गणितीय नियम काम करता है।

रूप 3 — समान-सदस्य (Similar number) format: (425, 902, 713) में से मिलती-जुलती संख्या चुनो। यहाँ तीनों संख्याओं में एक साझा property होती है जो answer number में भी होनी चाहिए।

एक और ज़रूरी बात — SSC MTS के प्रश्नों में अक्सर यह note आता है: "Operations should be performed on the whole numbers, without breaking down into constituent digits." इसका मतलब है कि जब तक प्रश्न खुद digit-wise pattern न दिखाए, तुम्हें संख्या को टुकड़ों में मत तोड़ना। पहले whole number operations (जोड़, घटाव, गुणा, वर्ग) आज़माओ।

गहन विश्लेषण

SSC MTS में मिलने वाले patterns की पूरी सूची

Pattern 1: सीधा जोड़ या घटाव

A + k = B — यानी एक fixed constant जोड़ा या घटाया गया।

उदाहरण: 35 : 66 :: 29 : ?35+31=6635 + 31 = 66, इसलिए 29+31=6029 + 31 = 60

यह सबसे आसान pattern है। अगर B − A = D − C हो, तो काम हो गया।

Pattern 2: गुणा और जोड़/घटाव

A × k ± c = B — यानी पहले गुणा, फिर कुछ जोड़ो या घटाओ।

उदाहरण: 18 : 80 :: 23 : 100 :: 36 : ? (18+2)×4=80(18 + 2) \times 4 = 80, (23+2)×4=100(23 + 2) \times 4 = 100, इसलिए (36+2)×4=152(36 + 2) \times 4 = 152

SSC MTS में n×2+kn \times 2 + k और (n+k)×m(n + k) \times m के रूप सबसे ज़्यादा आते हैं।

Pattern 3: वर्ग-आधारित (Square-based)

A² + k = B या A² − k = B या A² + B² = C (set format में)।

उदाहरण: (12, 4, 160)122+42=144+16=16012^2 + 4^2 = 144 + 16 = 160

जब भी दो संख्याओं का combination एक तीसरी बड़ी संख्या दे, तुरंत वर्ग-योग check करो।

Pattern 4: अंक-वृद्धि (Digit-wise increment)

हर digit को एक fixed number से बढ़ाया जाता है।

उदाहरण: 287 : 39823, 89, 782 \to 3,\ 8 \to 9,\ 7 \to 8 — हर digit +1। उदाहरण: 38 : 4934, 893 \to 4,\ 8 \to 9 — हर digit +1।

ध्यान रखो — यह pattern तभी लागू होता है जब प्रश्न में "whole number" वाली note न हो, या जब clearly दिख रहा हो कि digit-wise काम हो रहा है। जब whole number note हो, तो पहले गुणा-भाग आज़माओ।

Pattern 5: अंकों का योग (Digit Sum)

सभी संख्याओं के digits का योग एक समान होता है।

उदाहरण: (425, 902, 713)4+2+5=114+2+5=11, 9+0+2=119+0+2=11, 7+1+3=117+1+3=11। Answer: वह संख्या जिसके digits का योग भी 11 हो — जैसे 2+1+8=112+1+8=11, इसलिए 218

Pattern 6: n×kc=Bn \times k - c = B

उदाहरण: 6 : 77 :: 9 : 116 :: 11 : ? 6×131=776 \times 13 - 1 = 77, 9×131=1169 \times 13 - 1 = 116, इसलिए 11×131=14211 \times 13 - 1 = 142

Pattern पहचानने का क्रम

जब कोई number analogy सामने आए, इस क्रम में सोचो:

चरण 1: BAB - A निकालो। अगर यह एक round number (जैसे 11, 31, 50) है, तो simple addition pattern है।

चरण 2: B÷AB \div A निकालो। अगर यह integer या simple fraction है, तो multiplication pattern हो सकता है।

चरण 3: B+1B + 1, B1B - 1, B+AB + A, BAB - A — ये combination check करो।

चरण 4: A2A^2 और BB का अंतर देखो। BA2B - A^2 एक constant है क्या?

चरण 5: अगर set format है, तो A2+B2=CA^2 + B^2 = C check करो।

चरण 6: अगर digit-wise pattern दिख रहा हो (और whole number note नहीं है), तो हर digit का difference देखो।

चरण 7: Digit sum check करो।

तीन-पद format में strategy

16 : 38 :: 26 : 58 :: 37 : ? — यहाँ दो दिए हुए जोड़े हैं जो pattern confirm करते हैं।

3816=2238 - 16 = 22, 5826=3258 - 26 = 32 — difference समान नहीं, इसलिए simple addition नहीं।

16×2=3216 \times 2 = 32, 32+6=3832 + 6 = 38 ✓। 26×2=5226 \times 2 = 52, 52+6=5852 + 6 = 58 ✓।

Pattern: n×2+6n \times 2 + 6। इसलिए 37×2+6=8037 \times 2 + 6 = 80

दो जोड़े मिलने का फायदा यह है कि तुम्हें pattern पक्का पता चल जाता है — एक जोड़े से कई patterns बन सकते हैं, दो जोड़े अनावश्यक patterns को eliminate कर देते हैं।

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

patternअंतर-पहले नियम

जो भी number analogy मिले, सबसे पहले B − A निकालो। अगर यह answer विकल्पों के D − C से मेल खाता है, काम खत्म।

उदाहरण: 35 : 66 :: 29 : ?6635=3166 - 35 = 31, 29+31=6029 + 31 = 60

पूरा काम: 2 subtraction + 1 addition = 3 steps, 8 seconds। Standard method (हर option try करना): 4 options × 3 steps = 12+ steps, 30+ seconds।

patternDigit Sum की जाँच

जब "similar number" format हो और तीनों संख्याएँ तीन-अंकीय हों, तुरंत digit sum निकालो।

(4+2+5=11)(4+2+5=11), (9+0+2=11)(9+0+2=11), (7+1+3=11)(7+1+3=11) — तीनों 11 देते हैं।

अब options में वह चुनो जिसका digit sum भी 11 हो। Options eliminate करने में 5 seconds, standard trial: 45+ seconds।

यह trick digit sum 9, 11, 12, 18 वाले sets पर सबसे ज़्यादा काम करती है।

patternवर्ग-योग स्कैन

जब set format में दो छोटी संख्याएँ और एक बड़ी संख्या हो, तो A2+B2A^2 + B^2 तुरंत calculate करो।

(12,4,160)(12, 4, 160): 144+16=160144 + 16 = 160 — match। बस हो गया।

अगर A2+B2A^2 + B^2 match नहीं करे, A2B2A^2 - B^2 try करो। ये दोनों मिलाकर 80% set-format questions cover करते हैं। Standard guess-and-check: 60+ seconds। यह scan: 15 seconds।

eliminationदो-जोड़े elimination

जब A : B :: C : D :: E : ? format हो, पहले A→B का एक pattern मान लो, फिर C→D से confirm करो।

16 : 38 :: 26 : 58 :: 37 : ?

पहला अनुमान: +22+22? लेकिन 26+22=485826 + 22 = 48 \ne 58 — गलत। दूसरा अनुमान: ×2+6\times 2 + 6? 16×2+6=3816 \times 2 + 6 = 38 ✓ और 26×2+6=5826 \times 2 + 6 = 58 ✓।

दूसरे जोड़े ने गलत pattern eliminate कर दिया। इसमें 2 verifications = 10 seconds, options देखने की ज़रूरत नहीं।

patternDigit-wise increment की पहचान

जब B के digits, A के digits से uniformly बड़े हों, तो हर digit का difference निकालो।

287 : 39832=13-2=1, 98=19-8=1, 87=18-7=1 — हर digit +1।

अब 852 : ?8+1=98+1=9, 5+1=65+1=6, 2+1=32+1=3963

पूरा काम: 3 additions = 5 seconds। Standard pattern search: 30+ seconds।

सावधानी: यह trick तभी लागू करो जब answer-digit 9 से ज़्यादा न हो (जैसे 9+1=10 नहीं हो सकता)।

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

परीक्षा-भवन में number analogy देखते ही यह decision tree follow करो:

क्या format है?

→ अगर A : B :: C : ? है:

→ अगर (A, B, C) set format है:

→ अगर "similar number" format है:

→ अगर A और B के digits में regular pattern दिखे:

किसी भी step पर match मिल जाए — रुको, answer लिखो, आगे बढ़ो। Pattern verify करने में 10 second से ज़्यादा मत लगाओ।

हल किए गए PYQs

क्यों यह प्रश्न: यह प्रश्न n × k − c pattern को test करता है जो SSC MTS 2024 में आया। तीन जोड़े दिए गए जिससे pattern confirm होता है।

समाधान का रास्ता: पहले 77÷612.877 \div 6 \approx 12.8 देखो — integer नहीं। फिर 77+1=78=6×1377 + 1 = 78 = 6 \times 13 — यानी 6×131=776 \times 13 - 1 = 77। Confirm: 9×131=1171=1169 \times 13 - 1 = 117 - 1 = 116 ✓। Answer: 11×131=1431=14211 \times 13 - 1 = 143 - 1 = 142

Previous Year Questionपिछले वर्ष का प्रश्न2024
6 is related to 77 following a certain logic. Following the same logic, 9 is related to 116. To which of the following is 11 related, following the same logic? (NOTE: Operations should be performed on the whole numbers, without breaking down the numbers into its constituent digits.)
  1. 143
  2. 141
  3. 142
  4. 132
Solutionसमाधान
The pattern is: n×13 − 1: 6×13−1=77, 9×13−1=116, so 11×13−1=143−1=142.

क्यों यह प्रश्न: Digit-wise increment का classic उदाहरण। "whole number" note यहाँ नहीं है, इसलिए digit-wise देखना सही है।

समाधान का रास्ता: 287398287 \to 398: हर digit +1 (23,89,782 \to 3, 8 \to 9, 7 \to 8)। Confirm: 378489378 \to 489: हर digit +1 (34,78,893 \to 4, 7 \to 8, 8 \to 9) ✓। तो 852852: 89,56,238 \to 9, 5 \to 6, 2 \to 3963

Previous Year Questionपिछले वर्ष का प्रश्न2023
287 is related to 398 following a certain logic. Following the same logic, 378 is related to 489. To which of the following is 852 related to, following the same logic?
  1. 543
  2. 643
  3. 346
  4. 963
Solutionसमाधान
Each digit of the number increases by 1: 2→3, 8→9, 7→8 gives 398; similarly 8→9, 5→6, 2→3 gives 963.

क्यों यह प्रश्न: Digit sum pattern को test करता है — three-digit numbers का एक hidden property।

समाधान का रास्ता: 4+2+5=114+2+5=11, 9+0+2=119+0+2=11, 7+1+3=117+1+3=11 — तीनों का digit sum 11 है। Options में देखो कौन-सी संख्या का digit sum 11 है: 2+1+8=112+1+8=11218 ✓।

Previous Year Questionपिछले वर्ष का प्रश्न2020
Select the number from the options that is similar to the numbers in the given set. (425, 902, 713)
  1. 319
  2. 555
  3. 218
  4. 624
Solutionसमाधान
Each number in the set has digits that sum to 11: 4+2+5=11, 9+0+2=11, 7+1+3=11. Similarly, 2+1+8=11, so 218 matches the pattern.

क्यों यह प्रश्न: Set format में square sum pattern — SSC MTS 2024 में यह नई प्रकार का प्रश्न था।

समाधान का रास्ता: (12,4,160)(12, 4, 160): 122+42=144+16=16012^2 + 4^2 = 144 + 16 = 160 ✓। Confirm: (6,11,157)(6, 11, 157): 36+121=15736 + 121 = 157 ✓। Answer: (14,7,?)(14, 7, ?): 196+49=245196 + 49 = 245

Previous Year Questionपिछले वर्ष का प्रश्न2024
Select the set in which the numbers are related in the same way as are the numbers of the following sets. (NOTE: Operations should be performed on the whole numbers, without breaking down the numbers into their constituent digits.) (12, 4, 160) (6, 11, 157)
  1. (21, 4, 168)
  2. (9, 15, 90)
  3. (14, 7, 245)
  4. (6, 15, 90)
Solutionसमाधान
The pattern is: first² + second² = third. For (12,4,160): 144+16=160 ✓. For (6,11,157): 36+121=157 ✓. For (14,7,245): 196+49=245 ✓.

क्यों यह प्रश्न: (n+k)×m(n + k) \times m format — दो दिए गए जोड़े pattern को lock कर देते हैं।

समाधान का रास्ता: 18:8018 : 80: 18×2=368018 \times 2 = 36 \ne 80। Try (18+2)×4=20×4=80(18+2) \times 4 = 20 \times 4 = 80 ✓। Confirm: (23+2)×4=25×4=100(23+2) \times 4 = 25 \times 4 = 100 ✓। Answer: (36+2)×4=38×4=152(36+2) \times 4 = 38 \times 4 = 152

Previous Year Questionपिछले वर्ष का प्रश्न2024
18 is related to 80 following a certain logic. Following the same logic, 23 is related to 100. To which of the following is 36 related, following the same logic? (NOTE: Operations should be performed on the whole numbers, without breaking down the numbers into their constituent digits.)
  1. 152
  2. 138
  3. 144
  4. 142
Solutionसमाधान
The pattern is: (n + 2) × 4. For 18: (18+2)×4 = 80 ✓. For 23: (23+2)×4 = 100 ✓. For 36: (36+2)×4 = 152.

क्यों यह प्रश्न: तीन-जोड़े format में n×2+kn \times 2 + k pattern — दूसरे जोड़े से गलत patterns eliminate होते हैं।

समाधान का रास्ता: 3816=2238 - 16 = 22, 5826=3258 - 26 = 32 — different differences, so simple addition नहीं। Try 16×2+6=3816 \times 2 + 6 = 38 ✓, 26×2+6=5826 \times 2 + 6 = 58 ✓। Answer: 37×2+6=74+6=8037 \times 2 + 6 = 74 + 6 = 80

Previous Year Questionपिछले वर्ष का प्रश्न2021
Select the option that is related to the fifth number in the same way as the second number is related to the first number and the fourth number is related to the third number. 16 : 38 :: 26 : 58 :: 37 : ?
  1. 80
  2. 76
  3. 78
  4. 74
Solutionसमाधान
The pattern is: multiply by 2 and add 6. 16×2+6=38, 26×2+6=58, so 37×2+6=80. Option (d) is correct.

आम गलतियाँ

संबंधित विषय

SarkariRise पर अभ्यास

Sign up + get 3 free mocks →