In a certain code language, 'MANAGE' is written as 'HJDQDP' and 'LITTLE' is written as 'HOWWLO'. How will 'POLICY' be written in that language?
BFLORS
This question involves a coding-decoding pattern where words are transformed into other words based on a specific rule. We are given two examples of this transformation and asked to apply the same rule to a third word, 'POLICY'.
The given examples are:
We need to find how 'POLICY' is coded.
Let's examine the transformation for each letter in the given examples based on their position in the word. We can look at the shift in alphabetical position (A=1, B=2, ..., Z=26).
| Position | MANAGE | Alphabetical Value | HJDQDP | Alphabetical Value | Shift (Coded - Original) |
|---|---|---|---|---|---|
| 1 | M | 13 | H | 8 | $8 - 13 = -5$ |
| 2 | A | 1 | J | 10 | $10 - 1 = +9$ |
| 3 | N | 14 | D | 4 | $4 - 14 = -10$ |
| 4 | A | 1 | Q | 17 | $17 - 1 = +16$ |
| 5 | G | 7 | D | 4 | $4 - 7 = -3$ |
| 6 | E | 5 | P | 16 | $16 - 5 = +11$ |
| Position | LITTLE | Alphabetical Value | HOWWLO | Alphabetical Value | Shift (Coded - Original) |
|---|---|---|---|---|---|
| 1 | L | 12 | H | 8 | $8 - 12 = -4$ |
| 2 | I | 9 | O | 15 | $15 - 9 = +6$ |
| 3 | T | 20 | W | 23 | $23 - 20 = +3$ |
| 4 | T | 20 | W | 23 | $23 - 20 = +3$ |
| 5 | L | 12 | L | 12 | $12 - 12 = +0$ |
| 6 | E | 5 | O | 15 | $15 - 5 = +10$ |
The shifts for MANAGE are: -5, +9, -10, +16, -3, +11.
The shifts for LITTLE are: -4, +6, +3, +3, +0, +10.
There doesn't appear to be a simple fixed shift or repeating pattern across the words. Let's look at the differences between consecutive shifts for each word.
| Word | Shifts ($S_1, S_2, \dots, S_6$) | Differences ($S_2-S_1, S_3-S_2, \dots, S_6-S_5$) |
|---|---|---|
| MANAGE | -5, +9, -10, +16, -3, +11 | $9 - (-5) = +14$ $-10 - 9 = -19$ (+7 mod 26) $16 - (-10) = +26$ (+0 mod 26) $-3 - 16 = -19$ (+7 mod 26) $11 - (-3) = +14$ |
| LITTLE | -4, +6, +3, +3, +0, +10 | $6 - (-4) = +10$ $3 - 6 = -3$ $3 - 3 = +0$ $0 - 3 = -3$ $10 - 0 = +10$ |
Observing the differences between consecutive shifts, we see a symmetric pattern:
The pattern of differences is $d_1, d_2, d_3, d_2, d_1$. This suggests the coding rule involves a starting shift ($S_1$) and a sequence of increments added to the previous shift to get the current shift.
Let's assume POLICY is coded using the same type of rule. We need to find its starting shift ($S_1$) and the sequence of differences ($d_1, d_2, d_3, d_2, d_1$). We will use the correct option 'BFLORS' to deduce this rule for POLICY.
POLICY has letters P, O, L, I, C, Y with alphabetical values 16, 15, 12, 9, 3, 25.
BFLORS has letters B, F, L, O, R, S with alphabetical values 2, 6, 12, 15, 18, 19.
| Position | POLICY | Alphabetical Value | BFLORS | Alphabetical Value | Shift (Coded - Original) |
|---|---|---|---|---|---|
| 1 | P | 16 | B | 2 | $2 - 16 = -14$ |
| 2 | O | 15 | F | 6 | $6 - 15 = -9$ |
| 3 | L | 12 | L | 12 | $12 - 12 = +0$ |
| 4 | I | 9 | O | 15 | $15 - 9 = +6$ |
| 5 | C | 3 | R | 18 | $18 - 3 = +15$ |
| 6 | Y | 25 | S | 19 | $19 - 25 = -6$ (+20 mod 26) |
The shifts for POLICY are: -14, -9, 0, +6, +15, -6.
Let's find the differences between consecutive shifts:
The sequence of differences is +5, +9, +6, +9, +5. This confirms the symmetric pattern ($d_1=5, d_2=9, d_3=6$).
So, the rule for POLICY is: Start with a shift of -14 for the first letter. For subsequent letters, add the sequence of increments +5, +9, +6, +9, +5 to the previous shift (all calculations are modulo 26, wrapping around the alphabet).
Let's apply the derived rule to POLICY:
Thus, POLICY is coded as BFLORS.
The coding rule involves a position-dependent shift, where the shift for each letter is derived from the shift of the previous letter by adding a sequence of increments that is specific to the word and follows a symmetric pattern. Applying this rule, POLICY is coded as BFLORS.
| Concept | Description | Example |
|---|---|---|
| Coding-Decoding | A process of encrypting words or messages using a specific rule or pattern. | MANAGE to HJDQDP |
| Positional Shift | The amount of shift in alphabetical position depends on the letter's place in the word. | Shift for 1st letter of MANAGE is -5, shift for 2nd letter is +9. |
| Incremental Shift Pattern | The shift amount for a letter is calculated by adding an increment to the shift of the preceding letter. The sequence of increments can follow a pattern. | For POLICY, the shifts are $-14, -9, 0, +6, +15, +20$, where the increments are $+5, +9, +6, +9, +5$. |
| Modulo Arithmetic in Coding | Used to handle wrapping around the alphabet (e.g., A after Z). $X \pmod{26}$. | Y (25) shifted by +20 gives $(25+20)=45$; $45 \pmod{26}=19$, which is S. |
Coding and decoding questions in reasoning tests can involve various types of patterns:
Identifying the correct pattern requires careful analysis of the given examples, looking for consistent rules in letter changes, positions, or sequences.
In a certain language, COMPUTER is coded as OCPMTURE. How is KEYBOARD coded in that code?
‘Wander’ is related to ‘Ramble’ in the same way as ‘Stray’ is related to ‘________’.
(The words must be considered as meaningful English words and must not be related to each other based on the number of letters/number of consonants/vowels in the word.)
In a certain code language, ‘FIGURE’ is coded as ‘VSUGJW’ and ‘COPIED’ is coded as ‘YMLSWX’. What will be the code for BLANKET?
Select the option that is related to the sixth letter-cluster in the same way as the first letter-cluster is related to the second letter-cluster and the third letter-cluster is related to the fourth letter-cluster.
HMD : KOE : : BNQ : EPR :: ? : FLV
Select the option that is related to the fifth letter-cluster in the same way as the second letter-cluster is related to the first letter-cluster and the fourth letter-cluster is related to the third letter-cluster.
WOODLAND : ZIRXOUQX :: PERIODIC : SYUCRXLW :: MAGAZINE : ?
In a certain code language, "PENDANT" is written as "QFOEBOU" and "LAWFUL" is written as "MBXGVM". How will "IMPOSE" be written in that language?
In a certain code language, ‘BEAK’ is coded as ‘4392’ and ‘RAKE’ is coded as ‘9034’. What is the code for ‘B’ in the given code language?
In a certain code language, DOVE' is codded as '1122214' and 'CROW' is coded as '823311'. How will 'MYNA' be coded in that language?
In a certain code language, ‘birds are flying’ is coded as '536', ‘the nest is big’ is coded as '3423' and ‘close the door’ is coded as '534'. How will ‘complete your work’ be coded in that language?
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?