IKLO is related to XZAD in a certain
IKLO is related to XZAD in a certain way based on the English alphabetical order. In the same way, QSTW is related to FHIL. To which of the following options is JLMP related to, following the same logic?
अंग्रेज़ी वर्णमाला क्रम के आधार पर, एक निश्चित तरीके से IKLO का संबंध XZAD से एक है। उसी तरीके से, QSTW का संबंध FHIL से है। उसी तर्क का अनुसरण करते हुए, JLMP का संबंध निम्नलिखित में से किस विकल्प से है?
Detailed Solution & Logic
YABE
tep 1: Write the positions of letters in the alphabet
-
A=1, B=2, … Z=26
IKLO → I(9), K(11), L(12), O(15)
XZAD → X(24), Z(26), A(1), D(4)
Now find the difference from I → X, K → Z, etc.
-
I → X → 24 − 9 = +15
-
K → Z → 26 − 11 = +15
-
L → A → 1 − 12 = -11 (or 15 forward modulo 26: 12 + 15 = 27 → 1) ✅ works
-
O → D → 4 − 15 = -11 (mod 26: 15 + 15 = 30 → 30 − 26 = 4) ✅ works
So rule: Add 15 to each letter (mod 26, wrap around)
Check second pair: QSTW → FHIL
-
Q(17) → F(6) → 6 − 17 = -11 → Add 15 modulo 26 → 17 + 15 = 32 → 32 − 26 = 6 ✅ works
-
S(19) → H(8) → 19 + 15 = 34 → 34 − 26 = 8 ✅ works
-
T(20) → I(9) → 20 + 15 = 35 → 35 − 26 = 9 ✅ works
-
W(23) → L(12) → 23 + 15 = 38 → 38 − 26 = 12 ✅ works
✅ Same rule: Add 15 to each letter (mod 26)
2: Apply the same rule to JLMP
-
J(10), L(12), M(13), P(16)
-
Add 15 to each (mod 26):
-
10 + 15 = 25 → Y
-
12 + 15 = 27 → 27 − 26 = 1 → A
-
13 + 15 = 28 → 28 − 26 = 2 → B
-
16 + 15 = 31 → 31 − 26 = 5 → E
Step 3: Result
JLMP → YABE
Similar Practice Questions
In a certain code language, ‘CHILD’ is written as ‘278113’
In a certain code language, ‘CHILD’ is written as ‘278113’ and ‘DRESS’ is written as...
Based on the English alphabetical order, XCHB is related to ZEJD in a certain way. Similarly, WOJQ is related to JQLS. Following the same logic, to which of the given options is UMGT related?
Based on the English alphabetical order, XCHB is related to ZEJD in a certain way....
If MAKER is coded as NBSLFS, how is NBSLFS coded ?
If MAKER is coded as NBSLFS, how is NBSLFS coded ? यदि ‘MAKER’ को ’NBSLFS′...
If TIGER’ is coded as ’20 – 9 – 7 -5 -18′, how will ‘REGIT’ be coded?
If TIGER’ is coded as ’20 – 9 – 7 -5 -18′, how will ‘REGIT’...
Select the pair that follows the same pattern as the given set of two pairs. Both the given pairs follow the same pattern.
Select the pair that follows the same pattern as the given set of two pairs....
In a certain code language, ‘MUTUAL’ is written as ‘OXVXCO’
In a certain code language, ‘MUTUAL’ is written as ‘OXVXCO’ and ‘REASON’ is written as...
In a certain code language, ‘love your enemies’ is coded as ‘tq fs rt’, and ‘love conquers all’ is coded as ‘ps nt tq’. What is the code for ‘love’ in the given language?
In a certain code language, ‘love your enemies’ is coded as ‘tq fs rt’, and...