Cubic calendars

Suppose you’re tasked with designing a Christmas countdown figure that uses numbered cube faces.

Christmas countdown Santa

How would you put the numbers on the cubes?

Suppose you want the calendar to say “00” on Christmas Day. If we were accustomed to counting in base six, you could label the sides of each cube 0 through 5, and you could count up to 55six = 35ten days until Christmas. But let’s work in base 10 like nearly all humans do.

We would at least like to count to 24 so we could start using our calendar on December 1. But to count up to 24, we have to get past 22. That means we have to represent 00, 11, and 22, and that means we have to put a 0, 1, and 2 on each cube. But then we have six remaining faces to receive seven remaining digits, so we can’t get past 22.

Here’s where we break our implicit rules. We’ve tacitly assumed each face of each cube has only one label. But since a ‘6’ is an upside-down ‘9’, we can effectively put seven labels on six faces. One cube, call it cube A, can be labeled 0, 1, 2, 3, 4, and 5, and the other, call it cube B, can be labeled 0, 1, 2, 6 (9), 7, and 8.

We can put cube B first on 0, and use cube A to count up to 5. Then we put cube A first on 0 and use cube B to count from 6 up to 9 (upside-down 6). We can do the analogous procedure for leading digits 1 and 2 to count all the way up to 29. To count any further we have to put cube A first with 3 showing because that’s the only way to get a number in the 30s. We can count up to 32, then we’re stuck.

We could break another implicit rule. We’ve assumed there must be two digits. What if we’re content to have a single 0 on Christmas Day and represent single digits by not using a cube in the first slot? Now only one cube has to have a 0 on it.

I don’t think this helps. To get past 32, we need a 3 on both cubes. We already have a 3 on cube A, but if we replace the 0 on cube B with a 3, now we can’t represent 10 or 20.

So it seems 32 is as high as we can count without thinking of another rule to bend.

Exercise for the reader: How many consecutive numbers could you produce using octahedra rather than cubes? Since the sides of octahedra are triangles, not cubes, you might argue that the faces should be oriented with the base of the triangle on bottom and so the trick of using an upside-down 6 to represent 9 should be disallowed.

3 thoughts on “Cubic calendars

  1. if A is 0,1,2,3,4,5
    and B is 1,2,3,6(9),7,8

    Then 10 is B1, A0
    20 is B2, A0

    I think the limit is then 39, as you can’t do 40 (A4, B?)

    1-9 with a single die.
    10 = B1, A0
    11 = B1, A1
    12 = B1, A2
    ..
    15 = B1, A5
    16 = A1, B6
    ..
    19 = A1, B9
    20 = B2, A0

  2. I’d rather cheat in a different way: have three cubes, only two of which are in use at any given time.

    0,1,2,3,4,5
    0,1,2,6(9),7,8
    3,4,5,6(9),7,8

    Now we can handle anything from 00 to 99.

  3. For the octahedra, assuming you can just use one die for single digit numbers, I got up to 76. You need 1-6 on both octahedra, or you won’t get past 65. Use the other two faces for 7,8,9,0. That’s all ten digits. Put 7 and 0 on different octahedra to get past 69, e.g.

    1,2,3,4,5,6,7,8
    1,2,3,4,5,6,9,0

    I don’t see how you can get up to 77. Did I miss something?

    If you insist on using the 0 for single digit numbers, you can use a similar scheme, but only get up to 65:

    0,1,2,3,4,5,6,7
    0,1,2,3,4,5,8,9

Comments are closed.