Question 1
Six persons N, L, K, P, O and M sit around a circular table facing outward.
L sits second to the left of N. K sits opposite to L.
P sits immediately to the right of K. O sits opposite to N.
Who sits immediately to the left of L?
Solution Approach:
Step 1: Understanding facing outward
When facing outward (away from center):
- LEFT = CLOCKWISE direction
- RIGHT = ANTI-CLOCKWISE direction
- Opposite positions are still n/2 = 3 seats apart.
Step 2: Draw diagram (positions 1–6 clockwise)
Step 3: Apply conditions
- Fix N at position 1.
- L sits second to the LEFT of N: left(outward)=CW, so L is 2 CW from N.
pos[L] = 3
- K sits opposite L (pos 3): pos 6
- P sits immediately to the RIGHT of K (pos 6):
right(outward)=anti-CW → pos 5
- O sits opposite N (pos 1): pos 4
- Remaining M fills pos 2.
Final Arrangement (clockwise):
pos1:N → pos2:M → pos3:L → pos4:O → pos5:P → pos6:K
(All facing outward ↗)
Find immediate left of L (pos 3):
Left (outward) = clockwise → pos 4 = O
Verification:
✓ L second to left of N (CW direction)
✓ K opposite L
✓ P immediately right (anti-CW) of K
✓ O opposite N
Answer: O sits immediately to the left of L.
Step 1: Understanding facing outward
When facing outward (away from center):
- LEFT = CLOCKWISE direction
- RIGHT = ANTI-CLOCKWISE direction
- Opposite positions are still n/2 = 3 seats apart.
Step 2: Draw diagram (positions 1–6 clockwise)
Step 3: Apply conditions
- Fix N at position 1.
- L sits second to the LEFT of N: left(outward)=CW, so L is 2 CW from N.
pos[L] = 3
- K sits opposite L (pos 3): pos 6
- P sits immediately to the RIGHT of K (pos 6):
right(outward)=anti-CW → pos 5
- O sits opposite N (pos 1): pos 4
- Remaining M fills pos 2.
Final Arrangement (clockwise):
pos1:N → pos2:M → pos3:L → pos4:O → pos5:P → pos6:K
(All facing outward ↗)
Find immediate left of L (pos 3):
Left (outward) = clockwise → pos 4 = O
Verification:
✓ L second to left of N (CW direction)
✓ K opposite L
✓ P immediately right (anti-CW) of K
✓ O opposite N
Answer: O sits immediately to the left of L.