In a certain code language, ‘CITY’ is written as ‘241872’, and ‘DRUG’ is written as ‘239620’. How will ‘GOLF’ be written in that language?
- A18151215
- B20121521
- C7151212
- D7121521
Solution & Step-by-step Explanation
The logic of the code relies on the positional values of the opposite pairs of letters in the English alphabet (where , , etc., or ).
* For 'CITY':
*
*
*
*
* Combining these numbers gives: 241872
* For 'DRUG':
*
*
*
*
* Combining these numbers gives: 239620
Applying the same logic for 'GOLF':
*
*
*
*
* Combining these numbers gives: 20121521
* For 'CITY':
*
*
*
*
* Combining these numbers gives: 241872
* For 'DRUG':
*
*
*
*
* Combining these numbers gives: 239620
Applying the same logic for 'GOLF':
*
*
*
*
* Combining these numbers gives: 20121521