In a certain code language, "GRADUATE" is written as "2092623626722", then how will "ARIHANT"be written in that language? |
269181926137 269181926173 269811926137 269181962137 |
269181926137 |
The correct answer is Option (1) → 269181926137 Given: GRADUATE → 2092623626722 Split according to letters: G | R | A | D | U | A | T | E Rule Observed Each letter is replaced by its reverse alphabetical position: $\text{Code} = 26 - (\text{Alphabet position}) + 1$ If the reverse position ends in 0, the 0 is dropped.
This exactly matches GRADUATE → 2092623626722 Now encode ARIHANT
Concatenate the values: $269181926137$ Correct Answer: 269181926137 |