In a certain code language, `EARTH' is written as `JFWYM'. How is `WORLD' written in that code?
BTWQI
To decode "WORLD", first identify the encryption method used for "EARTH" to "JFWYM".
- Original: E A R T H
- Encrypted: J F W Y M
Determine the alphabetical shift for each letter:
| Letter | E | A | R | T | H |
|---|---|---|---|---|---|
| Alphabetical Position | 5 | 1 | 18 | 20 | 8 |
| Encrypted Letter | J | F | W | Y | M |
| Encrypted Position | 10 | 6 | 23 | 25 | 13 |
| Shift Value | +5 | +5 | +5 | +5 | +5 |
The pattern is a forward shift of 5 positions for each letter.
Calculate the new positions for "WORLD" by adding 5, wrapping around the alphabet (26 letters) if necessary:
| Letter | W | O | R | L | D |
|---|---|---|---|---|---|
| Alphabetical Position | 23 | 15 | 18 | 12 | 4 |
| Shifted Position (+5) | 28 | 20 | 23 | 17 | 9 |
| Final Position (with wrap-around) | 2 (B) | 20 (T) | 23 (W) | 17 (Q) | 9 (I) |
The resulting encrypted word is: BTWQI
The word "WORLD" is encrypted as "BTWQI" using this code.