Fill in the circles with the given numbers. Two numbers can be connected if and only if any of the following conditions are met:
1. If the two numbers are consecutive (eg: 11 & 12, 45 & 46)
2. If one number is exactly 2 or 3 times the other (eg: 42 & 21, 11 & 33)
3. If the digits of the two numbers are permuted (eg: 23 & 32, 65 & 56)
EXAMPLE:
UNIQUE SOLUTION:
1 comment:
This is a very nice puzzle...
Post a Comment