In a certain code language, RINGS is written as IRNSG, and PURSE is written as UPRES. How will STORM be written in that language?
TSOMR
In this type of coding language question, we are given examples of how words are coded. Our task is to understand the rule or pattern used in the coding and apply it to a new word. Let's examine the two examples provided:
Let's look at the positions of the letters in the word RINGS and see how they change in the coded word IRNSG.
| Position | Original Letter (RINGS) | Coded Letter (IRNSG) |
|---|---|---|
| 1st | R | I |
| 2nd | I | R |
| 3rd | N | N |
| 4th | G | S |
| 5th | S | G |
By comparing the original and coded letters based on their positions, we can observe the following pattern:
So, the pattern is: swap 1st and 2nd, keep 3rd, swap 4th and 5th.
Let's check if the same pattern applies to the second example, PURSE coded as UPRES.
| Position | Original Letter (PURSE) | Coded Letter (UPRES) |
|---|---|---|
| 1st | P | U |
| 2nd | U | P |
| 3rd | R | R |
| 4th | S | E |
| 5th | E | S |
Let's apply the pattern:
Combining these, we get U P R E S, which matches the given coded word UPRES. The pattern is confirmed.
Now, we need to apply the same pattern to the word STORM. STORM has 5 letters:
Applying the pattern (swap 1st & 2nd, keep 3rd, swap 4th & 5th):
Putting these together, the coded word for STORM is TSOMR.
Let's compare our result with the given options:
Our coded word TSOMR matches Option 1.
Following the established coding pattern from the examples RINGS → IRNSG and PURSE → UPRES, the word STORM is coded as TSOMR.
| Original Word | Position Mapping | Coded Word | Pattern Rule |
|---|---|---|---|
| RINGS | 1 2 3 4 5 | IRNSG | 2 1 3 5 4 |
| PURSE | 1 2 3 4 5 | UPRES | 2 1 3 5 4 |
| STORM | 1 2 3 4 5 | TSOMR | 2 1 3 5 4 |
Letter coding problems are a key part of logical reasoning sections in many exams. They require you to be observant and identify the transformation rule between the original word and the coded word. The pattern could be based on rearrangement of letters, substitution of letters with others (based on alphabetical position or a given code), or a combination.
Here are some tips for solving letter coding questions:
In a certain code language, 'INERTIA' is written as 'RGVKGBZ'. How will 'FLOWER' be written in that language?
In a certain code language, ‘ADVANCE’ is written as ‘VDAAECN’ and ‘BABYSIT’ is written as ‘BABYTIS’. How will ‘AFFABLE’ be written in that language?
In a certain language, CHHAPAK is coded as DJKEUGR. How will MALANGA be coded in that language?
In a certain code language, ‘DURABLES’ is written as ‘BSVETFMC’. How will ‘FEASIBLE’ be written in that language?
In a certain code language, 'FIXED' is written as 'XIFED' and 'MOUSE' is written as 'USOME'. How will 'GAMBIT' be written in that language?