Question:

AROUND : ? :: POLITY : SROLWB

Show Hint

For circular alphabet shifts, remember: (Position + Shift - 1) % 26 + 1.
Updated On: Jun 15, 2026
  • DVSYRH
  • DURXQG
  • DTQWPF
  • PFWQDT
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Concept: Determine the character shift from POLITY to SROLWB and apply it to AROUND.

Step 1:
Calculate the shift P (16) $\rightarrow$ S (19) = +3 O (15) $\rightarrow$ R (18) = +3 L (12) $\rightarrow$ O (15) = +3 I (9) $\rightarrow$ L (12) = +3 T (20) $\rightarrow$ W (23) = +3 Y (25) $\rightarrow$ B (2) = +3 (wrapping around)

Step 2:
Apply to AROUND A + 3 = D R + 3 = U O + 3 = R U + 3 = X N + 3 = Q D + 3 = G Result: DURXQG. {DURXQG}
Was this answer helpful?
0
0