The problem involves a simple coding pattern where a word is represented by a number. We need to find the pattern used for 'EDUCATION' and apply it to 'KNOWLEDGE'.
The word 'EDUCATION' is coded as 92.
Let's find the sum of the positional values of the letters in 'EDUCATION':
Sum = $5 + 4 + 21 + 3 + 1 + 20 + 9 + 15 + 14 = 92$.
The coding logic is the sum of the alphabetical positions of the letters in the word.
Now, let's apply the same logic to the word 'KNOWLEDGE':
Sum = $11 + 14 + 15 + 23 + 12 + 5 + 4 + 7 + 5 = 96$.
Therefore, 'KNOWLEDGE' will be written as 96 in that 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?