Study Notes: Puzzle (RRB NTPC Reasoning)
Overview
Puzzles are high-value questions in RRB NTPC reasoning that test your ability to organize information under constraints. Expect 3–5 puzzle questions per exam, often involving seating arrangements (linear or circular), scheduling (days/months/times), or ranking/ordering problems. These questions carry the same marks as simpler reasoning topics but demand systematic approach and careful constraint-tracking.
The key skill is converting verbal constraints into a visual representation — a diagram, table, or grid. Students who attempt puzzles mentally or skip drawing often make errors. Master the art of elimination: each constraint narrows possibilities, and combining 2–3 constraints usually cracks the puzzle. Puzzles may appear intimidating due to length, but they follow predictable patterns. With 50–70 hours of practice, most students can achieve 80%+ accuracy.
Time management is critical: allocate 2.5–3 minutes per puzzle initially, reducing to 1.5–2 minutes with practice. If stuck after one minute, mark for review and move on — puzzles should not consume exam time disproportionately.
Key Concepts
- **Constraint-based solving**: Each statement eliminates possibilities. Mark definite placements first, then use remaining constraints to narrow options until only one arrangement fits all conditions.
- **Visual representation**: Always draw. For linear seating, draw a horizontal line with positions. For circular seating, draw a circle. For scheduling, create a day/month table. For ranking, use a vertical ladder or number line.
- **Reference point technique**: Identify one person/item mentioned in multiple constraints as your anchor. Fix their position first (or try both possibilities if two options exist), then place others relative to them.
- **Elimination over construction**: When options are given, test each option against constraints rather than constructing the full solution from scratch. This saves 30–40% time.
- **Negative constraints matter**: "A is not next to B" or "C is not on Wednesday" are as valuable as positive constraints. Track what cannot happen alongside what must happen.
- **Double-check definite answers**: Questions often ask "Who sits second from left?" or "Which day is the meeting?" Verify your answer matches exactly what's asked — students lose marks answering a different question than what was posed.
Formulas / Key Facts
1. **Linear arrangement positions**: In a row of n people, if A is 3rd from left, A is (n–2)th from right. General formula: Position from left + Position from right = Total + 1.
2. **Circular arrangement uniqueness**: In circular seating, clockwise and anticlockwise matter. "Immediate neighbor" means directly adjacent. "Opposite" means diameter-opposite in even-numbered circles.
3. **Days of week cycle**: Weekdays repeat every 7 days. If today is Wednesday, 3 days ago was Sunday, 10 days later is Saturday. Use modulo-7 arithmetic.
4. **Ranking facts**: If A > B and B > C, then A > C (transitivity). If 5 people ranked and A is 3rd, two people rank above A and two below.
5. **Common constraint patterns**: "Between A and B" means at least one position separates them. "Next to" or "adjacent to" means immediately beside. "One of the ends" means leftmost or rightmost position.
6. **Months in a year**: 12 months, 30/31 days (February 28/29). First half = Jan–Jun, second half = Jul–Dec. Questions may specify "same month" or "consecutive months."
7. **Table/grid puzzles**: For n people and m attributes (profession, city, hobby), create an n×m grid. Mark Yes/No for each cell using constraints. One person has exactly one value per attribute.
Worked Examples
**Example 1: Linear Seating**
Five friends P, Q, R, S, T sit in a row facing north. P sits third from the left. R sits between P and Q. T is not at either end. Who sits at the right end?
*Solution*:
- Draw 5 positions: `[_][_][_][_][_]`
- P is 3rd from left: `[_][_][P][_][_]`
- R is between P and Q, so Q cannot be at position 2 (would leave no space for R between P and Q). Q must be at position 1 or 5.
- Try Q at position 1: `[Q][R][P][_][_]` — R is between Q and P ✓
- Remaining: S, T for positions 4, 5. T not at end, so T at position 4: `[Q][R][P][T][S]`
- **Answer: S sits at the right end.**
**Example 2: Scheduling**
Four meetings A, B, C, D held on different days Mon to Thu (one each day). Meeting A is before meeting C. Meeting B is on Wednesday. Meeting D is immediately after meeting A. Which day is meeting C?
*Solution*:
- Draw days: Mon | Tue | Wed | Thu
- B is Wednesday: Mon | Tue | **B(Wed)** | Thu
- D immediately after A means A and D on consecutive days.
- Options: (Mon, Tue) or (Tue, Wed) or (Wed, Thu)
- (Tue, Wed) impossible — Wed is already B.
- (Wed, Thu) impossible — Wed is already B.
- So A on Mon, D on Tue: **A(Mon)** | **D(Tue)** | B(Wed) | Thu
- Remaining: C on Thu. Check: A before C? Mon before Thu ✓
- **Answer: Thursday.**
**Example 3: Ranking**
In a class of 30 students, Ravi ranks 12th from the top. What is his rank from the bottom?
*Solution*:
- Use formula: Rank from top + Rank from bottom = Total + 1
- 12 + Rank from bottom = 30 + 1 = 31
- Rank from bottom = 31 − 12 = 19
- **Answer: 19th from bottom.**
Common Mistakes
1. **Not drawing the setup** → Students try to solve mentally and confuse positions. **Fix**: Always draw a diagram/table, even for simple puzzles. Visual reference prevents confusion.
2. **Ignoring "facing direction" in seating** → If people face south, left-right reverses relative to observer. **Fix**: Mark arrow for facing direction. If facing north, left is west; if facing south, left is east.
3. **Misinterpreting "between"** → "R sits between P and Q" doesn't mean R is immediately adjacent to both; there may be others in between. **Fix**: "Between" = within the range, not necessarily adjacent. "Immediate" or "next to" means adjacent.
4. **Forgetting to verify all constraints** → Solution satisfies 4 out of 5 constraints, but student misses checking the 5th. **Fix**: After constructing solution, re-read every constraint and tick them off one by one.
5. **Circular seating position errors** → Counting clockwise vs anticlockwise incorrectly, or miscounting "2nd to the left." **Fix**: Mark arrows for clockwise/anticlockwise. Count positions carefully by pointing at each spot.
Quick Reference
- Draw first, solve second — visual representation is non-negotiable for accuracy.
- Fix reference points early — anchor one person/item with definite constraints, build around them.
- Test options when given — elimination is faster than full construction.
- Recheck what the question asks — "Who sits second from right?" vs "How many between X and Y?" are different.
- Linear row formula: Position from left + Position from right = Total + 1.
- Practice 5–10 puzzles daily for two weeks — pattern recognition develops quickly with volume.