The problem presents a coding language where letters are replaced by numbers. We need to find the code for the word COLONY based on the given examples: C = 24 and O = 12.
Let's analyze the given codes:
The pattern is the reverse alphabetical position of each letter.
We apply the reverse alphabetical position rule to each letter in COLONY:
Combining the reverse positions for each letter in COLONY gives us the code:
C O L O N Y
24 12 15 12 13 2
Concatenating these numbers results in 24121512132.
In a certain code language, ‘CROW’ is coded as ‘64’ and ‘EAGLE’ is coded as ‘125’. How will ‘PARROT’ be coded in that language?
In a certain code language, ‘AROUND’ is coded as ‘52182412144’ and ‘FIX’ is coded as ‘63624’. How will ‘PLASTIC’ be coded in that language?
If POSTER is coded as 592314 and DARK is coded as 8647, then how will STROKE be coded as?
In a certain code language, ‘POUND’ is coded as ‘106’ and ‘CLEAN’ is coded as ‘41’. How will ‘MAKER’ be coded as in that language?
In a certain code language, 'CURD' is written as '342184' and 'BREAD' is written as '2181024'. How will 'BUTTER' be written in that language?