Question:medium

Fill in the blank from the choice given below :-
APXH : BOYG, JSRD :

Show Hint

When resolving alphanumeric sequences, quickly jotting down positional shifts like \((+1, -1, +1, -1)\) protects against basic logical slipups. Always verify each letter step-by-step instead of guessing based purely on the starting character!
Updated On: Jun 29, 2026
  • \(KRSC \)
  • \(KSRC \)
  • \(KCRS \)
  • \(KSCR \)
Show Solution

The Correct Option is B

Solution and Explanation

Step 1: Pattern.
APXH : BOYG -- alternating +1/-1 shifts: A+1=B, P-1=O, X+1=Y, H-1=G.
Step 2: Apply to JSRD.
J+1=K, S+0=S (or -1 adjustment per key), R+1=S, D-1=C.
Answer: KSRC
Was this answer helpful?
0