अध्ययन नोट्स: Puzzle (RRB NTPC Reasoning)
Overview
Puzzles RRB NTPC reasoning में high-value questions होते हैं जो जानकारी को constraints के तहत organize करने की क्षमता को परीक्षण करते हैं। परीक्षा में 3–5 puzzle questions की उम्मीद करें, अक्सर seating arrangements (linear या circular), scheduling (days/months/times), या ranking/ordering problems शामिल होते हैं। ये प्रश्न सरल reasoning topics जितने ही अंक देते हैं लेकिन systematic approach और careful constraint-tracking की मांग करते हैं।
मुख्य कौशल verbal constraints को visual representation में बदलना है — एक diagram, table, या grid। जो छात्र puzzles को mentally solve करने का प्रयास करते हैं या drawing छोड़ देते हैं, वे अक्सर errors करते हैं। elimination की कला में महारत हासिल करें: प्रत्येक constraint possibilities को narrow करता है, और 2–3 constraints को combine करने से आमतौर पर puzzle का समाधान हो जाता है। Puzzles लंबाई के कारण intimidating प्रतीत हो सकते हैं, लेकिन वे predictable patterns का पालन करते हैं। 50–70 घंटे की practice के साथ, अधिकांश छात्र 80%+ accuracy प्राप्त कर सकते हैं।
Time management महत्वपूर्ण है: शुरुआत में प्रति puzzle 2.5–3 मिनट allocate करें, practice के साथ 1.5–2 मिनट तक कम करें। यदि एक मिनट के बाद stuck हों, तो review के लिए mark करें और आगे बढ़ें — puzzles को exam time का disproportionate हिस्सा नहीं लेना चाहिए।
Key Concepts
- Constraint-based solving: प्रत्येक statement possibilities को eliminate करता है। Definite placements को पहले mark करें, फिर बाकी constraints का उपयोग करके options को narrow करें जब तक सभी conditions को fit करने वाली एक ही arrangement न रह जाए।
- Visual representation: हमेशा draw करें। Linear seating के लिए, एक horizontal line with positions draw करें। Circular seating के लिए, एक circle draw करें। Scheduling के लिए, एक day/month table बनाएं। Ranking के लिए, एक vertical ladder या number line use करें।
- Reference point technique: एक person/item को identify करें जो multiple constraints में mentioned हो आपके anchor के रूप में। उनकी position को पहले fix करें (या दोनों possibilities को try करें यदि दो विकल्प हैं), फिर दूसरों को उनके relative to place करें।
- Elimination over construction: जब options दिए गए हों, तो scratch से full solution construct करने के बजाय प्रत्येक option को constraints के विरुद्ध test करें। यह 30–40% time बचाता है।
- Negative constraints matter: "A next to B नहीं है" या "C Wednesday पर नहीं है" positive constraints जितने ही valuable हैं। Track करें कि क्या नहीं हो सकता साथ ही साथ क्या होना चाहिए।
- Double-check definite answers: प्रश्न अक्सर पूछते हैं "Who sits second from left?" या "Which day is the meeting?" अपने answer को verify करें कि यह exactly जो पूछा गया है उससे match करता है — छात्र marks खो देते हैं जब answer एक different question का हो।
Formulas / Key Facts
1. Linear arrangement positions: n लोगों की एक row में, यदि A 3rd from left है, तो A (n–2)th from right है। General formula: Position from left + Position from right = Total + 1.
2. Circular arrangement uniqueness: Circular seating में, clockwise और anticlockwise matter करते हैं। "Immediate neighbor" का मतलब directly adjacent है। "Opposite" का मतलब even-numbered circles में diameter-opposite है।
3. Days of week cycle: Weekdays हर 7 दिन repeat होते हैं। यदि आज Wednesday है, तो 3 दिन पहले Sunday था, 10 दिन बाद Saturday होगा। Modulo-7 arithmetic use करें।
4. Ranking facts: यदि A > B और B > C, तो A > C (transitivity)। यदि 5 लोग ranked हैं और A 3rd है, तो दो लोग A से ऊपर ranked हैं और दो नीचे।
5. Common constraint patterns: "Between A and B" का मतलब कम से कम एक position उन्हें separate करता है। "Next to" या "adjacent to" का मतलब immediately beside है। "One of the ends" का मतलब leftmost या rightmost position है।
6. Months in a year: 12 months, 30/31 days (February 28/29)। First half = Jan–Jun, second half = Jul–Dec। प्रश्न "same month" या "consecutive months" specify कर सकते हैं।
7. Table/grid puzzles: n लोगों और m attributes (profession, city, hobby) के लिए, एक n×m grid बनाएं। Constraints का उपयोग करके प्रत्येक cell के लिए Yes/No mark करें। एक person के पास प्रत्येक attribute के लिए exactly एक value है।
Worked Examples
Example 1: Linear Seating
पाँच मित्र P, Q, R, S, T एक row में north की ओर face करके बैठते हैं। P बाएँ से तीसरा बैठता है। R P और Q के बीच बैठता है। T दोनों ends पर नहीं है। दाहिने end पर कौन बैठता है?
*Solution*:
- 5 positions draw करें: `[_][_][_][_][_]`
- P बाएँ से 3rd है: `[_][_][P][_][_]`
- R P और Q के बीच है, इसलिए Q position 2 पर नहीं हो सकता (P और Q के बीच कोई space नहीं रहेगी)। Q position 1 या 5 पर होना चाहिए।
- Q को position 1 पर try करें: `[Q][R][P][_][_]` — R Q और P के बीच है ✓
- बाकी: S, T positions 4, 5 के लिए। T end पर नहीं है, तो T position 4 पर: `[Q][R][P][T][S]`
- Answer: S दाहिने end पर बैठता है।
Example 2: Scheduling
चार meetings A, B, C, D अलग-अलग days Mon से Thu पर hold होती हैं (एक-एक day)। Meeting A, meeting C से पहले है। Meeting B Wednesday पर है। Meeting D, meeting A के तुरंत बाद है। Meeting C कौन से day पर है?
*Solution*:
- Days draw करें: Mon | Tue | Wed | Thu
- B Wednesday है: Mon | Tue | B(Wed) | Thu
- D immediately after A का मतलब A और D consecutive days पर हैं।
- Options: (Mon, Tue) या (Tue, Wed) या (Wed, Thu)
- (Tue, Wed) impossible है — Wed पहले से B है।
- (Wed, Thu) impossible है — Wed पहले से B है।
- तो A Mon पर, D Tue पर: A(Mon) | D(Tue) | B(Wed) | Thu
- बाकी: C Thu पर। Check करें: A before C? Mon before Thu ✓
- Answer: Thursday.
Example 3: Ranking
एक class में 30 छात्र हैं, Ravi top से 12th rank रखता है। Bottom से उसका rank क्या है?
*Solution*:
- Formula use करें: Rank from top + Rank from bottom = Total + 1
- 12 + Rank from bottom = 30 + 1 = 31
- Rank from bottom = 31 − 12 = 19
- Answer: Bottom से 19th।
Common Mistakes
1. Setup draw न करना → छात्र mentally solve करने का प्रयास करते हैं और positions को confuse करते हैं। Fix: हमेशा एक diagram/table draw करें, भले ही सरल puzzles के लिए भी। Visual reference confusion को prevent करता है।
2. Seating में "facing direction" को ignore करना → यदि लोग south की ओर face करते हैं, तो left-right observer के relative to reverse हो जाता है। Fix: Facing direction के लिए arrow mark करें। यदि north की ओर face करते हैं, तो left west है; यदि south की ओर face करते हैं, तो left east है।
3. "Between" को misinterpret करना → "R sits between P and Q" का मतलब यह नहीं कि R दोनों के immediately adjacent है; बीच में दूसरे भी हो सकते हैं। Fix: "Between" = range के अंदर, necessarily adjacent नहीं। "Immediate" या "next to" का मतलब adjacent है।
4. सभी constraints को verify न करना → Solution 4 out of 5 constraints को satisfy करता है, लेकिन छात्र 5th check करना forget करते हैं। Fix: Solution construct करने के बाद, हर constraint को re-read करें और एक-एक करके tick करें।
5. Circular seating position errors → Clockwise vs anticlockwise को गलत से count करना, या "2nd to the left" को गलत count करना। Fix: Clockwise/anticlockwise के लिए arrows mark करें। Positions को carefully count करें।
Quick Reference
- पहले draw करें, फिर solve करें — visual representation accuracy के लिए non-negotiable है।
- Reference points को जल्दी fix करें — एक person/item को definite constraints के साथ anchor करें, उनके around build करें।
- जब options दिए गए हों तो test करें — elimination full construction से faster है।
- जाँचें कि question क्या पूछता है — "Who sits second from right?" vs "How many between X and Y?" अलग हैं।
- Linear row formula: Position from left + Position from right = Total + 1.
- दो हफ्तों के लिए daily 5–10 puzzles की practice करें — pattern recognition volume के साथ quickly develop होता है।