If SOLID is coded WKQDJ, then how is LIQUID coded?
PEVPOX
This question involves letter coding, where letters of a word are replaced by other letters following a specific rule or pattern. We are given that the word SOLID is coded as WKQDJ. We need to find the pattern used in this transformation and then apply it to the word LIQUID to find its code.
Let's look at the positional value of each letter in the alphabet (A=1, B=2, ..., Z=26) and find the difference or shift between the letters in SOLID and their corresponding letters in WKQDJ.
| SOLID | Position | WKQDJ | Position | Shift |
|---|---|---|---|---|
| S | 19 | W | 23 | $23 - 19 = +4$ |
| O | 15 | K | 11 | $11 - 15 = -4$ |
| L | 12 | Q | 17 | $17 - 12 = +5$ |
| I | 9 | D | 4 | $4 - 9 = -5$ |
| D | 4 | J | 10 | $10 - 4 = +6$ |
From the analysis, we can see a pattern in the shifts applied to each letter:
So, the pattern of shifts is +4, -4, +5, -5, +6, -6, +7, -7, ... for the 1st, 2nd, 3rd, 4th, 5th, 6th, 7th, 8th letters and so on.
The word LIQUID has 6 letters. We will apply the first six shifts from our derived pattern (+4, -4, +5, -5, +6, -6) to each letter of LIQUID.
| LIQUID | Position | Shift Pattern | New Position | Coded Letter |
|---|---|---|---|---|
| L | 12 | $+4$ | $12 + 4 = 16$ | P |
| I | 9 | $-4$ | $9 - 4 = 5$ | E |
| Q | 17 | $+5$ | $17 + 5 = 22$ | V |
| U | 21 | $-5$ | $21 - 5 = 16$ | P |
| I | 9 | $+6$ | $9 + 6 = 15$ | O |
| D | 4 | $-6$ | $4 - 6 = -2$. Wrapping around the alphabet (A=1, Z=26): $4 - 6 + 26 = 24$ | X |
Applying the pattern +4, -4, +5, -5, +6, -6 to the letters L, I, Q, U, I, D respectively gives us the coded letters P, E, V, P, O, X.
Therefore, LIQUID is coded as PEVPOX.
In a certain code language, ‘DESK’ is coded as ‘@#+%’ and ‘RAIN’ is coded as ‘$-×*’. How will ‘RISK’ be coded in that language?
In a certain code, FORMAT is coded as CLOJXQ, then how is FONT coded in the same way ?
If RAYMOND is written as 2795431 and OLD as 461, how will DALMO be written ?
In a certain code language, 'TWO' is coded as '3' and 'FIVE' is coded as '4'. How will 'EIGHT' be coded in that language ?
In a certain code language, 'DICTIONARY' is coded as '20' and 'MOBILITY' is coded as '16'. How will 'TERMINATION' be coded in that language?