Question:

India is written as 95491, then Japan is written as ________

Show Hint

When a word maps to digits, first try A=1,\dots,Z=26 and compress two-digit values via digit sum; verify on the example before applying to the target word.
Updated On: Aug 19, 2025
  • 11175
  • 11715
  • 11705
  • None of these
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Step 1: Infer the coding rule from INDIA → 95491.
Map each letter to its alphabet position and reduce two-digit positions by taking the digit sum (no repeated reduction needed here):
I = 9, N = 14 → 1 + 4 = 5, D = 4, I = 9, A = 1 → 95491 (matches).

Step 2: Apply to JAPAN.
J = 10 → 1, A = 1, P = 16 → 1 + 6 = 7, A = 1, N = 14 → 5.
Therefore, JAPAN → 11715.

Answer:
11715
Was this answer helpful?
0
0