The alphabets from A to J are numbered from 0 to 9 respectively. Which

The alphabets from A to J are numbered from 0 to 9 respectively. Which one of the following is the value of AGJ โ€“ CEG + EDB ?

CFE
DGF
GFD
FCE
This question was previously asked in
UPSC CAPF – 2020
CFE
Interpret the three-letter codes as numerical values in base 10 based on the provided alphabet-to-number mapping (A=0, B=1, …, J=9), perform the arithmetic operation, and then convert the result back to the letter code.
The mapping is A=0, B=1, C=2, D=3, E=4, F=5, G=6, H=7, I=8, J=9.
AGJ corresponds to the digits 0, 6, 9. As a number, this is 069 = 69.
CEG corresponds to the digits 2, 4, 6. As a number, this is 246.
EDB corresponds to the digits 4, 3, 1. As a number, this is 431.
The expression is AGJ โ€“ CEG + EDB, which translates to the arithmetic operation:
$69 – 246 + 431$
$69 – 246 = -177$
$-177 + 431 = 254$
Now, convert the result 254 back into a three-letter code using the mapping:
The digit 2 corresponds to C.
The digit 5 corresponds to F.
The digit 4 corresponds to E.
The resulting code is CFE.