On the Subject of 27,644,437
A scientific calculator is recommended! Please use a scientific calculator!
Use a scientific calculator!
The module contains:
-
A circle of 13 white LEDs.
- Ordered 0-12 clockwise from the top.
- A lower screen cycling through sets 0-12.
- An upper screen displaying a Base-36 number. (100000-ZZZZZZ)
A partition is a particular combination of subsets (groups) that can be made with a set of n elements. There are 27,644,437 possible partitions in a set of 13 elements, the LEDs being the elements, and the Base-36 number being the ID to the partition. Clicking the LEDs will toggle their presence in the selected subset, those being the letters A-M.
Partitions can be displayed in two ways:
- Set Partition: Shows which specific elements are in each subset:
- [[0], [2], [7], [1,8], [3,12], [5,10,11], [4,6,9]]
- Integer Partition: Shows how many elements are in each subset:
- [1, 1, 1, 2, 2, 3, 3]
Locate and submit the partition pointed to by Base-36 number in order to solve the module. Use the Instruction Table on the next page. The order you input subsets does not matter, and the module will never strike.
Variables
The following is a list of variables that will appear regularly throughout the instructions. Each will always equal an integer.
| n |
Element amount. Starts at 13, n - r1 for each subset found. |
|---|---|
| r |
Subset length r1 = 1 = [x] r2 = 2 = [x,x] |
| j |
Amount of a specific subset. j1 = 2 = [x], [x] j2 = 3 = [x,x], [x,x], [x,x] |