1
Calculate differences: 12-6=6, 15-9=6, 18-12=6, 21-15=6
2
Rule identified = Input - 6 = Output
3
Apply to new input: 24 - 6 = 18
Answer: 18
Worked Example 2:
Input: CAT, DOG, RAT, PIG
Output: TAC, GOD, TAR, GIP
Find: Output for COW
1
Analyze letter positions in CAT → TAC: C-A-T becomes T-A-C
2
Pattern = Reverse the word (last letter first, first letter last, middle stays)
3
Verify with other examples: DOG → GOD ✓, RAT → TAR ✓, PIG → GIP ✓
4
Apply to COW: C-O-W becomes W-O-C
Answer: WOC
Shortcut Trick #3 - The Elimination Strategy: If you can't spot the pattern immediately, use the given examples to test possible rules. Start with simplest operations first