Skip to content

Quick sum extension – answers

December 9, 2007 am31 3:52 am

Using the digits 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9 exactly once each, the sum of any list of 1- and 2- digit numbers we create will be a multiple of 9. Several commenters demonstrated this convincingly here.

Pseudonym” (probably not his real name), suggested several extensions, and I added a few of my own:
1 Set Red Black Blue White 1-9 Car Body Emblem Decal St

  1. What are the maximum and minimum sums, using only 1- and 2- digit numbers?
  2. Can every multiple of 9 between those 2 numbers be created?
  3. If we waive the limit on the number of digits in each addend, verify that all possible sums are still multiples of 9.
  4. Now, having waived the limits on the number of digits, what are the maximum and minimum sums?
  5. How many multiples of 9 between that max and that min can be created?
  6. Can we play the same set of games successfully in base n, using the digits 0, 1, 2, … , n-1 ? Eg, in base 6, using the digits 0 – 5, can we make a list of one and two digit numbers that add to 100 (base 6) ?

Submit answers by clicking “comments,” above. But if you want to ask questions or get clarification or make general comments click this link instead.

3 Comments leave one →
  1. JBL permalink
    December 9, 2007 pm31 8:21 pm 8:21 pm

    The minimums will always be easy: promoting any digit to a tens place (or to any higher place, in any base) will increase the value of the sum, so the minimum in base b is always 0 + 1 + \ldots + (b - 1) = \frac{b(b-1)}{2}, which in our case is 45.

    Question 5 seems like the hardest — I haven’t investigated much, but I’m curious where, how and why the ability to increase by 9 every time breaks down.

  2. December 10, 2007 am31 12:25 am 12:25 am

    It might be interesting to look at #5 from the other side: what if we had only 10 digit numbers, we would go from 1234567890 to 9876543210. Almost a billion multiples of 9, but we only catch 9! of them….

    I am going to look at max(only n digit) vs min(n+1 digits). I think the first skip might occur there.

Trackbacks

  1. Puzzle - quick sum extension « JD2718

Leave a comment