Question:medium

If in a certain language, ARGENTINA is coded as CTIGPVKPC, how is GERMANY coded in that language?

Show Hint

In coding questions, first test a uniform shift (like +1, +2) before trying complex patterns.
Updated On: Mar 23, 2026
  • IGTOCPA
  • IHTOCPA
  • IGTNCPA
  • IGTOBPA
Show Solution

The Correct Option is A

Solution and Explanation

To solve this problem, we need to understand the pattern used to encode the word "ARGENTINA" into "CTIGPVKPC". Each letter in "ARGENTINA" is shifted a certain number of positions forward in the alphabet to achieve the corresponding letter in "CTIGPVKPC". Let’s break down this process step by step. 

  1. Write down the letters of "ARGENTINA" and "CTIGPVKPC" to compare them directly:
Original LetterARGENTINA
Coded LetterCTIGPVKPC
  1. Identify the pattern by comparing the positions of these letters in the alphabet:
Original LetterARGENTINA
Alphabet Position1187514209141
Coded LetterCTIGPVKPC
Alphabet Position32097162211163
  1. Calculate the shift for each letter:
    • A (1) to C (3): Shift of +2
    • R (18) to T (20): Shift of +2
    • G (7) to I (9): Shift of +2
    • E (5) to G (7): Shift of +2
    • N (14) to P (16): Shift of +2
    • T (20) to V (22): Shift of +2
    • I (9) to K (11): Shift of +2
    • N (14) to P (16): Shift of +2
    • A (1) to C (3): Shift of +2
  2. We observe that each letter in "ARGENTINA" is shifted by +2 in the alphabet to obtain the coded letter.
  3. Apply the same shift of +2 to each letter in "GERMANY":
    • G (7) to I (9)
    • E (5) to G (7)
    • R (18) to T (20)
    • M (13) to O (15)
    • A (1) to C (3)
    • N (14) to P (16)
    • Y (25) to A (27 or 1, since alphabet wraps around)
  4. Thus, "GERMANY" is coded as "IGTOCPA".

Therefore, the correct answer is IGTOCPA.

Was this answer helpful?
0