If in a certain code language, 'BASE' is coded as '27', then what is the code of 'COLLECTION' in the same coded language?
108
The question asks us to find the code for the word 'COLLECTION' based on a given code for 'BASE'. We are told that 'BASE' is coded as '27'. We need to figure out the rule or pattern used to convert the letters of 'BASE' into the number '27'.
A common method in such coding problems is to use the alphabetical position of each letter. Let's check the position of each letter in 'BASE' in the English alphabet (A=1, B=2, C=3, and so on).
Let's try summing these positional values:
\( \text{Positional values of BASE} = \text{Position of B} + \text{Position of A} + \text{Position of S} + \text{Position of E} \)
\( = 2 + 1 + 19 + 5 \)
\( = 27 \)
The sum of the alphabetical positions of the letters in 'BASE' is 27, which matches the given code. So, the rule is to sum the alphabetical positions of the letters in the word.
Now, we apply the same rule to find the code for 'COLLECTION'. We will find the alphabetical position of each letter in 'COLLECTION' and sum them up.
| Letter | Alphabetical Position |
|---|---|
| C | 3 |
| O | 15 |
| L | 12 |
| L | 12 |
| E | 5 |
| C | 3 |
| T | 20 |
| I | 9 |
| O | 15 |
| N | 14 |
Now, let's sum these positional values:
\( \text{Code of COLLECTION} = 3 + 15 + 12 + 12 + 5 + 3 + 20 + 9 + 15 + 14 \)
\( = (3 + 15) + (12 + 12) + 5 + 3 + 20 + 9 + 15 + 14 \)
\( = 18 + 24 + 5 + 3 + 20 + 9 + 15 + 14 \)
\( = 42 + 5 + 3 + 20 + 9 + 15 + 14 \)
\( = 47 + 3 + 20 + 9 + 15 + 14 \)
\( = 50 + 20 + 9 + 15 + 14 \)
\( = 70 + 9 + 15 + 14 \)
\( = 79 + 15 + 14 \)
\( = 94 + 14 \)
\( = 108 \)
So, the code for 'COLLECTION' is 108.
Based on the discovered pattern (summing alphabetical positions), the code for 'COLLECTION' is 108.
| Word | Letters & Positions | Calculation | Code |
|---|---|---|---|
| BASE | B(2), A(1), S(19), E(5) | \(2 + 1 + 19 + 5\) | 27 |
| COLLECTION | C(3), O(15), L(12), L(12), E(5), C(3), T(20), I(9), O(15), N(14) | \(3 + 15 + 12 + 12 + 5 + 3 + 20 + 9 + 15 + 14\) | 108 |
Letter coding is a common type of question in logical reasoning where letters are replaced with other letters, numbers, or symbols based on a specific rule or pattern. Understanding different types of patterns can help solve these problems quickly.
Always look for a consistent rule that applies to the given example (like 'BASE' coded as '27') before applying it to the word whose code you need to find ('COLLECTION').
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?