Question 1
Five friends R, T, P, Q and S are sitting in a row facing South.
R sits at the right extreme end. T sits second to the right of P.
S sits immediately to the right of P (from viewer's perspective).
Q is not adjacent to R.
Who sits at the left extreme end?
Solution Approach:
Step 1: Understanding facing South
When persons face South:
- Their right hand points West (viewer's LEFT) — "right" in the question = lower position number
- Viewer's "right" (higher position) = person's left side
Step 2: Set up diagram (viewer's perspective)
Position: 1(left) 2 3 4 5(right)
Step 3: Apply conditions
- R at the right extreme end → Position 5
- T sits second to the right of P:
South-facing right = viewer's left = lower position: pos[T] = pos[P] - 2
Possible: P=3→T=1, or P=4→T=2
- S sits immediately to the right of P (viewer's right = higher pos): pos[S] = pos[P] + 1
If P=3 → S=4 ✓ (pos 4 free)
If P=4 → S=5 = R ✗ (conflict)
∴ P=3, T=1, S=4
Position: T _ P S R
Step 4: Apply constraint
- Q not adjacent to R (pos 5): Q ≠ pos 4 (taken by S) → Q at pos 2 ✓
Final Arrangement (all facing South ↓):
Position: T Q P S R
Verification:
✓ R at right extreme end (pos 5)
✓ T second to right of P: pos[T](=1)-2 = 3 = pos[P] (south-facing right=lower)
✓ S immediately right of P (viewer right): pos 3+1 = 4
✓ Q not adjacent to R (pos 2, not pos 4)
Answer: T sits at the left extreme end (position 1).
Step 1: Understanding facing South
When persons face South:
- Their right hand points West (viewer's LEFT) — "right" in the question = lower position number
- Viewer's "right" (higher position) = person's left side
Step 2: Set up diagram (viewer's perspective)
Position: 1(left) 2 3 4 5(right)
Step 3: Apply conditions
- R at the right extreme end → Position 5
- T sits second to the right of P:
South-facing right = viewer's left = lower position: pos[T] = pos[P] - 2
Possible: P=3→T=1, or P=4→T=2
- S sits immediately to the right of P (viewer's right = higher pos): pos[S] = pos[P] + 1
If P=3 → S=4 ✓ (pos 4 free)
If P=4 → S=5 = R ✗ (conflict)
∴ P=3, T=1, S=4
Position: T _ P S R
Step 4: Apply constraint
- Q not adjacent to R (pos 5): Q ≠ pos 4 (taken by S) → Q at pos 2 ✓
Final Arrangement (all facing South ↓):
Position: T Q P S R
Verification:
✓ R at right extreme end (pos 5)
✓ T second to right of P: pos[T](=1)-2 = 3 = pos[P] (south-facing right=lower)
✓ S immediately right of P (viewer right): pos 3+1 = 4
✓ Q not adjacent to R (pos 2, not pos 4)
Answer: T sits at the left extreme end (position 1).