JAMIA 2024 — Reasoning PYQ
JAMIA | Reasoning | 2024If LONDON is coded as MPOEPO. What code is needed for DELHI?
Choose the correct answer:
- A.
DEHLI
- B.
EFIMJ
- C.
HLDEI
- D.
EFMIJ
(Correct Answer)
EFMIJ
Explanation
Pattern Analysis
Let's look at the alphabetical position of each letter:
-
L+1M
-
O+1P
-
N+1O
-
D+1E
-
O+1P
-
N+1O
The logic is simple: Each letter is shifted by +1 in the alphabet.
Applying the Logic to DELHI
We will apply the same +1 shift to each letter of the word DELHI:
-
D+1E
-
E+1F
-
L+1M
-
H+1I
-
I+1J
Mathematical Representation
Word+1 ShiftCode
⎩⎨⎧D+1=EE+1=FL+1=MH+1=II+1=J
Answer: The code for DELHI is EFMIJ.
Explanation
Pattern Analysis
Let's look at the alphabetical position of each letter:
-
L+1M
-
O+1P
-
N+1O
-
D+1E
-
O+1P
-
N+1O
The logic is simple: Each letter is shifted by +1 in the alphabet.
Applying the Logic to DELHI
We will apply the same +1 shift to each letter of the word DELHI:
-
D+1E
-
E+1F
-
L+1M
-
H+1I
-
I+1J
Mathematical Representation
Word+1 ShiftCode
⎩⎨⎧D+1=EE+1=FL+1=MH+1=II+1=J
Answer: The code for DELHI is EFMIJ.

