Analytical Reasoning

If the code for a word is the sum of the alphabet positions of its letters (A=1, B=2, up to Z=26), what is the code for CAB?

Correct answer

D. 6

Explanation

C=3, A=1, B=2, and their sum is 3 + 1 + 2 = 6.