Introduction
Coded relationship statements replace words like "father", "sister" or "husband" with symbols or operators. These problems test your ability to decode the symbols first and then connect the decoded relations to find the final link.
This pattern is important because many competitive exams use symbolic notation to compress family information - decoding accurately is the first and most crucial step.
Pattern: Coded Relationship Statements
Pattern
Key concept: First translate each symbol into its relationship meaning, then follow the decoded chain step-by-step to infer the asked relation.
Typical workflow: Decode → Map → Connect → Answer.
Step-by-Step Example
Question
Let 'A + B' mean A is the father of B.
Let 'B - C' mean B is the sister of C.
What does 'P + Q - R' mean?
(A) P is the uncle of R (B) P is the father of R (C) P is the brother of R (D) Cannot be determined
Solution
Step 1: Decode each symbol.
'P + Q' → P is the father of Q.
'Q - R' → Q is the sister of R.Step 2: Map decoded relations into a mini-tree.
P (father) → Q (sister) → R. So Q is sibling of R and female; P is parent of Q.Step 3: Connect the chain to find P → R relation.
P is the father of Q, who is the sister of R. Therefore P is the father of R as well (same parent of siblings) → P is father of R.Final Answer:
P is the father of R → Option B.Quick Check:
If Q and R are siblings, they share the same parent. Since P is parent of Q, P is also parent of R → father fits ✅
Quick Variations
1. Symbols may represent spouse relations (e.g., 'A * B' → A is husband of B).
2. Some codes reverse direction (e.g., 'A + B' may mean B is father of A) - always read definition carefully.
3. Multiple symbols chained: decode left-to-right unless specified otherwise.
4. Codes can combine gender + generation info (e.g., '+' for father, '#' for mother, '-' for sister, '~' for brother).
Trick to Always Use
- Step 1 → Underline each code definition before solving.
- Step 2 → Translate into short phrases (e.g., "P is father of Q").
- Step 3 → Draw a 2-3 node mini-tree for the decoded segment and extend only as needed.
Summary
Summary
- Always decode symbols first - solving without decoding causes mistakes.
- Translate symbols into one-line relations (e.g., "A is mother of B") before connecting chains.
- When siblings appear, remember parents are shared - use that to infer parent-child links.
- Confirm directionality: some codes may be defined right-to-left; re-check definitions before finalizing.
Example to remember:
If 'A + B' → A is father of B and 'B - C' → B is sister of C, then 'A + B - C' → A is father of C (because siblings share parents).
