๐ Ranking Problems Basics
Key Concepts
- Position from Left/Right: Total = (Left Position + Right Position) โ 1
- Position from Top/Bottom: Total = (Top Position + Bottom Position) โ 1
- Interchanging Positions: When two people swap, their new positions reveal total count
- Between Two Persons: Total = (Position of A from left + Position of B from right) + Persons between them
- Middle Person: If same from both ends โ Total = 2n โ 1
๐ก Pro Tip: Always draw quick diagrams for visualization. Use arrows for left/right positions and mark positions clearly.
๐งฉ Practice Problems (1-15)
Solution: If youโre 6th from either end, total = (6 + 6) โ 1 = 11
Formula: Total = (Position from left + Position from right) โ 1
Solution: Total students = (7 + 26) โ 1 = 32
Breakdown: 6 students above Rehan + Rehan + 25 students below = 32
Solution: Position from left = Total โ Position from right + 1 = 40 โ 14 + 1 = 27
Alternative: Boys to left of Mazhar = 40 โ 14 = 26, so heโs 27th from left
Solution: Row 1: (7 + 11) โ 1 = 17 boys
Row 2: (10 + 12) โ 1 = 21 boys
Total = 17 + 21 = 38 boys