This question asks us to decode a word based on a specific coding language. We are given two examples of words and their corresponding numerical codes. Our task is to figure out the rule or pattern used for this coding and then apply it to a new word to find its code.
Let's look at the information provided:
We need to find the code for 'NIKE'.
We can see that the codes are numerical strings of the same length as the words (4 letters, 4 digits). This suggests that each letter in the word corresponds to a specific digit in the code. Let's try to map each letter to its digit based on the given examples.
We notice that the letter 'I' appears in both 'FILE' and 'SINK'. In 'FILE', 'I' is the second letter and its code is the second digit, 3. In 'SINK', 'I' is the second letter and its code is the second digit, 3. This consistency confirms that the mapping is likely a simple one-to-one correspondence for each letter appearing in the examples.
Based on the examples, we have the following confirmed mappings for the letters involved:
| Letter | Digit Code |
|---|---|
| F | 8 |
| I | 3 |
| L | 5 |
| E | 7 |
| S | 9 |
| N | 6 |
| K | 4 |
Now we can use the identified mappings to code the word 'NIKE'. We just need to take each letter in 'NIKE' and replace it with its corresponding digit code from the table.
Putting these digits together in the order they appear in 'NIKE', we get the code: 6347.
Following the pattern established in the code language, the word 'NIKE' is coded as 6347.
Reviewing the steps for decoding:
| Step | Action | Result/Observation |
|---|---|---|
| 1 | Examine given word-code pairs. | 'FILE' $\rightarrow$ 8357, 'SINK' $\rightarrow$ 9364 |
| 2 | Infer letter-to-digit mappings. | F=8, I=3, L=5, E=7; S=9, I=3, N=6, K=4 |
| 3 | Check for consistency (e.g., 'I'). | 'I' maps to 3 in both cases. Mapping is consistent. |
| 4 | Apply mappings to the target word ('NIKE'). | N=6, I=3, K=4, E=7 |
| 5 | Assemble the code. | 6347 |
Coding-decoding questions in reasoning often involve different patterns. While this question used direct letter-to-digit substitution, other types can include:
Practicing different types helps in quickly identifying the pattern in any coding language problem.
In a certain code language, 'RAKHI' is coded as 36 - 2 - 22 - 16 - 18 and 'SHALU' is coded as 38 - 16 - 2 - 24 - 42. How will 'MANJU' be coded in that language?
In a code language, if PEN is written as 17717, then how will CAP be written in the same language?
In a certain code language, 'GANGA' is coded as 21-3-42-21-3 and 'KOSHI' is coded as 33-45-57-24-27. How will 'GOMTI' be coded in that language?
In a certain code language, 'LOAD' is coded as '27241613' and 'CLEAN' is coded as '2725231614'. How will 'STRIKE' be coded in that language?
In a certain code language, ‘PARK’ is coded as ‘3749’, and ‘RACE’ is coded as ‘4762’.How will ‘CARE’ be coded in that language?