In a certain code language, ‘ALPINE’ is coded as ‘171’ and ‘SPRING’ is coded as ‘83’. How will ‘CAPITAL’ be coded in that language?
186
The question describes a specific code language where words are converted into numerical codes. We are given two examples: 'ALPINE' is coded as '171' and 'SPRING' is coded as '83'. Our task is to find the code for 'CAPITAL' using the same logic.
Let's analyze how 'ALPINE' and 'SPRING' are coded to find the underlying pattern. A common approach in such coding-decoding problems is to use the alphabetical positions of the letters (A=1, B=2, ..., Z=26).
First, let's find the alphabetical positions of the letters in 'ALPINE':
Now, let's sum these positions:
\( \text{Sum for ALPINE} = 1 + 12 + 16 + 9 + 14 + 5 = 57 \)
The coded value is 171. Notice that \( 171 = 57 \times 3 \). Let's look for a reason for this multiplier, '3'.
Let's count the number of vowels (A, E, I, O, U) in 'ALPINE'. The vowels are A, I, E. There are 3 vowels.
It appears the code for 'ALPINE' might be the sum of the alphabetical positions multiplied by the number of vowels.
\( \text{Code for ALPINE} = (\text{Sum of positions}) \times (\text{Number of vowels}) = 57 \times 3 = 171 \)
This matches the given code for ALPINE.
Let's test this pattern with 'SPRING'. Find the alphabetical positions:
Sum the positions:
\( \text{Sum for SPRING} = 19 + 16 + 18 + 9 + 14 + 7 = 83 \)
The coded value for SPRING is 83. Let's count the number of vowels in 'SPRING'. The only vowel is I. There is 1 vowel.
Using the proposed pattern:
\( \text{Code for SPRING} = (\text{Sum of positions}) \times (\text{Number of vowels}) = 83 \times 1 = 83 \)
This also matches the given code for SPRING.
The pattern is consistent: The code for a word is the sum of the alphabetical positions of its letters multiplied by the number of vowels in the word.
Now, let's apply this pattern to find the code for 'CAPITAL'.
First, find the alphabetical positions of the letters in 'CAPITAL':
Next, calculate the sum of these positions:
\( \text{Sum for CAPITAL} = 3 + 1 + 16 + 9 + 20 + 1 + 12 = 62 \)
Now, count the number of vowels in 'CAPITAL'. The vowels are A, I, A. There are 3 vowels.
Finally, apply the pattern (Sum of positions \(\times\) Number of vowels) to find the code for 'CAPITAL':
\( \text{Code for CAPITAL} = 62 \times 3 \)
\( \text{Code for CAPITAL} = 186 \)
The code for 'CAPITAL' is 186.
Let's compare our calculated code with the given options:
Our calculated code, 186, matches Option 3.
Here's a summary of the steps involved in coding a word in this language:
| Word | Letters with Positions | Sum of Positions | Vowels | Number of Vowels | Code (Sum \(\times\) Vowels) |
|---|---|---|---|---|---|
| ALPINE | A(1), L(12), P(16), I(9), N(14), E(5) | 57 | A, I, E | 3 | \(57 \times 3 = 171\) |
| SPRING | S(19), P(16), R(18), I(9), N(14), G(7) | 83 | I | 1 | \(83 \times 1 = 83\) |
| CAPITAL | C(3), A(1), P(16), I(9), T(20), A(1), L(12) | 62 | A, I, A | 3 | \(62 \times 3 = 186\) |
Coding-decoding questions in competitive exams often use various patterns based on alphabetical positions, letter types (vowels/consonants), or other letter properties. Some common patterns include:
Careful observation and testing different simple patterns using the given examples are key to solving these types of questions.
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, ‘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?
In a certain code language, ‘MOST’ is written as ‘134’ and ‘FUR’ is written as ‘90’. How will ‘SUCCESS’ be written in that language?