

InterviewSolution
Saved Bookmarks
1. |
If 'A*Z' means 'A is th wife of Z. If 'AxxZ' 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 gt Z' means 'A is the son of Z'. If 'A lt Z' means 'A is the daughter of Z'. Which of the following means N is the daughet - in -lw of A ?(A) M+N∗P>A(B) N |
Answer» <P>(a) `M+N**P gt A ` `N**Pimplies ` N is the wife of P . `P gt A implies `P is the son of A. N is the daughter in-law of A. |
|