Summary: Mathematical puzzles where letters represent unique digits (0-9). Solve the equation to find the letter-to-digit mapping, then decode a word or phrase.
Example:
SEND
+ MORE
------
MONEY
Solution Process:
Decoding: If the puzzle asks to decode "MONEY" = 10652
Another Example:
CAT
+ DOG
-----
BIRD
Solution: C=7, A=2, T=9, D=6, O=5, G=3, B=8, I=1, R=4 (729 + 653 = 1382)
Multiplication Example:
AB
x C
-----
DEF
Solution Process:
Division Example:
HI
----
FG | JKL
Find the values where a 2-digit number divided by another 2-digit gives result HI.
Example solution: 12 | 84 = 7 (F=1, G=2, J=8, K=4, H=0, I=7 -> but H can't be 0 in quotient) Better: 156 / 13 = 12 (J=1, K=5, L=6, F=1, G=3, H=1, I=2 - duplicates!)
Valid solution: 84 / 12 = 7 (if using single digit result)