If the word HEIGHT is coded as 96108921 and LOOSE is coded as 131616206, then…

2023

If the word HEIGHT is coded as 96108921 and LOOSE is coded as 131616206, then the code for MOBILE, in the same language, is

Answer: A. 1416310136ConceptIn this coding pattern, convert each letter to its alphabetical position and then add 1. Preserve the letter order and concatenate the resulting…

  1. A.

    1416310136

  2. B.

    1416411136

  3. C.

    1416312136

  4. D.

    More than one of the above

  5. E.

    None of the above

Attempted by 6 students.

Show answer & explanation

Correct answer: A

Concept

In this coding pattern, convert each letter to its alphabetical position and then add 1.

Preserve the letter order and concatenate the resulting numbers to form the code.

Application

  1. The examples reveal H → 9 and E → 6, which are one more than 8 and 5; L → 13 and O → 16 confirm the same rule.

  2. Apply the rule to MOBILE: M → 14, O → 16, B → 3, I → 10, L → 13, E → 6.

  3. Concatenating in order gives 14 | 16 | 3 | 10 | 13 | 6 = 1416310136.

Cross-check

Applying the rule back to HEIGHT gives 9 | 6 | 10 | 8 | 9 | 21, and applying it to LOOSE gives 13 | 16 | 16 | 20 | 6, exactly matching both supplied codes. Hence the code for MOBILE is 1416310136.

Explore the full course: Iisc Administrative Assistant 2026

Loading lesson…