Home Interview Blood Relation Problems Explained — Solve Any Family Tree Question Fast

Blood Relation Problems Explained — Solve Any Family Tree Question Fast

In Plain English 🔥
Imagine you're at a family reunion and someone says 'My mother's brother's daughter just got married.' Who is that person to you? That's exactly what blood relation problems are — puzzle clues written in plain English that you must untangle to figure out how two people are related. Think of it like following a trail of breadcrumbs through a family tree. Each clue is one step on the trail, and your job is to walk every step until you land on the answer.
⚡ Quick Answer
Imagine you're at a family reunion and someone says 'My mother's brother's daughter just got married.' Who is that person to you? That's exactly what blood relation problems are — puzzle clues written in plain English that you must untangle to figure out how two people are related. Think of it like following a trail of breadcrumbs through a family tree. Each clue is one step on the trail, and your job is to walk every step until you land on the answer.

Every major competitive exam — IBPS, SSC, CAT, campus placements, government job tests — dedicates an entire section to blood relation problems. Recruiters use these questions not because they care about your family history, but because they reveal how clearly you can process multi-step logical information without getting lost. It's the same skill you'll use when reading nested business rules, complex API documentation, or tracing a bug through five layers of function calls.

The problem these questions solve is deceptively simple: given a chain of family relationships described in words, identify the final relationship between two specific people. The catch is that the clues are often deliberately tangled — five steps long, gender-switching, direction-reversing — specifically to overwhelm people who try to hold it all in their head at once.

By the end of this article you'll be able to read any blood relation clue, immediately translate it into a visual family tree on paper, navigate that tree confidently, and arrive at the correct answer every single time — even under exam pressure. You'll also know the classic traps setters love to plant and exactly how to sidestep them.

The Golden Rule: Stop Reading, Start Drawing

Every beginner makes the same mistake: they try to solve blood relation problems entirely in their head. They read 'A is the son of B's father's wife' and start mentally juggling relationships until everything collapses into confusion. Don't do this. Ever.

Your brain's working memory is tiny — around 4 to 7 items at once. A blood relation chain with 5 steps has 10 or more pieces of information (the person, their role, their gender, the direction). You will drop something.

The fix is instant: the moment you see a blood relation problem, pick up your pen and draw a tree. Use boxes for people, arrows to show parent-child direction (parent on top, arrow pointing down to child), and label each person A, B, C as you go. This turns a memory problem into a reading problem, which is infinitely easier.

Think of it like GPS navigation. You wouldn't memorise every turn of a 20-junction journey — you'd look at the map. Your drawn family tree IS the map.

FamilyTreeDrawingTechnique.txt · TEXT
1234567891011121314151617181920212223242526272829303132333435363738
PROBLEM:
"Pointing to a photograph, Riya says,
 'He is the son of the only son of my grandfather.'
How is the person in the photograph related to Riya?"

─────────────────────────────────────────
STEP 1Identify the ANCHOR (the person speaking)
─────────────────────────────────────────
  Anchor = RIYA (female)

─────────────────────────────────────────
STEP 2Walk the chain BACKWARDS from anchor
         (right to left, or clue by clue)
─────────────────────────────────────────
  Clue chain: my grandfather → only son → son (= photo person)

  "my grandfather"Riya's Grandfather (male)
  "only son of grandfather"Riya's Father (male)
                             [only son = one male child = her father]
  "son of only son"Son of Riya's Father = Riya's Brother

─────────────────────────────────────────
STEP 3Draw it (text diagram)
─────────────────────────────────────────

     [Grandfather]
           |
           |  (only son)
           ▼
       [Father]  ──── (wife) ────
           |                    |
           |                    |
        [SON]◄──────────    [RIYA]
      (photo person)         (anchor)

─────────────────────────────────────────
ANSWER: The person in the photograph is RIYA'S BROTHER.
─────────────────────────────────────────
▶ Output
Person in photograph → Riya's BROTHER
⚠️
Pro Tip: Draw First, Think SecondIn an exam, spend 10 seconds drawing the skeleton tree before processing a single clue. It costs you nothing and saves you from the most common trap: losing your place in a long chain.

The Complete Reference Map of Family Relationships

Before you can draw a family tree, you need a crystal-clear mental model of what every relationship word actually means. English family vocabulary is surprisingly ambiguous — 'uncle' can mean four completely different people. Let's eliminate all ambiguity right now.

