3.4 Direction Sense, Blood Relations & Order/Ranking

Key Takeaways

  • The 8-point compass system maps into Cartesian coordinates where East is $+x$, West is $-x$, North is $+y$, and South is $-y$, simplifying multi-step path calculations.
  • Shortest straight-line displacement between initial and terminal points is strictly calculated using the Pythagorean theorem $d = \sqrt{(\Delta x)^2 + (\Delta y)^2}$.
  • Sunrise casts all shadows due West, while sunset casts all shadows due East; facing North at sunrise causes shadows to fall to one's Left.
  • Genealogical family tree modeling relies on standard generational tiers, gender tokens, and backward decoding for conversation-based 'pointing to' problems.
  • In linear ranking: Total $T = L + R - 1$, non-overlapping intermediate count is $T - (L_A + R_B)$, and overlapping intermediate count is $(L_A + R_B) - T - 2$.
Last updated: August 2026

Direction Sense, Blood Relations & Order/Ranking

Section 3.4 integrates three cornerstone modules of logical reasoning in the Coal India Limited Management Trainee selection test: Direction Sense and Spatial Orientation, Genealogical Blood Relations, and Order/Ranking Mechanics. These topics assess a candidate's spatial visualization, genealogical deconstruction, and discrete arithmetic modeling under timed conditions.


1. Direction Sense & Spatial Orientation Mechanics

1.1 The 8-Point Compass System and Cartesian Coordinate Mapping

Direction sense problems can be modeled either as vectors or on a standard Cartesian $(x, y)$ coordinate plane where the initial starting origin is $(0, 0)$:

  • Cardinal Directions: North $(+y)$, South $(-y)$, East $(+x)$, West $(-x)$.
  • Intercardinal / Ordinal Directions: North-East $(+x, +y)$, North-West $(-x, +y)$, South-East $(+x, -y)$, South-West $(-x, -y)$.
  • Turn Mechanics:
    • Right Turn: $+90^{\circ}$ Clockwise rotation.
    • Left Turn: $+90^{\circ}$ Counter-Clockwise rotation ($270^{\circ}$ CW).
    • U-Turn / About Turn: $180^{\circ}$ reversal.
                          NORTH (+y)
                              |
               NW (-x, +y)    |    NE (+x, +y)
                    \         |         /
                     \        |        /
                      \       |       /
WEST (-x) ------------+-------(0,0)-------+------------ EAST (+x)
                      /       |       \
                     /        |        \
                    /         |         \
               SW (-x, -y)    |    SE (+x, -y)
                              |
                          SOUTH (-y)

1.2 The Pythagorean Shortest-Path Formulation

To calculate the direct shortest straight-line distance ($d$) between a starting origin $(x_0, y_0)$ and a terminal stopping point $(x_f, y_f)$:

d=(Δx)2+(Δy)2=(xfx0)2+(yfy0)2d = \sqrt{(\Delta x)^2 + (\Delta y)^2} = \sqrt{(x_f - x_0)^2 + (y_f - y_0)^2}

Direction of Endpoint relative to Origin=arctan(ΔyΔx)\text{Direction of Endpoint relative to Origin} = \arctan\left(\frac{\Delta y}{\Delta x}\right)

1.3 Shadow and Solar Position Laws

Shadow questions depend strictly on the invariant trajectory of the sun across the sky:

| Time of Day | Sun Position | Direction Shadow is Cast | Facing North | Facing South | Facing East | Facing West | |:---|:---:|:---:|:---:|:---:|:---:|:---:|:---:| | Morning (Sunrise) | East | West | Shadow to LEFT | Shadow to RIGHT | Shadow BEHIND | Shadow IN FRONT | | Evening (Sunset) | West | East | Shadow to RIGHT | Shadow to LEFT | Shadow IN FRONT | Shadow BEHIND | | Noon (12:00 PM) | Overhead | Negligible / None | No lateral shadow | No lateral shadow | No lateral shadow | No lateral shadow |

Exam Shortcut: If two persons $A$ and $B$ stand facing each other at sunrise, and $A$'s shadow falls to the right of $B$, then $B$ is facing North (since morning shadow falls to the West, which is to the right of someone looking South, wait: if shadow falls to the right of B, B must be facing South! If B faces South, West is B's right side. Therefore $A$ faces North).


2. Blood Relations: Structural Genealogical Modeling

Blood relation puzzles require parsing complex familial networks. Standardized graphic symbols eliminate ambiguity.

