In a certain code language, 'BELL' is written as 'MKFA' and 'BOND' is written…
2024
In a certain code language, 'BELL' is written as 'MKFA' and 'BOND' is written as 'EMPA'. How will 'BLEW’ be written in that language?
- A.
XMDA
- B.
XMAD
- C.
XDAM
- D.
XDMA
Attempted by 38 students.
Show answer & explanation
Correct answer: D
Pattern: Shift the letters alternately by -1, +1, -1, +1, then reverse the result.
Check with BELL:
B - 1 = A, E + 1 = F, L - 1 = K, L + 1 = M.
This gives AFKM; reversing it gives MKFA.
Apply to BLEW:
B - 1 = A
L + 1 = M
E - 1 = D
W + 1 = X
This gives AMDX; reversing it gives XDMA.
Final answer: XDMA.