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

In a certain code language, ‘DESIGN’ is coded as 8-10-38-18-14-28 and ‘FOREST’ is coded as 12-30-36-10-38-40. How will ‘PLAYER’ be coded in the same 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

32-24-2-50-10-36  

Understanding Coding Language Patterns

This question asks us to decipher a specific coding pattern used to convert words into numerical sequences. We are given two examples: 'DESIGN' is coded as 8-10-38-18-14-28, and 'FOREST' is coded as 12-30-36-10-38-40. Our task is to apply the same pattern to find the code for the word 'PLAYER'.

Analyzing the First Example: DESIGN

Let's look at the word 'DESIGN' and its corresponding code 8-10-38-18-14-28. We can compare the letters in the word with the numbers in the code. A common approach in such problems is to consider the alphabetical position of each letter.

The alphabetical positions are:

  • D is the 4th letter
  • E is the 5th letter
  • S is the 19th letter
  • I is the 9th letter
  • G is the 7th letter
  • N is the 14th letter

Let's see if there's a relationship between the letter positions and the coded numbers:

  • D (4) maps to 8. Here, $4 \times 2 = 8$.
  • E (5) maps to 10. Here, $5 \times 2 = 10$.
  • S (19) maps to 38. Here, $19 \times 2 = 38$.
  • I (9) maps to 18. Here, $9 \times 2 = 18$.
  • G (7) maps to 14. Here, $7 \times 2 = 14$.
  • N (14) maps to 28. Here, $14 \times 2 = 28$.

It appears that the pattern is to multiply the alphabetical position of each letter by 2.

Verifying the Pattern with the Second Example: FOREST

Let's check if this pattern holds true for the word 'FOREST' coded as 12-30-36-10-38-40.

The alphabetical positions are:

  • F is the 6th letter
  • O is the 15th letter
  • R is the 18th letter
  • E is the 5th letter
  • S is the 19th letter
  • T is the 20th letter

Applying the suspected pattern (alphabetical position $\times 2$):

  • F (6): $6 \times 2 = 12$ (Matches the code)
  • O (15): $15 \times 2 = 30$ (Matches the code)
  • R (18): $18 \times 2 = 36$ (Matches the code)
  • E (5): $5 \times 2 = 10$ (Matches the code)
  • S (19): $19 \times 2 = 38$ (Matches the code)
  • T (20): $20 \times 2 = 40$ (Matches the code)

The pattern (alphabetical position $\times 2$) is consistent for both 'DESIGN' and 'FOREST'.

Applying the Pattern to PLAYER

Now we will apply the established pattern to the word 'PLAYER' to find its code.

First, identify the alphabetical position of each letter in 'PLAYER':

  • P is the 16th letter
  • L is the 12th letter
  • A is the 1st letter
  • Y is the 25th letter
  • E is the 5th letter
  • R is the 18th letter

Next, apply the rule: multiply each letter's alphabetical position by 2.

  • P (16): $16 \times 2 = 32$
  • L (12): $12 \times 2 = 24$
  • A (1): $1 \times 2 = 2$
  • Y (25): $25 \times 2 = 50$
  • E (5): $5 \times 2 = 10$
  • R (18): $18 \times 2 = 36$

The coded sequence for 'PLAYER' is 32-24-2-50-10-36.

Comparing with Options

Let's compare our calculated code with the given options:

  • Option 1: 32-24-2-50-10-36
  • Option 2: 32-26-2-50-12-38
  • Option 3: 36-24-2-50-10-34
  • Option 4: 32-22-2-50-12-36

Our calculated code 32-24-2-50-10-36 exactly matches Option 1.

Letter Alphabetical Position Coding Rule (Position $\times$ 2) Coded Value
P 16 $16 \times 2$ 32
L 12 $12 \times 2$ 24
A 1 $1 \times 2$ 2
Y 25 $25 \times 2$ 50
E 5 $5 \times 2$ 10
R 18 $18 \times 2$ 36

Therefore, the correct code for 'PLAYER' is 32-24-2-50-10-36.

Revision Table: Coding Language Summary

