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?
- A. 7
- B. 4
- C. 5
- D. 6 ✓
Correct answer
D. 6
Explanation
C=3, A=1, B=2, and their sum is 3 + 1 + 2 = 6.
D. 6
C=3, A=1, B=2, and their sum is 3 + 1 + 2 = 6.