Enigmatics

Enigma 1460

Posted on: Tuesday 11/27, 2007;  8:19 PM

This problem is designed to make brute force attack difficult because the set of candidate solutions starts off with "BE3405183556_1.gif" elements, i.e. it is the Cartesian product of 2 sets each with 9! elements. However, a methodical approach can be used to prune this set down until there is only one case left, i.e. the solution. The main trick is to prune each of the 9! element sets as much as possible before forming the Cartesian product of the residual sets.

Create a list of digits 1,...,9 and a list of all permutations of this.

"BE3405183556_2.gif"

"BE3405183556_3.gif"

"BE3405183556_4.gif"

Create a list of the 9 colours and a list of all permutations of this.

"BE3405183556_5.gif"

"BE3405183556_6.gif"

Without loss of generality, assume that "grey" is at circular position 1, and select all digit permutations where each circular position 2, ... , 9 (i.e. not including the "grey" position) has an odd and even digit on its neighbours.

"BE3405183556_7.gif"

"BE3405183556_8.gif"

Select the colour permutations where "hazel", "indigo", "jade" and "khaki" are in consecutive clockwise circular positions. There is no need to look for wrapped-round cases because "grey" is locked in circular position 1.

"BE3405183556_9.gif"

"BE3405183556_10.gif"

Build a Cartesian product list of all remaining digit permutations and colour permutations.

"BE3405183556_11.gif"

"BE3405183556_12.gif"

Select the cases where the "hazel", "indigo" and "jade" digits add up to give the "khaki" digit.

"BE3405183556_13.gif"

"BE3405183556_14.gif"

Select the colour permutations where "lemon", "mauve" and "navy" are in consecutive clockwise circular positions. There is no need to look for wrapped-round cases because "grey" is locked in circular position 1.

"BE3405183556_15.gif"

"BE3405183556_16.gif"

Select the cases where the "lemon" and "mauve" digits add up to give 2 times the "navy" digit.

"BE3405183556_17.gif"

"BE3405183556_18.gif"

Select the cases where the "hazel" digit is the same as the number of times you can find a digit equal to the sum of the digits on its neighbours. This leaves just one possibility which is the required solution.

"BE3405183556_19.gif"

"BE3405183556_20.gif"

Permalink   Notebook

Recent Posts
11/27, 2007; 8:14 PM:
Enigma 1459
11/27, 2007; 8:09 PM:
Enigma 1458
11/27, 2007; 7:42 PM:
Welcome

Archive


Links

 

Blogged from
A WorkLife FrameWork by
Scientific Arts

All material on this website Copyright © 2007, Stephen Luttrell.