Introduction
Direction-with-Conditions problems give partial or conditional statements about directions (e.g., “If X turns right then…”, “If A faces B then …”) and require you to infer the original or final direction by logical back-tracing.
This pattern is important because many competitive-exam questions intentionally give conditional or indirect information - learning to reverse operations and apply constraints systematically converts those clues into definite directions.
Pattern: Direction with Conditions
Pattern
Key concept: Treat each conditional statement as a reversible operation - translate turns to +/- rotations (or swaps) and backtrack from the final condition to find the initial direction.
Practical rules
- Translate directions to a numeric angle or to the compass labels (N, NE, E, SE, S, SW, W, NW).
- Represent a turn as +90° (right) or -90° (left) or ±45° for intercardinal shifts; apply algebraic reversal to infer original direction.
- When conditions include statements like “if P walks north and turns right he faces east”, treat that as an equation to solve for the unknown initial facing.
- For multi-clause conditions, chain the inferences step-by-step and check consistency across clauses.
Step-by-Step Example
Question
A says: “If B walks north and then turns right, he faces East.” In which direction was B initially facing?
- North
- West
- South
- East
Solution
-
Step 1: Translate the conditional into an operation
The statement says: B walks north (i.e., he faces North while walking) and then turns right, after which he faces East. -
Step 2: Represent the turn algebraically
Turning right = +90°. So: (Direction after walking north) + 90° = East. -
Step 3: Solve for the walking direction
East corresponds to 90° (if North = 0°). Therefore walking direction + 90° = 90° → walking direction = 0° → North. -
Final Answer:
North → Option A -
Quick Check:
If B walks North and turns right, he faces East - consistent with the condition. ✅
Quick Variations
1. Conditions that require back-tracing multiple turns (e.g., “after two turns he faces west”).
2. Conditional comparative statements: “If P faces Q then R is to the left of P.”
3. Mixed time/position conditions: “In the morning his shadow fell left; after turning, the shadow was front.”
4. Symbolic conditions (e.g., A#B meaning north of) combined with directional turns.
Trick to Always Use
- Step 1: Convert words to operations (walk north → face 0°; right → +90°, left → -90°).
- Step 2: If the condition gives a final facing, write an equation and algebraically backtrack to the initial facing.
- Step 3: For multiple conditions, chain equations and cross-check each clause for consistency; discard contradictory assumptions.
Summary
Summary
- Translate each condition into a reversible directional operation (+90°, -90°, etc.).
- Represent directions numerically or on a compass to simplify backtracking.
- Chain multiple conditions step by step to find the original or final direction.
- Verify your inference by forward-checking the condition to confirm consistency.
Example to remember:
If turning right from North leads to East, then the initial direction must be North.
