The coding rule involves summing the alphabetical positions of the letters in the given word.
The position of letters in the alphabet are:
Let's verify this logic for the word ALBINISM:
The letters in ALBINISM are A, L, B, I, N, I, S, M.
Their corresponding positions are:
Summing these positions:
$ 1 + 12 + 2 + 9 + 14 + 9 + 19 + 13 = 79 $
This matches the given code for ALBINISM.
Now, apply the same logic to the word NEURON.
The letters in NEURON are N, E, U, R, O, N.
Their corresponding alphabetical positions are:
Summing these positions:
$ 14 + 5 + 21 + 18 + 15 + 14 = 87 $
Therefore, NEURON will be written as 87 in this code language.
If ‘Monday’ is encrypted as 123456 and ‘Belt’ is encrypted as 0789, how would you encrypt the word ‘Tombay’?
In a certain code language, 'IT' is written as '58', 'SAD' is written as '48'. What is the code for 'FISH' in that code language?
If 31 L 31 J 5 = 186 and 47 J 2 L 43 = 137, then 52 L 64 J 3 = ?
If R is coded as 4, M is coded as 1, N is coded as 5, S is coded as 8, Q is coded as 0, L is coded as 6 and P is coded as 3, then what is the coded form of SMLRP ?
If in a certain code, 6723 is coded as 8901, how is 2435 coded in that language?