Restart
5 of 10
If CAT = 24, DOG = 26
-
39
-
42
-
36
-
41
That's Correct!
It's Wrong!
The value for each word is derived by summing the alphabetical positions of its letters (A=1, B=2, ..., Z=26).
CAT: C=3, A=1, T=20 → 3+1+20 = 24
DOG: D=4, O=15, G=7 → 4+15+7 = 26
Applying the same logic to COW:
C=3, O=15, W=23 → 3+15+23 = 41
Therefore, COW = 41.