InterviewSolution
Saved Bookmarks
| 1. |
In a certain code language ‘si po re’ means ‘book is thick’, ‘ti na re’ means ‘bag is heavy’, ‘ka si’ means ‘interesting book’ and ‘de ti’ means ‘that bag’ what should stand for ‘that bag is interesting’ in that code language? 1. ka re na ti 2. de si re ka 3. ti po ka na 4. de ti re ka |
|
Answer» 4. de ti re ka si po re → book is thick …(1) ti na re → bag is heavy …(2) ka si → interesting book …(3) de ti → that bag …(4) From (2) & (4) code of ‘bag’ = ti, so code of ‘that’ = de From (1) & (2) code of ‘is’ is re From (1) & (3) code of ‘book’ = si, so code of ‘interesting’ = ka ∴ code of that bag is interesting’ = de ti re ka |
|