In a certain code language, 'FLOWER' is coded as '85', 'STARS' is coded as '82' and 'MOON' is coded as '61'. How will 'PACK' be coded in that language?
35
This type of problem involves identifying a pattern or rule used to convert a word into a numerical code. We are given three examples: 'FLOWER' is coded as '85', 'STARS' as '82', and 'MOON' as '61'. We need to figure out this rule and apply it to the word 'PACK'.
Let's examine the relationship between the words and their codes. A common approach is to use the alphabetical position of each letter (A=1, B=2, ..., Z=26).
Sum of alphabetical positions: $6 + 12 + 15 + 23 + 5 + 18 = 79$.
The code is 85. The difference between the code and the sum of positions is $85 - 79 = 6$. The word 'FLOWER' has 6 letters.
This suggests a potential logic: Sum of alphabetical positions + Number of letters.
Sum of alphabetical positions: $19 + 20 + 1 + 18 + 19 = 77$.
The code is 82. The difference between the code and the sum of positions is $82 - 77 = 5$. The word 'STARS' has 5 letters.
This matches the potential logic: $77 + 5 = 82$.
Sum of alphabetical positions: $13 + 15 + 15 + 14 = 57$.
The code is 61. The difference between the code and the sum of positions is $61 - 57 = 4$. The word 'MOON' has 4 letters.
This also matches the potential logic: $57 + 4 = 61$.
The established logic is indeed: Code = (Sum of alphabetical positions of letters) + (Number of letters in the word).
Now, let's apply this logic to the word 'PACK'.
Sum of alphabetical positions for PACK: $16 + 1 + 3 + 11 = 31$.
Number of letters in PACK is 4.
Applying the logic:
Code for PACK = Sum of positions + Number of letters
Code for PACK = $31 + 4 = 35$.
Therefore, 'PACK' will be coded as '35'.
Let's summarize the pattern found:
| Word | Alphabetical Positions | Sum of Positions | Number of Letters | Code | Logic Check (Sum + Letters) |
|---|---|---|---|---|---|
| FLOWER | 6, 12, 15, 23, 5, 18 | 79 | 6 | 85 | 79 + 6 = 85 (Matches) |
| STARS | 19, 20, 1, 18, 19 | 77 | 5 | 82 | 77 + 5 = 82 (Matches) |
| MOON | 13, 15, 15, 14 | 57 | 4 | 61 | 57 + 4 = 61 (Matches) |
| PACK | 16, 1, 3, 11 | 31 | 4 | ? | 31 + 4 = 35 |
Word coding problems in reasoning tests can use various methods. Some common techniques include:
Solving these problems requires careful observation and testing different possible rules based on the given examples.
In a certain code language, ‘RAJ’ is coded as ‘87’ and ‘GITA’ is coded as ‘148’. How will ‘VARUN’ be coded in that language?
In a certain code language, ‘ALPINE’ is coded as ‘171’ and ‘SPRING’ is coded as ‘83’. How will ‘CAPITAL’ be coded in that language?
In a certain code language, ‘SERVANT’ is coded as ‘192182211420’. How will ‘MAGNIFY’ be coded as in that language?
If CAB is coded as 6 and BED is coded as 40, then how will HAD be coded as?
In a certain code language, 'FUEL’ is coded as '50' and 'JEER' is coded as '44'. How will 'FARE' be coded in that language?