Think of every person in a family as sitting at a specific 'position' on a grid. Your generation is the middle row. Your parents' generation is the row above. Your children's generation is the row below. Moving left or right on a row means moving between siblings and cousins. That's the entire map.

The key insight is DIRECTION + GENERATION + GENDER. Every relationship encodes all three. 'Maternal grandfather' = up two generations + mother's side + male. Once you train yourself to extract these three properties from any relationship word, no clue can confuse you.

Study the table below until these feel automatic. You don't need to memorise it robotically — just understand the pattern: 'maternal' always means mother's side, 'paternal' always means father's side, and every prefix is just a direction on the map.

RelationshipReferenceMap.txt · TEXT
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
═══════════════════════════════════════════════════════════
       COMPLETE BLOOD RELATION REFERENCE MAP
═══════════════════════════════════════════════════════════

YOUR GENERATION (same row as YOU)
───────────────────────────────────────────────────────────
  BrotherMale sibling (same parents)
  SisterFemale sibling (same parents)
  CousinChild of your parent's sibling
  SpouseHusband or Wife (NOT a blood relation,
                    but links families — important in problems!)

ONE GENERATION ABOVE YOU (parents' row)
───────────────────────────────────────────────────────────
  FatherMale parent
  MotherFemale parent
  Uncle (Paternal)→ Father's brother
  Uncle (Maternal)→ Mother's brother
  Aunt  (Paternal)→ Father's sister
  Aunt  (Maternal)→ Mother's sister
  Father-in-law   → Spouse's father
  Mother-in-law   → Spouse's mother

TWO GENERATIONS ABOVE YOU (grandparents' row)
───────────────────────────────────────────────────────────
  Paternal GrandfatherFather's father
  Paternal GrandmotherFather's mother
  Maternal GrandfatherMother's father
  Maternal GrandmotherMother's mother

ONE GENERATION BELOW YOU (children's row)
───────────────────────────────────────────────────────────
  SonMale child
  DaughterFemale child
  NephewBrother's or Sister's son
  NieceBrother's or Sister's daughter
  Son-in-law      → Daughter's husband
  Daughter-in-law → Son's wife

TWO GENERATIONS BELOW YOU
───────────────────────────────────────────────────────────
  GrandsonSon's or Daughter's son
  GranddaughterSon's or Daughter's daughter

═══════════════════════════════════════════════════════════
  GENDER DECODER (critical for solving problems fast)
═══════════════════════════════════════════════════════════
  Words that ALWAYS signal MALE:
    father, son, brother, uncle, nephew, grandfather,
    husband, paternal (not gendered itself but refers to father)

  Words that ALWAYS signal FEMALE:
    mother, daughter, sister, aunt, niece, grandmother,
    wife, maternal (not gendered itself but refers to mother)
═══════════════════════════════════════════════════════════
▶ Output
Reference map — no runnable output. Use this as your exam cheat sheet.
🔥
Key Insight: In-Laws Are Not Blood RelationsSon-in-law, daughter-in-law, mother-in-law — these are NOT blood relations. They connect two family trees via marriage. Problems often use them as bridge clues. Draw them in your tree with a dotted line to remember they're married connections, not biological ones.

The 4 Question Types — Solved Step by Step

Blood relation problems come in exactly four flavours. Every question you'll ever see in an exam is one of these four types. Recognise the type first, then apply the right technique. It's like recognising a chess opening — once you know what you're facing, you know your move.

Type 1 is the 'Find the Relationship' question: given a chain of clues, what is Person X to Person Y? This is the most common type. Draw the tree, find both people on it, and read the relationship.

Type 2 is the 'Coded Relationships' question: symbols like +, -, *, / represent relationships and you decode a formula. Substitute the symbols first, then treat it like Type 1.

Type 3 is 'Pointing or Photograph' questions: someone points to a photo and gives you one complex clue to decode. These are pure Type 1 in disguise — just start with the speaker as your anchor.

Type 4 is 'Puzzles with Multiple People': five or six people are described and you answer three sub-questions from one shared family tree. Draw the complete tree first, then answer all sub-questions from it.

AllFourTypesExplained.txt · TEXT
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
═══════════════════════════════════════════
 TYPE 1Find the Relationship (Classic)
═══════════════════════════════════════════
PROBLEM:
  "Introducing a man, Priya says, 'His mother is
   the only daughter of my father.' How is Priya
   related to that man?"

SOLUTION:
  Step 1: Anchor = PRIYA (female)
  Step 2: "only daughter of my father" = Priya herself!
          (only daughter of Priya's father = Priya)
  Step 3: So the man's mother = Priya
          Therefore, Priya is the man's MOTHER.

         [Priya's Father]
               |
               ▼
           [PRIYA] ←─ "only daughter of my father"
               |
               ▼
            [MAN]

ANSWER: Priya is the man's MOTHER.

═══════════════════════════════════════════
 TYPE 2Coded Relationships
═══════════════════════════════════════════
PROBLEM:
  Codes:  A + B means A is the father of B
          A - B means A is the wife of B
          A * B means A is the brother of B
          A / B means A is the daughter of B

  If P - Q + R * S, what is P to S?

SOLUTION:
  Step 1: Substitute the codes
    P - Q  →  P is the wife of Q      (so P=female, Q=male, married)
    Q + R  →  Q is the father of R    (R is Q's child)
    R * S  →  R is the brother of S   (R=male, same parents as S)

  Step 2: Draw the tree

      [P]─(married)─[Q]
                     |
               ┌─────┴──────┐
            [R](brother)  [S]

  Step 3: P is Q's wife. Q is the parent of R and S.
          Therefore P is the MOTHER of R and S.
          P is S's MOTHER.

ANSWER: P is the MOTHER of S.

═══════════════════════════════════════════
 TYPE 3Photograph / Pointing Question
═══════════════════════════════════════════
PROBLEM:
  Pointing to a boy in a photo, Arjun says,
  "He is the son of my father's only daughter."
  How is the boy related to Arjun?

SOLUTION:
  Step 1: Anchor = ARJUN (male)
  Step 2: "my father's only daughter" = Arjun's Sister
  Step 3: Boy is the son of Arjun's sister = Arjun's NEPHEW

      [Arjun's Father]
            |
       ┌────┴────┐
    [ARJUN]  [Sister]
                 |
              [BOY] ← nephew of Arjun

ANSWER: The boy is Arjun's NEPHEW.

═══════════════════════════════════════════
 TYPE 4Multi-Person Puzzle
═══════════════════════════════════════════
PROBLEM:
  There are 6 members in a family: A, B, C, D, E, F.
  - B is the son of C but C is not the mother of B.
  - A and C are a married couple.
  - E is the brother of C.
  - D is the daughter of A.
  - F is the brother of B.

  Q1. Who is the mother of B?
  Q2. How is D related to E?
  Q3. How many male members are there?

SOLUTIONBUILD THE TREE FIRST:
  "B is son of C but C is NOT the mother" → C is FATHER of B (male)
  "A and C are married"                   → A is MOTHER (female)
  "E is brother of C"                     → E is male, C's sibling
  "D is daughter of A"                    → A and C are parents of D
  "F is brother of B"                     → F is male, sibling of B

  Family tree:

       [E]─(sibling)─[C (father)]─(married)─[A (mother)]
                           |
              ┌────────────┼────────────┐
           [B(son)]    [F(son)]    [D(daughter)]

  Q1. Mother of B → A
  Q2. D is daughter of A, E is brother of A's husband C.
      So E is D's PATERNAL UNCLE.
  Q3. Males: C, E, B, F = 4 male members.

ANSWERS: Q1=A, Q2=Paternal Uncle, Q3=4
▶ Output
Type 1 → Priya is the man's MOTHER
Type 2 → P is the MOTHER of S
Type 3 → The boy is Arjun's NEPHEW
Type 4 → Q1: A | Q2: Paternal Uncle | Q3: 4 male members
⚠️
Watch Out: 'Only Son' and 'Only Daughter' Are Traps'Only daughter of my father' almost always means YOU, the speaker. Setters use this phrase hoping you'll create an imaginary extra person on your tree. Whenever you see 'only son/daughter of [the speaker's parent]', check if it refers back to the anchor person themselves.

Speed Strategy: Solve Any Problem in Under 90 Seconds

Knowing the concepts is 50% of the battle. Solving them at exam speed under pressure is the other 50%. Here's the exact 5-step process you should burn into muscle memory.

Step 1 — Identify the anchor (0-5 seconds). Who is the person speaking or asking? Mark them on your paper immediately. Note their gender.

Step 2 — Break the clue chain (5-10 seconds). Split the clue at every possessive ('s) or connector word ('of', 'and'). Each segment is one arrow on your tree.

Step 3 — Assign genders aggressively (10-20 seconds). Every relationship word tells you a gender. Assign M or F to every node as you draw. Don't leave it ambiguous.

Step 4 — Navigate the tree (20-60 seconds). Start at the anchor and follow the arrows through the clue chain. Each step moves you one node on the tree.

Step 5 — Read the answer (60-90 seconds). Find the two people you're comparing. Look at their relative position on the tree. The relationship is right there in front of you.

For coded problems, add one pre-step: convert all symbols to words before anything else.

SpeedSolveWalkthroughExam.txt · TEXT
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
EXAM-LEVEL PROBLEM (harder, multi-step):
  "The only son of Kavya's paternal grandfather
   has a sister whose husband's mother is Meena.
   How is Meena related to Kavya?"

TIMED WALKTHROUGH:
────────────────────────────────────────────────
SECONDS 0-5: Identify anchor
  Anchor = KAVYA (gender not yet stated, unknown)

SECONDS 5-15: Break the chain into segments
  Segment 1: "only son of Kavya's paternal grandfather"
  Segment 2: "has a sister"
  Segment 3: "whose husband's mother is Meena"

SECONDS 15-30: Process Segment 1
  Kavya's paternal grandfather → Grandfather (male)
  Only son of grandfather      → Kavya's Father (male)
  [Grandfather]
       |
   [Father] ← only son

SECONDS 30-45: Process Segment 2
  Father has a sister = Father's Sister = Kavya's Aunt (female)
  [Grandfather]
       |
   ┌───┴───────┐
[Father]    [Aunt] ← father's sister

SECONDS 45-60: Process Segment 3
  Aunt's husband = Uncle-by-marriage (male)
  Uncle-by-marriage's mother = MEENA

  [MEENA]
     |
  [Uncle-by-marriage]─(married)─[Aunt]

SECONDS 60-75: Connect full tree and find Kavya

  [Meena]
     |
  [Uncle]──(married)──[Aunt]
                         |
                      (sibling)
                         |
  [Grandfather]           |
       |               [Father] ─── [Kavya]
       └───only son──►[Father]

  WaitAunt is Father's sister. Meena is Aunt's
  mother-in-law = Meena is NOT directly related by blood.

  Meena's son married Kavya's Aunt.
  Kavya's Aunt is Kavya's Father's sister.
  So Meena is the mother of Kavya's Aunt's husband.
  → Meena is Kavya's Aunt's MOTHER-IN-LAW.
  → From Kavya's perspective: NO direct blood relation.
  → Answer phrasing from Kavya's view:
     Meena is the mother of Kavya's uncle (by marriage).
     Standard exam answer: Meena is Kavya's UNCLE'S MOTHER
     or equivalently: Meena has NO blood relation to Kavya.

ANSWER: Meena is Kavya's uncle's mother (no blood relation).
────────────────────────────────────────────────
TOTAL TIME: ~75 seconds — well within exam limits.
▶ Output
Meena is Kavya's uncle's mother — no direct blood relation to Kavya.
🔥
Interview Gold: The 'No Relation' Answer Is ValidMany exam questions deliberately lead to 'no blood relation' or 'cannot be determined'. Beginners panic and assume they made an error. They didn't. If your tree genuinely shows no blood link, that IS the answer. Always include 'cannot be determined' and 'no blood relation' as live options when reviewing your choices.
AspectTrying to Solve in Your HeadDrawing a Family Tree
Accuracy on 3+ step problems~40% (high error rate)~95% (errors are visible and fixable)
Time takenFaster start, but backtracking is slow10s setup, then consistently fast
Gender trackingEasy to lose gender mid-chainM/F labels on every node — always visible
Handling 'only son/daughter' trapsVery easy to create false nodesTree structure shows instantly if a node already exists
Multi-person puzzles (Type 4)Nearly impossible mentallyNatural — build tree once, answer all questions
Exam pressure performanceDegrades badly under stressStable — drawing is mechanical, not cognitive
Coded relationship problemsConfusing — symbols and logic at onceDecode symbols first, then draw — clean separation
Verifying your answerCannot re-check without re-solvingRe-read the tree in seconds

🎯 Key Takeaways

  • Never solve blood relation problems in your head — draw the family tree every single time, even for 'easy' looking questions. The 10-second cost pays back in accuracy.
  • Every relationship word encodes three things: generation (up/down), side (paternal/maternal), and gender (male/female). Train yourself to extract all three automatically.
  • The four question types (classic chain, coded symbols, photograph/pointing, multi-person puzzle) each have a fixed solving approach — recognise the type first, then execute the approach.
  • 'Only daughter of my father' and 'only son of my mother' almost always refer back to the speaker themselves — this is the single most common trap in blood relation problems and knowing it saves you from creating ghost nodes on your tree.

⚠ Common Mistakes to Avoid

  • Mistake 1: Assuming the speaker's gender without a clue — If a problem says 'Pointing to a photo, Sam says...' and never tells you Sam's gender, beginners pick male by default. This can flip your entire answer. Fix: Mark the anchor's gender as 'Unknown (M/F)' until the clue chain itself reveals it. Often a later clue like 'his mother' or 'her brother' gives it to you implicitly.
  • Mistake 2: Misreading 'mother's brother' as 'brother's mother' — These two are completely different people on the tree. 'Mother's brother' = your maternal uncle (one generation above you). 'Brother's mother' = your own mother (because you share the same mother). Beginners rush and swap the order, which flips the direction of travel on the tree. Fix: Always process relationship chains strictly left to right. The FIRST word is where you start, the SECOND is where you move to. Never reverse.
  • Mistake 3: Treating in-laws as blood relatives and drawing them on the same branch — If someone is a 'son-in-law' or 'daughter-in-law', they belong to a DIFFERENT family tree, connected to yours only by a marriage link. Beginners draw them as direct children or parents, which corrupts the tree. Fix: Use a horizontal dotted line for marriage connections. Keep the two biological trees visually separate and link them only with that dotted line. This makes it immediately obvious that the in-law is a bridge, not a branch.

Interview Questions on This Topic

  • QLooking at a photograph, a woman says, 'The mother of this person is the only daughter-in-law of my grandmother.' How is the woman related to the person in the photograph? (Walk the interviewer through your tree-drawing process out loud — this is what they're actually testing.)
  • QIn a coded relation problem: A $ B means A is the sister of B; A @ B means A is the mother of B; A # B means A is the father of B. If P @ Q # R $ S, how is P related to S? (Tests whether you can systematically decode symbols before solving.)
  • QA man introduces a woman saying, 'She is the wife of the only nephew of the only brother of my mother.' How is the woman related to the man? This catches people out because 'only brother of my mother' is an uncle, 'only nephew of that uncle' loops back through the man's own siblings — the answer is the woman is the man's sister-in-law, but most people lose the thread at 'nephew of uncle'.

Frequently Asked Questions

What is the fastest method to solve blood relation problems in competitive exams?

The fastest reliable method is the family tree diagram approach. The moment you read the problem, start drawing nodes (boxes for people) and arrows (for parent-child relationships), labelling each person's gender as you go. This converts a memory-heavy task into a visual reading task, which is both faster and far more accurate — especially for chains longer than three steps.

How do coded blood relation problems work and how do I solve them?

Coded blood relation problems replace relationship words with symbols like +, -, *, /. Each symbol is defined at the start of the question. Your first step is always to translate every symbol back into its word (e.g. + means 'is the father of'), write out the decoded sentence, and then solve it exactly like a standard blood relation chain using a family tree diagram. Never try to reason with raw symbols — decode first, always.

How do I figure out the gender of a person in a blood relation problem when it isn't stated?

Look for implicit gender clues in the chain itself. If someone is described as a 'son', 'father', 'brother', or 'uncle' at any point in the clue, they're male. If described as 'daughter', 'mother', 'sister', or 'aunt', they're female. If the gender truly cannot be determined from any clue, mark it as unknown on your tree — some questions are designed to have 'cannot be determined' as the correct answer.

🔥
TheCodeForge Editorial Team Verified Author

Written and reviewed by senior developers with real-world experience across enterprise, startup and open-source projects. Every article on TheCodeForge is written to be clear, accurate and genuinely useful — not just SEO filler.

← PreviousSeating Arrangement ProblemsNext →Coding-Decoding Problems
Forged with 🔥 at TheCodeForge.io — Where Developers Are Forged