In a code sign DRLAL is coded as 62014314. How CAMEL is coded ?
2023
In a code sign DRLAL is coded as 62014314. How CAMEL is coded ?
- A.
5315714
- B.
35729310
- C.
5313613
- D.
None of these
Attempted by 129 students.
Show answer & explanation
Correct answer: A
Pattern: add 2 to each letter's position in the alphabet, then concatenate the resulting numbers.
Example using the given word DRLAL:
D = 4 → 4 + 2 = 6; R = 18 → 18 + 2 = 20; L = 12 → 12 + 2 = 14; A = 1 → 1 + 2 = 3; L = 12 → 12 + 2 = 14.
Concatenate: 6 | 20 | 14 | 3 | 14 → 62014314
Apply the same rule to CAMEL:
C = 3 → 3 + 2 = 5; A = 1 → 1 + 2 = 3; M = 13 → 13 + 2 = 15; E = 5 → 5 + 2 = 7; L = 12 → 12 + 2 = 14.
Concatenate: 5 | 3 | 15 | 7 | 14 → 5315714