In the following triads, each group of letters is related to the subsequent one following a certain logic.<br>REST - THOO - PKMP<br>FARM - HDNH - DGLI<br><br>Which of the following are <strong>CORRECT</strong> matches as per the given code language?<br><table><thead><tr><th>Word</th><th>Code 1</th><th>Code 2</th></tr></thead><tbody><tr><td>(i) TRIM</td><td>(W) VVFI</td><td>(A) FOGQ</td></tr><tr><td>(ii) HINT</td><td>(X) JMJP</td><td>(B) RXCI</td></tr><tr><td></td><td>(Y) JLJO</td><td>(C) QYCJ</td></tr><tr><td></td><td>(Z) VUEH</td><td>(D) FOHP</td></tr></tbody></table>
- A. (i)-(Z)-(B) , (ii)-(Y)-(D) ✓
- B. (i)-(X)-(D) , (ii)-(Z)-(C)
- C. (i)-(W)-(A) , (ii)-(Y)-(C)
- D. (i)-(X)-(A) , (ii)-(Y)-(B)
Correct Answer: A. (i)-(Z)-(B) , (ii)-(Y)-(D)
Explanation
The logic between the first and second word is: +2, +3, -4, -5. Between the second and third word: -4, +3, -2, +1. Applying this to TRIM: T(+2)=V, R(+3)=U, I(-4)=E, M(-5)=H (VUEH, which is Z). Then V(-4)=R, U(+3)=X, E(-2)=C, H(+1)=I (RXCI, which is B). Similarly, HINT becomes JLJO (Y), which becomes FOHP (D).