Question:

If ‘TIGER' is coded as ‘JUISF', how is ‘EQUAL' coded?

Show Hint

In coding questions, first check for simple patterns such as alphabet shifts, reverse order, or position-based changes.
Updated On: Apr 30, 2026
  • \(PFXMB\)
  • \(QGYNC\)
  • \(OEWLA\)
  • \(PGXMB\)
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation


Concept: In coding–decoding problems, letters are often shifted forward or backward in the alphabet. Each letter is replaced according to a specific pattern.

Step 1:
Observe the pattern in the given coding. \[ T \rightarrow U \] \[ I \rightarrow J \] \[ G \rightarrow I \] \[ E \rightarrow S \] \[ R \rightarrow F \] Each letter in TIGER is shifted forward by one position in the alphabet.

Step 2:
Apply the same pattern to ‘EQUAL'. \[ E \rightarrow P \] \[ Q \rightarrow F \] \[ U \rightarrow X \] \[ A \rightarrow M \] \[ L \rightarrow B \]

Step 3:
Write the coded word. \[ EQUAL \rightarrow PFXMB \] Thus, the coded form of the word is: \[ \boxed{PFXMB} \]
Was this answer helpful?
0
20