In a series where each letter is represented by its position in the alphabet (A=1, B=2, etc.), what is the sum of the positions of the letters C, E, and G?

Answer: B. 15
C=3, E=5, G=7; the sum is 3 + 5 + 7 = 15.