English and Logical Reasoning Prep GuideLogical ReasoningCoding Decoding
Direction : Stuy the folloiwng question carefully and choose the right answer. If D = 4 and FAT = 9, how will you code PIN = ?
Options
- A13
- B10
- C11
- DNone of these
Correct answer
A. 13
Step-by-step solution
We have: A = 1, B = 2, C = 3, …….Y = 25, Z = 26. Clearly, the code for a word is obtained by dividing the sum of the individual value of its letters by the number of letters in the word. Thus FAT = (F + A + T )/3 = (6 + 1 + 20)/3 = 27/3 = 9 So, PIN = (P + I + N)/3 = (16 + 9 + 14)/3 = 39/3 = 13