you are viewing a single comment's thread
view the rest of the comments
[โ€“] 4 points 2 years ago (6 children)

Base 16 is superior and once you learn binary math, easier to divide and multiply.

  • source
  • parent
  • hideshow 6 child comments
  • [โ€“] 12 points 2 years ago

    What base 12 gives you is a lot of common divisors: 2, 3, 4, and 6. Base 10 only has 2 and 5. Base 16 only has 2, 4, 8.

    The practical upshot of this is that you can divide things evenly in more ways. Particularly when wanting to divide a board into thirds. Having 12 inches to a foot is actually helpful there, though it falls apart as soon as you get larger.

  • source
  • parent
  • [โ€“] 2 points 2 years ago

    Both are easily countable on fingers using your thumb and counting up the segments for base 12 and adding the pads for base sixteen. You can reasonably count to 144(gross) or 256 using both hands to create a two digit dozenal or hexadecimal number.

  • source
  • parent