Letter coding/analogy (Caesar +2): Encode LABOUR using the pattern MASTER → OCUVGT.
Observation:
Each character in "MASTER" is shifted forward by +2 (M→O, A→C, …).
Task:
Apply +2 to "LABOUR" and choose the correct code.
Difficulty: Easy
Correct Answer: NCDQWT
Explanation:
Given pattern M→O, A→C, S→U, T→V, E→G, R→T (shift +2).
Apply to LABOUR L→N, A→C, B→D, O→Q, U→W, R→TResult = NCDQWT
Discussion & Comments