

InterviewSolution
Saved Bookmarks
1. |
If 'A*Z' means 'A is th wife of Z.If'A×Z' means 'A is the husband or Z.If 'A+Z' means 'A is the sister of Z'.If 'A-Z' means 'A is the brother of Z'.If'A>Z' means 'A is the son of Z'.If'A |
Answer» `R gt S LT P **J` ` S lt P implies ` S is the duaghter of P. `P*J implies ` P is th wife of J . Therefore , P is the GRANDMOTHER of R. `J+R implies ` J is the sister of R. `R-S implies ` R is the brother of S. `S lt P implies ` S is the daughter of P . P is the either father or mother of R. `R gt S implies ` R is the son of S. `S **PIMPLIES ` S is the wife of P . Therefore , P is the father of R. |
|