The problem uses a coding scheme where words are represented by the sum of the reverse alphabetical positions of their letters. The reverse position is calculated using the formula: Reverse Position = 27 - (Alphabetical Position).
First, let's verify the code for 'ROTARY' which is given as 65.
Sum of reverse positions for 'ROTARY' = $9 + 12 + 7 + 26 + 9 + 2 = 65$. The pattern is confirmed.
Now, we apply the same pattern to the word 'CONSCIENCE'.
Sum of reverse positions for 'CONSCIENCE' = $24 + 12 + 13 + 8 + 24 + 18 + 22 + 13 + 24 + 22 = 180$.
Therefore, 'CONSCIENCE' will be written as 180 in this code language.
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?