

InterviewSolution
Saved Bookmarks
1. |
If 'P***Q' means ,P is the mother of Q' . If 'PxxQ' means 'P is the father of Q' . If 'P+Q means 'P is the sister of Q'. If 'P-Q' means 'P is the brother of Q'. If 'P gt Q' means 'P is the son of Q'. If 'P lt Q' means 'P is the daughter of Q'.Which fo the following means D is the aunt of C? |
Answer» `D gt B*** A ***C` D is a male. `D+B to D ` is the SISTER of B `B-C to B` is the brother of C Therefore , D is the sister of C ` D -B to D ` is the brother of B .. D is a MLE. `D +B to D ` is the sister of B `B xx A to B ` is the father of A `A xx C to A ` is the father of C Therefore , D is the grand AUNT of C . |
|