In a certain code language, ‘GARDEN’ is written as ‘FYOEGQ’ and ‘GOLDEN’ is written as ‘FMIEGQ’. How will ‘ISLAND’ be written in that language?
HQIBPG
This question involves coding and decoding words based on a specific pattern. We are given two examples of words encoded into other words:
Our task is to find the code for 'ISLAND' using the same pattern.
Let's look at the letter-by-letter transformation and the shift in alphabetical position. We can represent the position of each letter in the English alphabet (A=1, B=2, ..., Z=26).
The pattern for GARDEN seems to be: -1, -2, -3, +1, +2, +3 for the first three and last three letters respectively.
Let's apply the same pattern to GOLDEN and see if we get FMIEGQ.
The pattern is confirmed: the letters are shifted by -1, -2, -3, +1, +2, +3 based on their position in the word (1st to 6th letter).
| Word | Letter | Position | Shift | New Position | Coded Letter |
|---|---|---|---|---|---|
| GARDEN | G | 7 | -1 | 6 | F |
| A | 1 | -2 | 25 | Y | |
| R | 18 | -3 | 15 | O | |
| D | 4 | +1 | 5 | E | |
| E | 5 | +2 | 7 | G | |
| N | 14 | +3 | 17 | Q | |
| GOLDEN | G | 7 | -1 | 6 | F |
| O | 15 | -2 | 13 | M | |
| L | 12 | -3 | 9 | I | |
| D | 4 | +1 | 5 | E | |
| E | 5 | +2 | 7 | G | |
| N | 14 | +3 | 17 | Q |
Now let's apply the confirmed pattern (-1, -2, -3, +1, +2, +3) to the letters of ISLAND:
Putting the resulting letters together, we get HQIBPG.
| Word | Letter | Position | Shift | New Position | Coded Letter |
|---|---|---|---|---|---|
| ISLAND | I | 9 | -1 | 8 | H |
| S | 19 | -2 | 17 | Q | |
| L | 12 | -3 | 9 | I | |
| A | 1 | +1 | 2 | B | |
| N | 14 | +2 | 16 | P | |
| D | 4 | +3 | 7 | G |
Based on the pattern derived from GARDEN and GOLDEN, the word ISLAND is coded as HQIBPG.
| Concept | Description | Example Type |
|---|---|---|
| Letter Coding | Letters are substituted with other letters based on a specific rule (shift, reverse order, etc.). | GARDEN → FYOEGQ (Shift-based) |
| Number Coding | Words are coded using numbers (position value, sum of values, etc.). | A=1, B=2 → CAB = 312 |
| Symbol Coding | Words are coded using symbols. | GO = $%, HOME = #*!& → SOME = $%!& |
| Mixed Coding | A mix of words, numbers, and symbols is used in codes, often identified by common elements. | 'red is good' is coded as '1 2 3', 'flower is red' as '4 2 1' |
To effectively solve coding-decoding questions in competitive exams, consider these points:
Practicing different types of coding-decoding puzzles helps in quickly identifying the underlying pattern.
In a certain code language, 'MODERATE’ is written as 'FVDVJJVU' and 'NINETEEN' is written as 'OGHXJTPV'. How will 'OCCASION' be written in that language?
In a certain language, if “SYSTEM” is written as “SYSMET” and “NEARER” is written as “AENRER”. How will “FRACTION” be written in the same code?
In a code language, DOUBT is written as CPTCS, and OTHER is written as NUGFQ. How will SHOUT be written in that code language?
In a coding language, if THANKS is written as 7192613168, then how POETRY is written in that code language?
In a code language. OSTER is written as PTTDQ, and TORSE is written as UPRRD. How will STORE be written in that code language?
In a certain code language, 'SOBER' is written as 'THFTY'. How will 'FIRST' be written in that code language?
Select the letter cluster that will replace the question mark (?) in the following series.
GH, JI, NJ, SK, YL, ?
In a certain code language, 'GATHER' is written as 'DDQKBU'. How will 'SLIDE' be written in that code language?
In a certain code language, ZIGSAW is written as BOHTEX and BLUFF is written as CMAGG. How will MOVEMENT be written in that language?
In a certain code, GARNISH is written as RGAINHS. How will GENIOUS be written in that code?
In a certain code language 'MATHEMATICS' is written as 'LBSIDNZUHDR'. How is 'CHEMISTRY' written in that code language?