Correct option is A
Let’s first decode the pattern from ALLOW → 112121523
Write alphabet positions:
A = 1
L = 12
L = 12
O = 15
W = 23
So,
ALLOW → 1 12 12 15 23
When written together:
1 12 12 15 23 → 112121523
So the code is simply writing alphabet positions together.
Now decode DELAY
D = 4
E = 5
L = 12
A = 1
Y = 25
So,
DELAY → 4 5 12 1 25
When written together:
4512125
Final Answer:
(A) 4512125