In a code language, if WORLD is written as 72 and WRITE is written as 75, then how will GIRLS be written in the same language?
- A83
- B89
- C65
- D60
Solution & Step-by-step Explanation
Let's calculate the sum of the positional values of the letters in alphabetical order:
For WORLD:
W(23)+O(15)+R(18)+L(12)+D(4)=72
For WRITE:
W(23)+R(18)+I(9)+T(20)+E(5)=75
The code is simply the sum of the positional values of its letters.
Applying this to GIRLS:
G(7)+I(9)+R(18)+L(12)+S(19)=65
Therefore, GIRLS will be written as 65.
For WORLD:
W(23)+O(15)+R(18)+L(12)+D(4)=72
For WRITE:
W(23)+R(18)+I(9)+T(20)+E(5)=75
The code is simply the sum of the positional values of its letters.
Applying this to GIRLS:
G(7)+I(9)+R(18)+L(12)+S(19)=65
Therefore, GIRLS will be written as 65.