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 representing elements.
- Ordered 0-12 clockwise from the top.
- A lower screen cycling through sets 0-12.
- An upper screen displaying a Base-36 number representing the partition ID. (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. Clicking the LEDs will toggle their presence in the selected subset.
Partitions can be displayed in two ways:
- Integer Partition: Shows how many elements are in each subset:
- [1, 1, 1, 2, 2, 3, 3]
- Set Partition: Shows which specific elements are in each subset:
- [[0], [2], [7], [1,8], [3,12], [5,10,11], [4,6,9]]
Locate and submit the correct partition 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.
| n |
Amount of unset elements. Starts at 13, n - r for each subset found. |
|---|---|
| r |
Subset length. [x] → r = 1 [x,x] → r = 2 |
| j |
Amount of subsets with length r. [[x], [x]] → j = 2 [[x,x], [x,x], [x,x]] → j = 3 |