In a certain code language,
'C # D' means 'C is the father of D',
'C @ D' means 'C is the sister of D',
'C $ D' means 'C is the mother of D',
'C % D' means 'C is the brother of D'.
Based on the above, how is S related to V if 'S % T @ U # V'?
- AFather
- BFather's father
- CFather's brother
- DSon
Solution & Step-by-step Explanation
Let's decode the expression 'S % T @ U # V' step by step from left to right:
S % T → S is the brother of T (S is male).
T @ U → T is the sister of U.
This means S, T, and U are siblings.
U # V → U is the father of V (U is male).
Since S is the brother of U, and U is the father of V, S is the paternal uncle of V, which means S is V's father's brother.
S % T → S is the brother of T (S is male).
T @ U → T is the sister of U.
This means S, T, and U are siblings.
U # V → U is the father of V (U is male).
Since S is the brother of U, and U is the father of V, S is the paternal uncle of V, which means S is V's father's brother.