2.1 Universal Genealogical Tree Notations

  • Male: Represented by $[+]$ or a Square $\square$
  • Female: Represented by $[-]$ or a Circle $\bigcirc$
  • Marital Union (Spouses): Double horizontal parallel line $(=)$
  • Sibling Bond (Brother/Sister): Single horizontal solid line $(-)$
  • Generational Descent: Vertical solid line $(\mid)$
     [Paternal Grandfather (+)] = [Paternal Grandmother (-)]
                                 |
                                 v
       [Uncle (+)] ----- [Father (+)] = [Mother (-)] ----- [Maternal Aunt (-)]
                                       |
                       +---------------+---------------+
                       |                               |
                       v                               v
                  [Brother (+)]                   [Self / Sister (-)]

2.2 Key Relational Lexicon

  • Paternal vs. Maternal: Paternal relates to Father's side (e.g., Paternal Uncle = Father's Brother); Maternal relates to Mother's side (e.g., Maternal Uncle = Mother's Brother).
  • Sibling Offspring: Nephew (Brother's or Sister's Son); Niece (Brother's or Sister's Daughter).
  • Affinal Relationships (By Marriage):
    • Sister-in-law: Brother's wife OR Spouse's sister.
    • Brother-in-law: Sister's husband OR Spouse's brother.
    • Father-in-law / Mother-in-law: Spouse's father / mother.
  • "Only Son of my Father": Refers to the speaker himself (if the speaker is male) or the speaker's brother (if the speaker is female).
  • "Only Child of my Father": Refers uniquely to the speaker.

2.3 Solving Archetypes

  1. Conversational / "Pointing-to" Statements: Use the Backward Decoding Method. Deconstruct the sentence starting from the possessive pronoun "my" and work toward the subject. Example: "She is the daughter of the only son of my grandfather."\text{Example: } \text{"She is the daughter of the only son of my grandfather."}
    • Step 1: "My grandfather" $\implies$ Speaker's Grandfather.
    • Step 2: "The only son of my grandfather" $\implies$ Speaker's Father.
    • Step 3: "Daughter of [Speaker's Father]" $\implies$ Speaker's Sister.
  2. Coded Blood Relations: Represent relations via operators (e.g., $P + Q \implies P$ is father of $Q$; $P - Q \implies P$ is mother of $Q$; $P \times Q \implies P$ is sister of $Q$). Solve using:
    • Gender Elimination: Immediately rule out options where the target person's required gender contradicts the operator.
    • Generation Gap Count ($\Delta G$): Assign generation values ($+1$ for parent, $0$ for sibling/spouse, $-1$ for child) and sum them across the string.

3. Order & Ranking Formulations & Principles

Order and ranking questions require establishing an exact numerical count of elements in a linear queue from directional endpoints (Left/Top vs Right/Bottom).

3.1 Total Number of Persons in a Single Row ($T$)

When the rank of a single individual $A$ is known from both ends of a line:

T=LA+RA1T = L_A + R_A - 1

Rearranged:LA=TRA+1,RA=TLA+1\text{Rearranged:} \quad L_A = T - R_A + 1, \qquad R_A = T - L_A + 1

  • Why $-1$? Because person $A$ is counted twice: once from the left and once from the right.

3.2 Finding the Number of Persons Between Two Individuals

Let person $A$ be at rank $L_A$ from the left, and person $B$ be at rank $R_B$ from the right in a row of total size $T$.

Case 1: Simple / Non-Overlapping Case ($T > L_A + R_B$)

When the sum of individual ranks is strictly less than the total count, there is an unoccupied gap between them:

Persons Between A and B=T(LA+RB)\text{Persons Between } A \text{ and } B = T - (L_A + R_B)

Case 2: Overlapping Case ($T < L_A + R_B$)

When the sum of ranks exceeds the total row capacity, the paths of $A$ and $B$ cross each other:

Persons Between A and B=(LA+RB)T2\text{Persons Between } A \text{ and } B = (L_A + R_B) - T - 2

  • Why $-2$? Because both persons $A$ and $B$ have been counted twice during the overlapping sweep.

3.3 Position Swapping (Interchange Mechanism)

Suppose $A$ is at position $L_A$ from the left and $B$ is at position $R_B$ from the right. After interchanging positions, $A$ occupies $B$'s original seat and is now at position $L_A'$ from the left.

Total Persons in Row (T)=LA+RB1\text{Total Persons in Row } (T) = L_A' + R_B - 1

New Rank of B from Right (RB)=RB+(LALA)=TLA+1\text{New Rank of } B \text{ from Right } (R_B') = R_B + (L_A' - L_A) = T - L_A + 1

Number of Persons Between A and B=LALA1\text{Number of Persons Between } A \text{ and } B = |L_A' - L_A| - 1


4. Master Comparison and Ranking Formulas Summary

