About cookies on this site Our websites require some cookies to function properly (required). In addition, other cookies may be used with your consent to analyze site usage, improve the user experience and for advertising. For more information, please review your options. By visiting our website, you agree to our processing of information as described in IBM’sprivacy statement. To provide a smooth navigation, your cookie preferences will be shared across the IBM web domains listed here.
March 2013
<<February March April>>
Using methods similar to the example given in the challenge, one can implement any function from {1,2,...,p}^d to {0,1} using unlimited fan-in mod-p gates connected to a single mod-2 (xor) gate.
Using the general method described above, we get a 28-day solution. But, as many of you realized, one can solve it in one week:
BCDDDDEEEE
BCCCCDEEEE
BCCCCDDDDE
BCDEE
BCDDE
BCCDE
BBCDE
A nice way to prove the correctness of this solution was sent to us by Luke Pebody:
Expressing these in modular arithmetic terms, you get fined for each
B + C = D + E (mod 5)
B + D = C + E (mod 5)
C + D = B + E (mod 5)
B + C + D = 3E (mod 5)
B + C + E = 3D (mod 5)
B + D + E = 3C (mod 5)
C + D + E = 3B (mod 5)
Obviously, the number of fines is constant when rearranging B, C, D, and E, and performing any invertible linear
transformation on B, C, D, E.
So all you need to check to prove correctness is one candidate from each equivalence class:
0, 0, 0, 0 (0 fines)
0, 0, 0, 1 (7 fines)
0, 0, 1, 1 (5 fines)
0, 0, 1, 2 (6 fines)
0, 0, 1, 4 (4 fines)
0, 1, 2, 3 (6 fines)
Note that 0=5 (mod 5).
If you have any problems you think we might enjoy, please send them in. All replies should be sent to: ponder@il.ibm.com