Question:
In a certain code language, ‘WHILE’ is written as ‘2167103’ and ‘DEPTH’ is written as ‘2314186’. How will ‘ROUND’ be written in that language?
एक निश्चित कूट भाषा में, ‘WHILE’ को ‘2167103’ और ‘DEPTH’ को ‘2314186’ लिखा जाता है। उसी भाषा में ‘ROUND’ कैसे लिखा जाएगा?
Options:
- a) 15112021
- b) 171520145
- c) 161319122
- d) 181521154
- a) 15112021
- b) 171520145
- c) 161319122
- d) 181521154
correct answer : c)
Explanation:
The code is formed by subtracting 2 from the positional value of each letter:
– W(23)-2=21, H(8)-2=6, I(9)-2=7, L(12)-2=10, E(5)-2=3. Combined: 2167103.
– D(4)-2=2, E(5)-2=3, P(16)-2=14, T(20)-2=18, H(8)-2=6. Combined: 2314186.
Applying to ROUND:
– R(18)-2=16, O(15)-2=13, U(21)-2=19, N(14)-2=12, D(4)-2=2. Combined: 161319122.
Therefore, Option 3 is correct.
वर्णमाला के प्रत्येक अक्षर के स्थान मान से 2 घटाकर कूट बनाया गया है:
– W(23)-2=21, H(8)-2=6, I(9)-2=7, L(12)-2=10, E(5)-2=3। संयोजित करने पर: 2167103।
– D(4)-2=2, E(5)-2=3, P(16)-2=14, T(20)-2=18, H(8)-2=6। संयोजित करने पर: 2314186।
ROUND पर लागू करने पर:
– R(18)-2=16, O(15)-2=13, U(21)-2=19, N(14)-2=12, D(4)-2=2। संयोजित करने पर: 161319122। अतः विकल्प 3 सही है।