Word Letters Alphabetical Positions Coding Rule Applied Coded Sequence
DESIGN D, E, S, I, G, N 4, 5, 19, 9, 7, 14 Position $\times$ 2 $4 \times 2=8$, $5 \times 2=10$, $19 \times 2=38$, $9 \times 2=18$, $7 \times 2=14$, $14 \times 2=28$ → 8-10-38-18-14-28
FOREST F, O, R, E, S, T 6, 15, 18, 5, 19, 20 Position $\times$ 2 $6 \times 2=12$, $15 \times 2=30$, $18 \times 2=36$, $5 \times 2=10$, $19 \times 2=38$, $20 \times 2=40$ → 12-30-36-10-38-40
PLAYER P, L, A, Y, E, R 16, 12, 1, 25, 5, 18 Position $\times$ 2 $16 \times 2=32$, $12 \times 2=24$, $1 \times 2=2$, $25 \times 2=50$, $5 \times 2=10$, $18 \times 2=36$ → 32-24-2-50-10-36

Additional Information: Coding and Decoding Logic

Coding and decoding questions are common in reasoning tests. They involve finding a hidden rule or pattern that transforms one set of characters (like words) into another set (like numbers or other words). Here are some common types of patterns:

  • Alphabetical Position: Using the 1-26 position of letters (A=1, B=2, ... Z=26).
  • Reverse Alphabetical Position: Using positions from the end (Z=1, Y=2, ... A=26).
  • Adding/Subtracting Constants: Adding or subtracting a fixed number to the alphabetical position.
  • Multiplication/Division: Multiplying or dividing the position by a constant, as seen in this problem (Position $\times$ 2).
  • Vowel/Consonant Rules: Different rules for vowels and consonants.
  • Interchanging Letters: Swapping adjacent letters or letters at specific positions.
  • Combination of Rules: A mix of two or more simple rules.

To solve these questions, carefully observe the given examples, try to find a logical connection, and test your hypothesis with all provided examples before applying it to the word you need to code or decode. Looking at letter positions and common mathematical operations is often the first step.

Was this answer helpful?

Similar Questions

  1. In a certain code language, ‘RAJ’ is coded as ‘87’ and ‘GITA’ is coded as ‘148’. How will ‘VARUN’ be coded in that language?

  2. In a certain code language, ‘FARM’ is coded as HDTP and ‘EGGS’ is coded as GJIV. How will ‘FOOD’ be coded in the same language?

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

    HEROES : LBVLBW :: INVEST : FRZBWX :: KIDNAP : ?

  4. In a certain code language, 'QUANTITY' is written as 'TPMZHSXS', 'RELIABLE' is written as 'DQHKAZDK'. How will 'SAMPLING' be written in that language?

  5. In a certain code language, 'BACKED' is coded as 'GHNFDE' and 'CLOSER' is coded as 'UHVROF'. How will 'JUNIOR' be coded in the same language?

  6. In a certain code language, if 'DGOUT' is written as '25131918' and 'RCQFM' is written as '16115411', how will 'OVHPI' be written in the same code language?

  7. In a certain code language, if 'DXF' is written as '102 and 'URO' is written as '162', how will 'LNZ' be written in the same code language?

  8. In a certain code language, 'AROUND' is coded as 'CVUCXP' and 'ONLINE' is coded as 'QRRQXQ'. How will 'RUSTIC' be coded in the same language?

  9. In a certain code language, 'UPSIDE' is coded as 'NJNEAC' and 'GINGER' is coded as 'ZCICBP'. How will 'BRUNCH' be coded in the same language?

  10. In a certain code language, 'CHORUS' is coded as UVTPJD and "ANTHEM' is coded as OFJUPB. How will 'VOLUME’ be coded in the same language?  


Important Questions from Operations on Place Value

  1. In a certain code language, TOGETHER is coded as 119 and MASTER is coded as 87. How will REVERSE be coded in that language?

  2. In a code language, SOUGHT is written as VRXDEQ. How will ENSURE be written in that language?

  3. In a certain code, if BRDKE is written as AQCJD, then SLEEP will be written in that code as:

  4. In a certain code language, ‘BULB’ is written as ‘190’, ‘CALM’ is written as ‘150’. What is the code for ‘DOES’ in that code language

  5. In a certain code language, 'RACER' is coded as '46', 'USAGE' is coded as '54'. What is the code for 'ESSAY' in this code 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
2501 Tests 6 Tests Free
4257 Attempts
4.2(843)
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