Question:medium

In a certain code, the value of a word is the sum of the alphabet positions of its letters (A=1, B=2, ..., Z=26). If 'CAT' = 24 and 'DOG' = 26, then what is the value of 'RAT'?

Show Hint

Add the alphabet positions R=18, A=1, T=20.
Updated On: Jul 8, 2026
  • 37
  • 44
  • 41
  • 39
Show Solution

The Correct Option is D

Solution and Explanation

RAT shares 'AT' with CAT. CAT = 24 with C = 3, so 'AT' = 21. Replace C(3) with R(18): 21 + 18 = 39.
Was this answer helpful?
0


Questions Asked in NMAT exam