बैठक व्यवस्था (Seating Arrangement) reasoning का वह topic है जो SBI PO के हर shift में कम-से-कम एक set लेकर आता है — और अक्सर दो। तुम्हें 4-8 व्यक्तियों को एक निश्चित structure में बिठाना है, जहाँ हर clue एक constraint है।
इसे एक constraint-satisfaction puzzle समझो। जिस तरह Sudoku में हर row-column में 1-9 एक बार आते हैं और हर clue एक boundary बनाती है, उसी तरह यहाँ हर वाक्य एक या दो positions को lock करता है।
मूल structures:
एक सरल analogy: मान लो एक wedding dinner है। Bride की side उत्तर मुँह बैठी है, Groom की side दक्षिण मुँह। दोनों sides के बीच खींची एक काल्पनिक रेखा — जिसके सामने जो है वही "opposite" है। यही double row arrangement का पूरा logic है।
SBI PO में अक्सर conditions को इस तरह रखा जाता है कि एक-दो conditions direct placement देती हैं और बाकी elimination से। जो candidates सीधे diagram बनाते हैं वे 3-4 मिनट में solve करते हैं; जो mentally करने की कोशिश करते हैं वे 8+ मिनट बर्बाद करते हैं।
मूल नियम: "X, Y के दाईं ओर दूसरे स्थान पर" का मतलब है Y और X के बीच exactly एक व्यक्ति है, और X, Y के right side में है।
जब "उत्तर की ओर मुँह करके" लिखा हो — तो तुम्हारे perspective से देखो: Left = West, Right = East।
Anchor-first technique: सबसे पहले वह condition ढूँढो जो एक specific position देती हो — "P बाएँ छोर से तीसरे स्थान पर।" यह तुम्हारा anchor है। इसे लिखो और बाकी सब इसके इर्द-गिर्द बनाओ।
Position: 1 2 3 4 5 6
_ _ P _ _ _
फिर relative conditions एक-एक जोड़ो।
Negative conditions ("X, Y के बगल में नहीं") का उपयोग: इन्हें तुरंत solve करने की कोशिश मत करो। पहले positive conditions से जितना हो सके भरो, फिर negative से verify करो या बचे हुए slots में fit करो।
सबसे बड़ा trap: "clockwise" और "anticlockwise" का अर्थ मुँह की दिशा पर निर्भर करता है।
Standard rule जो हर exam में काम करता है: "X के दाईं ओर दूसरा" = X से clockwise गिनो (जब केंद्र की ओर मुँह हो) — दूसरी position पर जो है वह।
8 लोगों की circular arrangement बनाओ तो:
A
H B
G C
F D
E
"A के दाईं ओर तीसरा" = clockwise में A→B→C→D, तो D। याद रखो: diagram बनाने में 30 seconds लगते हैं, mentally करने में 3 minutes और 2 गलतियाँ।
Row 1 दक्षिण की ओर मुँह करके बैठी है और Row 2 उत्तर की ओर। दोनों एक-दूसरे को देख रही हैं।
Critical point: जब Row 1 दक्षिण की ओर मुँह करे — तो उनका left = East side। जब Row 2 उत्तर की ओर मुँह करे — तो उनका left = West side। दोनों rows के "left" विपरीत directions में हैं।
Practical method:
Row 2 (उत्तर मुँह): [W1] [W2] [W3] [W4] ← उनका left = East
↕ ↕ ↕ ↕
Row 1 (दक्षिण मुँह): [E1] [E2] [E3] [E4] ← उनका left = West
W1 और E1 "एक-दूसरे के सामने" हैं। लेकिन W1 के right में W2 है, जबकि E1 के right में E2 — ये positions physically opposite sides पर हैं।
Hexagonal table में 6 व्यक्ति, alternate positions पर बैठे लोग एक-दूसरे के ठीक सामने होते हैं। Pairs: (1,4), (2,5), (3,6)।
"X के दाईं ओर दूसरे" यहाँ भी same logic — clockwise गिनो।
जब ऊँचाई के बढ़ते/घटते क्रम में बिठाना हो, तो पहले height order determine करो, फिर उसे positions पर map करो।
Standard approach:
V < Q < P < R < T < U < Sजैसे ही कोई condition exact position दे ("बाएँ छोर से तीसरे स्थान पर"), उसे सबसे पहले diagram में लिखो। यह तुम्हारा anchor है।
Micro-example: "P बाएँ से तीसरे (position 3) पर, Q, P के दूसरे दाईं (position 5) पर।" — सीधे P=3, Q=5 लिखो। बाकी 4 लोगों के लिए positions 1, 2, 4, 6 बचते हैं।
Standard method (सभी conditions पढ़कर फिर try करना): 5-6 attempts, ~4 मिनट। Anchor method: 1-2 attempts, ~2 मिनट।
Circular arrangement में "X के दाईं ओर Nth" = X से clockwise N steps।
Speed technique: Diagram में numbers 1-8 (या 1-6) clockwise लिखो। जब X की position पता हो — बस उसमें N जोड़ो (modulo total)।
Micro-example (12 seats): A = seat 3, C = seat 11। A से C तक clockwise कितनी seats बीच में? C-A-1 = 11-3-1 = 7।
Formula check + diagram: 15 seconds। Mental counting: 45+ seconds और गलती की संभावना।
"X, Y के बगल में नहीं बैठा" — इस type की conditions को set के अंत के लिए बचाओ।
Logic: Negative conditions अकेले कुछ नहीं बताती। वे केवल तब काम करती हैं जब X के पास 2 possible positions हों और negative condition एक को eliminate करे।
Micro-example: E, C के बगल में नहीं है। अगर E के लिए positions 2 और 4 बची हैं, और position 2 C के बगल में है, तो E = position 4।
Negative conditions पहले लगाने की कोशिश: dead end, restart (2+ minutes बर्बाद)। Last में लगाना: clean elimination, 10 seconds।
Double row में Row 1 और Row 2 के "left" विपरीत हैं। जब भी Row 2 की position Row 1 के reference से दी जाए — mentally flip करो।
Micro-example: "Row 2 में N छोर पर, O, N के बाईं ओर तीसरे स्थान पर।" Row 2 उत्तर मुँह है, इसलिए उनका left = East। अगर N = position 4 (East end), तो O = position 4-3 = position 1 (West end)।
बिना flip किए attempt: wrong answer guaranteed। Flip rule याद रखकर: 20 seconds में position confirm।
Height-based arrangement में सबसे पहले 2-3 minutes लगाकर complete chain बनाओ। फिर हर question 5 seconds में।
Micro-example: P>Q, R>P, T>V, Q>V, U>T, S सबसे लंबा। Chain: V < Q < P < R < T < U < S "बाईं से चौथे" = R (4th in ascending order)।
बिना chain: हर question पर conditions re-read करना = 45 seconds प्रति question। Chain बनाने के बाद: 5 seconds प्रति question।
Exam hall में यह decision tree follow करो:
Step 1 — Structure identify करो (10 seconds):
Step 2 — Anchor condition ढूँढो (20 seconds):
Step 3 — Positive conditions पहले, negative बाद में।
Step 4 — हर new placement के बाद verify करो कि कोई contradiction तो नहीं। जल्दी catch करोगे तो जल्दी fix होगा।
Step 5 — अगर 2 possible arrangements बन रही हों: दोनों को partially बनाओ, फिर remaining condition से एक eliminate होगी।
Time benchmark: 5 questions का एक set — 4 minutes में complete होना चाहिए SBI PO level पर।
क्यों यह प्रश्न: गोलाकार arrangement में clockwise counting का सबसे clean application। Formula directly use होता है।
समाधान का रास्ता: A = seat 3, C = seat 11। A से C तक clockwise में बीच की seats: 4, 5, 6, 7, 8, 9, 10 = 7 seats। Formula: (C - A - 1) = (11 - 3 - 1) = 7। 15 seconds में solve।
क्यों यह प्रश्न: Linear arrangement में anchor technique का textbook example। P की exact position anchor है, बाकी सब उससे निकलता है।
समाधान का रास्ता: P = position 3 (anchor)। Q = P + 2 = position 5। R किसी छोर पर नहीं → R ∈ {2,3,4,5} लेकिन 3 और 5 filled → R ∈ {2,4}। S, U के तुरंत बाईं ओर → S-U pair। T, P के बगल में नहीं → T ≠ position 2 और T ≠ position 4। Remaining positions: 1, 2, 4, 6 for T, R, S, U। S-U pair + constraints → arrangement: T-R-P-S-Q-U। U = position 6 = दायाँ छोर।
क्यों यह प्रश्न: 5-person linear arrangement में "D, E के दूसरे बाईं" और "B, A के ठीक दाईं" — दोनों relative conditions से unique arrangement निकालना।
समाधान का रास्ता: B, A के ठीक दाईं → A-B pair adjacent। D, E के दूसरे बाईं → D_E (एक gap)। C किसी छोर पर नहीं → C ∈ {2,3,4}। D-_-E pattern + A-B pair → D-A-B-C-E या E-C-A-B-D (C को छोर पर न रखने की condition से दोनों valid)। दोनों में C = position 4 या position 2 — wait, दोनों में C = middle (position 3)। Answer: C।
क्यों यह प्रश्न: Double row arrangement जहाँ दोनों rows की facing अलग है। Mirror logic का direct application।
समाधान का रास्ता: Row 1 (दक्षिण मुँह): L की position ढूँढो, K = L के दूसरे दाईं ओर। Row 2 (उत्तर मुँह): N किसी छोर पर, O = N के बाईं ओर तीसरे पर। Row 1 में K की facing position पर M है। इन constraints को map करने पर O, L के ठीक सामने आता है।
क्यों यह प्रश्न: 8-person circular arrangement में multiple relative conditions — chain बनाकर solve करने का best example।
समाधान का रास्ता: Anchors: E, A के ठीक सामने (opposite)। C, A के तीसरे दाईं ओर। इनसे A, C, E की positions fix होती हैं। D, C के दूसरे बाईं ओर → D fix। G, B के दूसरे दाईं → B-G pair। H, F और D के बीच → H, F, D की relative positions। F, E के बगल में नहीं → F eliminate। Final arrangement में A, B के ठीक बाईं ओर आता है।
"दाईं ओर" और "दाईं से" में confusion: "P के दाईं ओर दूसरे स्थान पर Q" = P और Q के बीच 1 व्यक्ति है। "बाएँ से दूसरे स्थान पर" = absolute position 2। दोनों को mix मत करो।
Circular arrangement में केंद्र की ओर vs बाहर की ओर मुँह ignore करना: "बाहर की ओर मुँह" में X का right side anticlockwise direction है। यह एक step का difference 2-3 questions गलत करा देता है।
Double row में दोनों rows का "left" same मान लेना: Row 1 (दक्षिण मुँह) का left = East, Row 2 (उत्तर मुँह) का left = West। यह mirror effect सबसे common mistake है।
Negative conditions पहले लगाना: "X, Y के बगल में नहीं" — यह तब तक useless है जब तक X के possible positions 2 न हों। पहले positive conditions से diagram भरो।
Hexagonal table में "सामने" का गलत अर्थ: Hexagonal में ठीक सामने = 3 positions आगे (pair: 1-4, 2-5, 3-6)। Circular की तरह "opposite" मत मानो जहाँ total/2 positions आगे हो।
Height-based arrangement में "बढ़ते क्रम में" और "घटते क्रम में" का अंतर: "बढ़ते क्रम में उत्तर की ओर मुँह करके" — left side पर सबसे छोटा या right side पर? Statement carefully पढ़ो। "बाईं से बढ़ते क्रम में" = position 1 पर सबसे छोटा।