Question: If in a certain code, \'CAT\' is written as \'3120\', how is \'DOG\' written in that code?
Options:
Correct Answer: 4150
Solution:
In the code, each letter corresponds to its position in the alphabet: C=3, A=1, T=20. Therefore, D=4, O=15, G=7, so DOG is 4157.