Question:

In a certain code the word MISTER is coded as SDUTHN and the word ROWING is coded as HOXXNS. Then in the same code, the word FLIGHT is coded as

Show Hint

In letter coding, always check if the word is reversed first before applying shifts.
Updated On: Jul 15, 2026
  • UIDSTG
  • GMDSKT
  • UIHHMG
  • GMHHKT
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Concept: The pattern is based on reversing the word and shifting letters. Rule:
• Reverse the word.
• Shift each letter by \(+1\) or \(-1\) alternately.

Step 1:
Observe MISTER → SDUTHN
Word: \[ MISTER \] Reverse: \[ RETSIM \] Applying shifts: \[ R(+1)=S \] \[ E(-1)=D \] \[ T(+1)=U \] \[ S(+1)=T \] \[ I(-1)=H \] \[ M(+1)=N \] Code: \[ SDUTHN \] Matches.

Step 2:
Apply same to FLIGHT.
Word: \[ FLIGHT \] Reverse: \[ THGILF \] Now apply: \[ T(+1)=U \] \[ H(+1)=I \] \[ G(+1)=H \] \[ I(-1)=H \] \[ L(+1)=M \] \[ F(+1)=G \] Thus: \[ UIHHMG \] Hence, the code for FLIGHT is: \[ \boxed{UIHHMG} \]
Was this answer helpful?
0
0