Question: In a certain code, if \'CAT\' is coded as \'3120\', how is \'DOG\' coded?
Options:
Correct Answer: 4157
Solution:
C=3, A=1, T=20. D=4, O=15, G=7. So, DOG = 4 + 15 + 7 = 26, coded as 4157.