Relationship Degree/Distance
Relationship Degree/Distance problems ask for the minimum number of relationship steps (edges) needed to connect two persons in a family tree. Each parent-child, sibling, or spouse connection counts as one step. These problems test your ability to find the shortest path through a family tree graph.
What You'll Learn
Introduction to Relationship Degree/Distance
Relationship Degree/Distance problems ask for the minimum number of relationship steps (edges) needed to connect two persons in a family tree. Each parent-child, sibling, or spouse connection counts as one step. These problems test your ability to find the shortest path through a family tree graph.
Prerequisites
How to Solve Relationship Degree/Distance Problems
Step 1: Build the complete family tree from given statements.
Step 2: Identify the start person and target person.
Step 3: Find all possible paths between them through the tree.
Step 4: Count the number of relationship edges in each path.
Step 5: The minimum number of steps is the length of the shortest path.
Step 6: Each edge (direct relationship) counts as one step.
Step 7: Express the answer as the number of steps.
Example Problem
Example: In a family tree: A is parent of B. B is parent of C. C is parent of D. What is the degree of relationship between A and D? Solution: Step 1: Path: A → B (parent-child), B → C (parent-child), C → D (parent-child). Step 2: Number of steps = 3. Answer: 3 steps.
Pro Tips & Tricks
- Parent-child = 1 step.
- Sibling = 2 steps (through common parent).
- Grandparent-grandchild = 2 steps.
- Cousins = 4 steps (through grandparents).
- Spouse = 1 step.
- Aunt/Uncle to niece/nephew = 2 steps.
Shortcut Methods to Solve Faster
Common Mistakes to Avoid
Practice Worksheets
Practice makes perfect! Work through these worksheets to master Relationship Degree/Distance. Each worksheet contains 20 questions with detailed explanations. Start from Worksheet 1 and progress through increasing difficulty levels.
Exam Importance
Relationship Degree/Distance is an important topic for various competitive exams. Here's how frequently it appears:
Ready to Master Relationship Degree/Distance?
Start with Worksheet 1 and work your way up to expert level! Each worksheet includes: