In a certain code language, 'ANGER' is written as 'FRJGS', and 'APPLE' is written as 'FTSNF'. How will 'BRAIN' be written in that language?
- AGVDKO
- BGVCKO
- CGVDJO
- DGVDKP
Solution & Step-by-step Explanation
Let's check the position-wise letter transformations:
For ANGER → FRJGS:
A(+5)→F
N(+4)→R
G(+3)→J
E(+2)→G
R(+1)→S
The pattern is decreasing increments: +5,+4,+3,+2,+1.
Let's check APPLE → FTSNF:
A(+5)→F
P(+4)→T
P(+3)→S
L(+2)→N
E(+1)→F
Applying this to BRAIN:
B(+5)→G
R(+4)→V
A(+3)→D
I(+2)→K
N(+1)→O
The code is GVDKO.
For ANGER → FRJGS:
A(+5)→F
N(+4)→R
G(+3)→J
E(+2)→G
R(+1)→S
The pattern is decreasing increments: +5,+4,+3,+2,+1.
Let's check APPLE → FTSNF:
A(+5)→F
P(+4)→T
P(+3)→S
L(+2)→N
E(+1)→F
Applying this to BRAIN:
B(+5)→G
R(+4)→V
A(+3)→D
I(+2)→K
N(+1)→O
The code is GVDKO.