Introduction
Relationship Chain problems present several people connected by a series of relationships (parent, sibling, spouse, etc.). You must follow the chain link-by-link to arrive at the final relation between two specified people.
This pattern is important because real exam questions often pack many links into one statement - mastering chain-tracing saves time and avoids mistakes.
Pattern: Relationship Chain
Pattern
Key concept: Translate each clause into a short relation, build a directional chain or mini-tree, then traverse from the source to the target step-by-step.
Workflow: Parse → Translate → Draw/Map → Traverse → Verify.
Step-by-Step Example
Question
A is the father of B. B is the sister of C. C is the mother of D. How is A related to D?
(A) Grandfather (B) Uncle (C) Grandmother (D) Cannot be determined
Solution
-
Step 1: Parse each clause.
A → father of B. B → sister of C (so B and C are siblings; B is female). C → mother of D (so C is female and parent of D). -
Step 2: Translate into a small family map.
A (male) → parent of B. B (female) ↔ sibling of C. C (female) → parent of D. -
Step 3: Traverse from A to D.
A is parent of B → B is sibling of C → C is parent of D. So A is parent of C (because parent of one sibling is parent of the other) and thus A is grandparent of D. -
Final Answer:
Grandfather → Option A. -
Quick Check:
If B and C are siblings and A is B’s father, A is also C’s father → father of D’s mother = grandfather ✅
Quick Variations
1. Chains mixing spouses and blood relations (e.g., "P is husband of Q; Q is sister of R; R is mother of S").
2. Chains with generational skips (e.g., "A is grandfather of B; B is father of C").
3. Circular or reciprocal statements that require consistency checks.
4. Symbolic codes combined with chains (convert codes first, then chain).
Trick to Always Use
- Step 1 → Write each relation as a short phrase (e.g., "A → father of B").
- Step 2 → Draw a quick tree showing generations (parents above, siblings side-by-side).
- Step 3 → Check direction and gender at each link; if gender is unknown and gendered options exist, choose "Cannot be determined".
- Step 4 → Reverse-check your result by reading backward from the target.
Summary
Summary
- Always parse and translate before connecting relations.
- Use a mini-diagram to visualize multi-link chains clearly.
- Apply gender logic carefully at every link.
- Reverse-check your final answer to confirm correctness.
Example to remember:
If A is father of B, B sister of C, and C mother of D → A is D’s grandfather.
