Which of the following is the code of MAN in a coding scheme in which BAG is coded as 10?
Explanation
The correct option is (d) 28.
Logic and Pattern Detection
In this problem, the letters are assigned numerical values matching their standard positions in the alphabetical order (where A=1,B=2,C=3,…,Z=26). The pattern is evaluated by finding the sum of the positional values of all letters in the word.
Let us test this pattern with the word BAG:
Position of B=2
Position of A=1
Position of G=7
Now, add these values together:
Sum=2+1+7=10
This perfectly matches the given code of 10 for BAG.
Finding the Code for MAN
Using the exact same logic, let's look up the standard positional values for the letters in the word MAN:
Position of M=13
Position of A=1
Position of N=14
Now, add these individual letter values together:
Code for MAN=13+1+14
Code for MAN=28
Conclusion
The numerical code for MAN under this scheme is 28, which corresponds to option (d).