Posted on 27 February 2015
Puzzle[]
Hint 1 |
---|
Notice there are 2 colors but there are in the end 3 possible states
Hint 2 |
---|
0 and 1 make binary . But with 3 status you get ... Check how many are possible in total
Solution |
---|
Checking the lights rows from the bottom to top you will get the following (p=pink b=blue -- = no light)
p b p
p b --
b p b
-- p b
b -- --
-- -- p
p p b
-- b p
-- p b
b -- --
This can be converted to a Ternary numeral system with pink = 1 blue = 2 and blank =0
121 120 212 012 200 200 001 112 021 012 200
Converting them to their decimal equivalent you get
16 15 23 5 18 18 1 14 7 5 18
Finally doing numbers to letters with A=1 we get POWERRANGER
Reward[]
The diary page in Sad Sad Sad