Question

Difficulty: EasyCoding and Decoding

Match each word transformation in List-I with its correct letter-shifting rule in List-II.

  • PEN → QFOForward shift of +1 position per letter
  • PEN → RGPForward shift of +2 positions per letter
  • PEN → SHQForward shift of +3 positions per letter
  • PEN → TIRForward shift of +4 positions per letter

Answer

PEN → QFO matches +1 shift; PEN → RGP matches +2 shift; PEN → SHQ matches +3 shift; PEN → TIR matches +4 shift.
Each transformation applies a uniform forward alphabetical shift across all letters: +1 for QFO, +2 for RGP, +3 for SHQ, and +4 for TIR.

Step-by-Step Solution

1
Analyze PEN → QFO
P to Q (+1), E to F (+1), N to O (+1). Rule is +1 shift.
Identify the positional distance between corresponding alphabetical letters.
2
Analyze PEN → RGP
P to R (+2), E to G (+2), N to P (+2). Rule is +2 shift.
Identify the positional distance between corresponding alphabetical letters.
3
Analyze PEN → SHQ
P to S (+3), E to H (+3), N to Q (+3). Rule is +3 shift.
Identify the positional distance between corresponding alphabetical letters.
4
Analyze PEN → TIR
P to T (+4), E to I (+4), N to R (+4). Rule is +4 shift.
Identify the positional distance between corresponding alphabetical letters.

Key Concept

Constant Forward Letter Shifting
Rate this question