In a certain code language, ‘MOST’ is written as ‘134’ and ‘FUR’ is written as ‘90’. How will ‘SUCCESS’ be written in that language?
178
This question involves understanding a coding language where words are represented by numbers. We are given two examples: 'MOST' is coded as '134', and 'FUR' is coded as '90'. We need to find the code for 'SUCCESS' based on the same pattern.
Let's look at the letters in the given words and their corresponding numerical positions in the English alphabet (A=1, B=2, ..., Z=26).
The letters in 'MOST' are M, O, S, T.
Let's try summing these positional values:
\( \text{Sum} = 13 + 15 + 19 + 20 \)
\( \text{Sum} = 67 \)
The code given for 'MOST' is 134. We observe that \( 67 \times 2 = 134 \). This suggests the pattern might involve summing the positional values and then multiplying the sum by 2.
Let's test this potential pattern with 'FUR'. The letters are F, U, R.
Summing their positional values:
\( \text{Sum} = 6 + 21 + 18 \)
\( \text{Sum} = 45 \)
The code given for 'FUR' is 90. Applying the multiplication by 2 rule: \( 45 \times 2 = 90 \). This matches the given code for 'FUR'.
Based on the analysis of 'MOST' and 'FUR', the coding rule appears to be:
Code = (Sum of the positional values of the letters in the word) \(\times\) 2
Now, let's apply this rule to the word 'SUCCESS'. The letters are S, U, C, C, E, S, S.
Summing the positional values of all the letters in 'SUCCESS':
\( \text{Sum} = 19 + 21 + 3 + 3 + 5 + 19 + 19 \)
\( \text{Sum} = 40 + 3 + 3 + 5 + 19 + 19 \)
\( \text{Sum} = 43 + 3 + 5 + 19 + 19 \)
\( \text{Sum} = 46 + 5 + 19 + 19 \)
\( \text{Sum} = 51 + 19 + 19 \)
\( \text{Sum} = 70 + 19 \)
\( \text{Sum} = 89 \)
Now, applying the multiplication by 2 rule:
\( \text{Code for SUCCESS} = 89 \times 2 \)
\( \text{Code for SUCCESS} = 178 \)
Following the identified pattern, the word 'SUCCESS' is coded as 178.
| Letter | Position |
|---|---|
| A | 1 |
| B | 2 |
| C | 3 |
| D | 4 |
| E | 5 |
| F | 6 |
| ... | ... |
| M | 13 |
| ... | ... |
| O | 15 |
| ... | ... |
| R | 18 |
| S | 19 |
| T | 20 |
| U | 21 |
| ... | ... |
| Z | 26 |
Coding-decoding questions test your ability to identify patterns in how words, letters, or numbers are coded. Common patterns include:
Solving these questions requires careful observation, pattern identification, and applying the derived rule consistently.
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?