Multiple choice

All the letters are assigned even numbers starting from A = 2, B = 4 and so on. What is the sum of the values of the letters in the word WORD?

  1. 100

  2. 110

  3. 116

  4. 120

  5. 90

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

A = 2, B = 4 So, the positional values of the letters are getting doubled. In the same way, sum of values of letters in the word WORD = W(23) + O(15) + R(18) + D(4) = 60 * 2 = 120.