The task is to determine which group of letters has a sum of alphabetical positions equal to 29. We use the standard numbering where A=1, B=2, ..., Z=26.
We calculate the sum for each option:
| Group | Letters | Positions | Sum |
| 1 | P, Q, R | 16, 17, 18 | $16 + 17 + 18 = 51$ |
| 2 | C, D, Y | 3, 4, 25 | $3 + 4 + 25 = 32$ |
| 3 | A, B, Z | 1, 2, 26 | $1 + 2 + 26 = 29$ |
| 4 | M, N, O | 13, 14, 15 | $13 + 14 + 15 = 42$ |
The group A, B, Z yields a sum of 29.
In a certain code language, ‘RAJ’ is coded as ‘87’ and ‘GITA’ is coded as ‘148’. How will ‘VARUN’ be coded in that language?
In a certain code language, ‘ALPINE’ is coded as ‘171’ and ‘SPRING’ is coded as ‘83’. How will ‘CAPITAL’ be coded in that language?
In a certain code language, ‘SERVANT’ is coded as ‘192182211420’. How will ‘MAGNIFY’ be coded as in that language?
If CAB is coded as 6 and BED is coded as 40, then how will HAD be coded as?
In a certain code language, 'FUEL’ is coded as '50' and 'JEER' is coded as '44'. How will 'FARE' be coded in that language?