In a code language, 'RAIN' is written as '18-1-9-14' and 'CLOUD' is written as '3-12-15-21-4'. How will 'WEATHER' be written in that language?
- A23-5-8-20-1-5-18
- B23-5-1-21-9-5-18
- C23-5-1-20-8-5-18
- D23-6-1-20-8-6-18
Solution & Step-by-step Explanation
The coding matches each letter with its standard alphabetical position index (A=1,B=2,…,Z=26):
RAIN:
R = 18
Simple Wikipedia
A = 1
I = 9
N = 14
Code: 18-1-9-14
CLOUD:
C = 3
L = 12
Prepp
O = 15
Testbook
U = 21
D = 4
Code: 3-12-15-21-4
WEATHER:
W = 23
Prepp
E = 5
A = 1
T = 20
H = 8
E = 5
R = 18
Simple Wikipedia
The code sequence is 23-5-1-20-8-5-18.
RAIN:
R = 18
Simple Wikipedia
A = 1
I = 9
N = 14
Code: 18-1-9-14
CLOUD:
C = 3
L = 12
Prepp
O = 15
Testbook
U = 21
D = 4
Code: 3-12-15-21-4
WEATHER:
W = 23
Prepp
E = 5
A = 1
T = 20
H = 8
E = 5
R = 18
Simple Wikipedia
The code sequence is 23-5-1-20-8-5-18.