If ‘HEALTH’ is written as ‘GSKZDG’, then how will ‘NORTH’ be written in that code?
Explanation
1. Pattern Analysis (HEALTH to GSKZDG)
The logic involves reversing the word first and then shifting each letter backward by 1 position in the alphabet.
Step 1: Reverse the word
Step 2: Subtract 1 from each letter (−1 shift)
-
H → G:
-
T → S:
-
L → K:
-
A → Z:
-
E → D:
-
H → G:
The resulting code is GSKZDG.
2. Applying the Pattern to NORTH
Following the same two steps:
Step 1: Reverse the word
Step 2: Subtract 1 from each letter (−1 shift)
-
H (8th letter):
-
T (20th letter):
-
R (18th letter):
-
O (15th letter):
-
N (14th letter):
Final Answer