Operational ScenarioGoverning Mathematical FormulaKey Boundary Condition
Total from Single Person$T = L_A + R_A - 1$Same individual measured from both ends
Rank from Opposite End$R_A = T - L_A + 1$Total $T$ and one end rank $L_A$ must be known
Between (Non-Overlapping)$\text{Gap} = T - (L_A + R_B)$$T > (L_A + R_B)$
Between (Overlapping)$\text{Gap} = (L_A + R_B) - T - 2$$T < (L_A + R_B)$
Total after Position Swap$T = L_A' + R_B - 1$$L_A'$ is new left rank, $R_B$ is old right rank
Distance via Coordinates$d = \sqrt{(\Delta x)^2 + (\Delta y)^2}$Orthogonal Cartesian movement

5. Comprehensive Step-by-Step Worked Problems

Worked Example 1: Multi-Segment Direction & Distance

Scenario: A mining surveyor starts at the central pit office $(0, 0)$ and travels $12\text{ km}$ due North to Shaft A. He then turns $90^{\circ}$ East and travels $8\text{ km}$ to Substation B. He then turns $90^{\circ}$ South and travels $6\text{ km}$ to Workshop C. Finally, he turns $90^{\circ}$ East and travels $7\text{ km}$ to the Main Weighbridge D.

Step-by-Step Coordinate Tracking:

  1. Origin: $(x_0, y_0) = (0, 0)$
  2. North $12\text{ km} \implies (0, +12)$
  3. East $8\text{ km} \implies (0 + 8, +12) = (8, 12)$
  4. South $6\text{ km} \implies (8, 12 - 6) = (8, 6)$
  5. East $7\text{ km} \implies (8 + 7, 6) = (15, 6)$

Net Displacement: Δx=150=15 km,Δy=60=6 km\text{Net Displacement: } \Delta x = 15 - 0 = 15\text{ km}, \quad \Delta y = 6 - 0 = 6\text{ km}

Shortest Straight-Line Distance: d=152+62=225+36=26116.155 km\text{Shortest Straight-Line Distance: } d = \sqrt{15^2 + 6^2} = \sqrt{225 + 36} = \sqrt{261} \approx 16.155\text{ km}

Final Direction relative to Origin:North-East (First Quadrant)\text{Final Direction relative to Origin:} \quad \text{North-East (First Quadrant)}

Worked Example 2: Coded Blood Relations with Generational Gap Analysis

Scenario: Let:

  • $P # Q \implies P \text{ is the father of } Q \quad (\Delta G = +1, \text{ Male})$
  • $P $ Q \implies P \text{ is the mother of } Q \quad (\Delta G = +1, \text{ Female})$
  • $P & Q \implies P \text{ is the sister of } Q \quad (\Delta G = 0, \text{ Female})$
  • $P @ Q \implies P \text{ is the brother of } Q \quad (\Delta G = 0, \text{ Male})$

Expression: $M # N & O @ P $ Q$ Task: Determine the exact relationship of $M$ to $Q$.

Step-by-Step Deconstruction:

  1. $M # N \implies M$ is Father of $N$ ($M$ is male, $\Delta G = +1$).
  2. $N & O \implies N$ is Sister of $O$ ($N$ is female, $\Delta G = 0$).
  3. $O @ P \implies O$ is Brother of $P$ ($O$ is male, $\Delta G = 0$).
    • Therefore, $N, O, P$ are full siblings, all children of Father $M$.
  4. $P $ Q \implies P$ is Mother of $Q$ ($P$ is female, $\Delta G = +1$).
  5. Total Generation Gap from $M$ down to $Q$: $\Delta G = +1 + 0 + 0 + 1 = +2$.
  6. Since $M$ is the father of $P$, and $P$ is the mother of $Q$, $M$ is the Maternal Grandfather of $Q$.
Loading diagram...
Integrated Decision Tree for Directions, Blood Relations & Ranking
Test Your Knowledge

One sunny morning after sunrise, two mining engineers, Rajesh and Amit, were standing face-to-face in an open pit mine yard talking to each other. If Amit's shadow fell exactly to the left of Rajesh, in which direction was Rajesh facing?

A
B
C
D
Test Your Knowledge

Pointing to a photograph of a woman in an executive boardroom, Suresh said: 'She is the mother of the only daughter of my wife's father-in-law.' How is the woman in the photograph related to Suresh?

A
B
C
D
Test Your Knowledge

In a merit ranking list of 60 selected Management Trainees at Coal India: Rahul ranks 22nd from the top, while Sneha ranks 45th from the bottom. How many trainees are positioned strictly between Rahul and Sneha in the merit list?

A
B
C
D