Question: If A = 1, B = 2, C = 3, what is the value of the word \'CAB\'?
Options:
Correct Answer: 7
Solution:
C = 3, A = 1, B = 2. So, CAB = 3 + 1 + 2 = 6.