Question: If in a certain code language, \'CAT\' is coded as \'3120\', \'DOG\' is coded as \'4157\', what is the code for \'FISH\'?
Options:
Correct Answer: 6148
Solution:
C=3, A=1, T=20; D=4, O=15, G=7. Following the same pattern, F=6, I=9, S=19, H=8. Thus, FISH = 6148.