Understand the rule first
Compare corresponding letters, convert them to positions and record each shift. Test the proposed rule on every letter and handle wrap-around consistently.
Discover and apply consistent letter transformations.
Compare corresponding letters, convert them to positions and record each shift. Test the proposed rule on every letter and handle wrap-around consistently.
Inferring a rule from the first letter and failing to verify the rest.
Reusable method: Test the rule on all letters, not only the first.Find the shift from D to F and confirm it with O to Q.
Answer B: ECV
Each letter moves forward 2: C→E, A→C, T→V, giving ECV.
Quick method: Test the rule on all letters, not only the first.
Each original letter moves back one.
Answer C: EQNF
F→E, R→Q, O→N, G→F, giving EQNF.
Quick method: Test the rule on all letters, not only the first.
Apply the two shifts by position, not by letter value.
Answer D: NZUG
M+1=N, A−1 wraps to Z, T+1=U, H−1=G, giving NZUG.
Quick method: Test the rule on all letters, not only the first.
The example uses a uniform +1 shift with wrap-around.
Answer A: UJHFS
T→U, I→J, G→H, E→F, R→S, giving UJHFS.
Quick method: Test the rule on all letters, not only the first.
Every letter moves forward three positions.
Answer B: PLON
M→P, I→L, L→O, K→N, giving PLON.
Quick method: Test the rule on all letters, not only the first.
Move each letter forward separately.
Answer A: GJTI
F → G, I → J, S → T and H → I, giving GJTI.
Quick method: Test the rule on all letters, not only the first.
Pair letters from opposite ends of the alphabet.
Answer B: WLT
D pairs with W, O with L and G with T, so DOG becomes WLT.
Quick method: Test the rule on all letters, not only the first.
Use B = 2 and E = 5.
Answer C: 12
BEE = 2 + 5 + 5 = 12.
Quick method: Test the rule on all letters, not only the first.
Apply the matching operation to each position; A moved back becomes Z.
Answer D: OZVG
M + 2 = O, A − 1 = Z, T + 2 = V and H − 1 = G, giving OZVG.
Quick method: Test the rule on all letters, not only the first.
Split the word into SC, HO and OL before swapping each pair.
Answer A: CSOHLO
SC → CS, HO → OH and OL → LO, producing CSOHLO.
Quick method: Test the rule on all letters, not only the first.