If IMHO = JNIP; IDK = JEL; and SO = TP, then IDC = ____ A. JDE B. JED C. JDC D. JCD

GATE 2019 · General Aptitude · Sequence Series · easy

Answer: IDC encodes to JED (Option B).

  1. Identify the encoding rule from given examples: IMHO: I(9)->J(10), M(13)->N(14), H(8)->I(9), O(15)->P(16). Rule: each letter shifts +1.
  2. Apply the +1 shift to IDC: I(9) -> J(10); D(4) -> E(5); C(3) -> D(4). So IDC -> JED.