Question: In a certain code language, \'DOG\' is written as \'5\', \'CAT\' is written as \'6\'. How is \'MOUSE\' written?
Options:
Correct Answer: 9
Solution:
The code is the number of letters in the word plus 2. \'MOUSE\' has 5 letters, so 5 + 2 = 7.