InterviewSolution
| 1. |
In a certain code language MOTHER is coded as 39 then SISTER will be coded as?1. 602. 403. 364. 255. 62 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Answer» Correct Answer - Option 5 : 62 Given: MOTHER→ 39
M→ Position value of M → 1 O → Position value of O→ 15 Logic→ (sum of all the consonant) - (sum of all the vowels) → (M + T + H +R) - (O + E) → (13 + 20 + 8 + 18) - (15 + 5) → 59 - 20→ 39 Similarly, S→Position value of S→ 19 (sum of all the consonant) - (sum of all the vowels) (19 + 19 + 20 + 18) - (9 + 5) 76 - 14→ 62 Hence, the answer is 62. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||