All Exams Test series for 1 year @ ₹349 only
Question

In a certain code language, 'MANAGE' is written as 'HJDQDP' and 'LITTLE' is written as 'HOWWLO'. How will 'POLICY' be written in that language?

This question was previously asked in
SSC CGL 2023 (Tier-II) Paper 1 Previous Year Paper (26-Oct-2023) (Shift-1)
The correct answer is

BFLORS

Coding Decoding Logic Explained

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:

  • MANAGE is coded as HJDQDP
  • LITTLE is coded as HOWWLO

We need to find how 'POLICY' is coded.

Analyzing the Coding Pattern

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:

  • MANAGE: +14, +7, +0, +7, +14
  • LITTLE: +10, -3, +0, -3, +10

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.

Applying the Rule to POLICY

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:

  • $S_2 - S_1 = -9 - (-14) = +5$
  • $S_3 - S_2 = 0 - (-9) = +9$
  • $S_4 - S_3 = +6 - 0 = +6$
  • $S_5 - S_4 = +15 - (+6) = +9$
  • $S_6 - S_5 = -6 - (+15) = -21$ (+5 mod 26)

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).

Step-by-Step Coding of POLICY

Let's apply the derived rule to POLICY:

  1. P (16) at Position 1: Starting shift is -14. Coded letter value = $(16 - 14) \pmod{26} = 2$. The letter with value 2 is B.
  2. O (15) at Position 2: Shift = Previous shift + first difference = $-14 + 5 = -9$. Coded letter value = $(15 - 9) \pmod{26} = 6$. The letter with value 6 is F.
  3. L (12) at Position 3: Shift = Previous shift + second difference = $-9 + 9 = 0$. Coded letter value = $(12 + 0) \pmod{26} = 12$. The letter with value 12 is L.
  4. I (9) at Position 4: Shift = Previous shift + third difference = $0 + 6 = +6$. Coded letter value = $(9 + 6) \pmod{26} = 15$. The letter with value 15 is O.
  5. C (3) at Position 5: Shift = Previous shift + fourth difference = $+6 + 9 = +15$. Coded letter value = $(3 + 15) \pmod{26} = 18$. The letter with value 18 is R.
  6. Y (25) at Position 6: Shift = Previous shift + fifth difference = $+15 + 5 = +20$. Coded letter value = $(25 + 20) \pmod{26} = 45 \pmod{26} = 19$. The letter with value 19 is S.

Thus, POLICY is coded as BFLORS.

Conclusion

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.

Revision Table: Coding Decoding

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.

Additional Information: Types of Coding Patterns

Coding and decoding questions in reasoning tests can involve various types of patterns:

  • Letter Shifting: Each letter is shifted by a fixed number of positions (e.g., Caesar cipher).
  • Position-based Shifting: The shift amount varies depending on the letter's position in the word (as seen in this problem).
  • Letter Substitution: Each letter is replaced by another specific letter or symbol. This mapping might be fixed or based on a rule.
  • Reversal: The order of letters or parts of the word is reversed.
  • Mixed Patterns: Combinations of shifting, substitution, reversal, often involving vowels/consonants, letter values, or specific sequences.
  • Word-based Coding: The code for a word might depend on properties of the whole word (like length, sum of values, etc.).

Identifying the correct pattern requires careful analysis of the given examples, looking for consistent rules in letter changes, positions, or sequences.

Was this answer helpful?

Similar Questions

  1. If in a certain code, 'NORTH' is written as 'HTRON', how will 'ORTHN' be written?
  2. In a certain language, COMPUTER is coded as OCPMTURE. How is KEYBOARD coded in that code?

  3. ‘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.)

  4. In a certain code language, ‘FIGURE’ is coded as ‘VSUGJW’ and ‘COPIED’ is coded as ‘YMLSWX’. What will be the code for BLANKET?

  5. 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

  6. 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 : ?

  7. In a certain code language, "PENDANT" is written as "QFOEBOU" and "LAWFUL" is written as "MBXGVM". How will "IMPOSE" be written in that language?

  8. 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?

  9. In a certain code language, DOVE' is codded as '1122214' and 'CROW' is coded as '823311'. How will 'MYNA' be coded in that language?

  10. 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?


Important Questions from Coding Letters of a Word

  1. In a certain code language, ‘DESK’ is coded as ‘@#+%’ and ‘RAIN’ is coded as ‘$-×*’. How will ‘RISK’ be coded in that language?

  2. In a certain code, FORMAT is coded as CLOJXQ, then how is FONT coded in the same way ?

  3. If RAYMOND is written as 2795431 and OLD as 461, how will DALMO be written ?

  4. In a certain code language, 'TWO' is coded as '3' and 'FIVE' is coded as '4'. How will 'EIGHT' be coded in that language ?

  5. In a certain code language, 'DICTIONARY' is coded as '20' and 'MOBILITY' is coded as '16'. How will 'TERMINATION' be coded in that language?

Need Expert Advice?
Upcoming Exams
SSC JHT
September 08, 2026
SSC Stenographer
September 09, 2026
SSC Selection Post
September 16, 2026
Test Series
SSC CGL img
SSC
SSC CGL (Tier I + Tier II) 2026 Mock Test Series - Latest Pattern
2500 Tests 6 Tests Free
3990 Attempts
4.2(838)
English, Hindi

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App