October 26, 2008
MU Solved in 8 Steps
Tonight I tried the MU Puzzle:
Let's suppose to have the symbols
M,I, andUwhich can be combined to produce strings of symbols or "words". TheMUpuzzle asks to start with a the "axiomatic" wordMIand transform it into the wordMUusing in each step one of the following transformation rules:
- At the end of any string ending in
I, you can add aU, such as changingMItoMIU.- You can double any string after the
M(that is, changeMx, toMxx), such as changingMIUtoMIUIU.- You can replace any
IIIwith aU, such as changingMUIIIUtoMUUU.- You can remove any
UU, such as changingMUUUtoMU.Using these 4 rules is it possible to change
MIintoMU?
Woo-Hoo!! I solved it!
-
MII(rule 2) -
MIIII(rule 2) -
MIIIIU(rule 1) -
MIUU(rule 3) -
MIUUIUU(rule 2) -
MIUUIUUIUU(rule 2) -
MIII(rule 4) -
MU(rule 3)
...then I learned that there is no solution. Thanks Wikipedia for making me feel like an idiot. Can you spot my mistake?
Posted by J.P. Cummins ● Comments (0)
Commenting is disabled after one week.