Correct Option
The problem establishes a letter-reversal mapping where each letter in the English alphabet is replaced by the letter occupying the equivalent position from the opposite end of the alphabet. For instance, A maps to Z, B maps to Y, and so on.
Applying this rule to the word 'LUCKNOW':
- L (12th letter from A) maps to O (12th letter from Z).
- U (21st letter from A) maps to F (21st letter from Z).
- C (3rd letter from A) maps to X (3rd letter from Z).
- K (11th letter from A) maps to P (11th letter from Z).
- N (14th letter from A) maps to M (14th letter from Z).
- O (15th letter from A) maps to L (15th letter from Z).
- W (23rd letter from A) maps to D (23rd letter from Z).
Therefore, 'LUCKNOW' is represented as 'OFXPMLD'.
Incorrect Options
Options 1, 2, and 3 do not correctly follow the specified letter-reversal mapping for 'LUCKNOW'.
- Option 1 (OGXPMLD) is incorrect because 'U' maps to 'F', not 'G'. The mapping for 'U' is wrong.
- Option 2 (OGXQMLE) contains multiple discrepancies, such as 'U' mapping to 'G' instead of 'F', 'K' mapping to 'Q' instead of 'P', and 'W' mapping to 'E' instead of 'D'. This option has several incorrect letter transformations.
- Option 3 (OFXPMLE) is incorrect because 'W' maps to 'D', not 'E'. The final letter mapping is incorrect.
These options deviate from the precise transformation dictated by the given rule.