Difficulty: Easy
Correct Answer: 9
Explanation:
Introduction / Context:
Some verbal coding schemes map words to numbers through simple functions of word length. The examples suggest a pattern: output equals length minus one.
Given Data / Assumptions:
Concept / Approach:
Apply the same function to the new word.
Step-by-Step Solution:
GOVERNMENT length = 10 letters.Code = 10 - 1 = 9.
Verification / Alternative check:
Check the rule on the given words; both align perfectly with length minus one.
Why Other Options Are Wrong:
Common Pitfalls:
Overcomplicating the logic by counting vowels or consonants; the simplest hypothesis that fits all samples is best.
Final Answer:
9
Discussion & Comments