In a code language, 'TIMBER' is coded as "2064141121" and "JUNGLE" is coded as "7139152311". Which of the following are <strong>CORRECT</strong> matches as per the given code language?<br><table><thead><tr><th>WORD</th><th>CODE</th></tr></thead><tbody><tr><td>(i) STAR</td><td>(X) 2220715</td></tr><tr><td>(ii) NEST</td><td>(Y) 616413</td></tr><tr><td>(iii) LAND</td><td>(Z) 2022220</td></tr></tbody></table>
- A. i-Z, ii-X only ✓
- B. i-Z, ii-X, iii-Y
- C. iii-Y only
- D. iii-Y, i-Z only
Correct Answer: A. i-Z, ii-X only
Explanation
The logic is: add +1 to 1st letter, +2 to 2nd, +1 to 3rd, +2 to 4th, etc., and then reverse the entire sequence. STAR becomes (S+1, T+2, A+1, R+2) = (20, 22, 2, 20) -> reversed is 2022220 (Z). NEST becomes (15, 7, 20, 22) -> reversed is 2220715 (X). LAND becomes (13, 3, 15, 6) -> reversed is 615313 (not Y).