Dice Sums 3+

I have a \(2^1\)-sided dice with sides labelled \( 1,2 \), a \(2^2\)-sided dice with sides labelled \( 1,2,3, 4 \), and so on, up to a \(2^n\)-sided dice with sides labelled \( 1,2,3,...,2^n \). I simultaneously roll all \(n\) of them. Let \( d_{i} \) denote the number that comes up on the dice with \( i \) sides.

How many ways can I roll the dice such that

3i=1ndi 3 \mid \displaystyle\sum_{i=1}^{n} d_{i}


  1. What is the answer when n=1n=1 ?
  2. What is the answer when n=2 n = 2 ?
  3. Tabulate the initial values for small nn.
  4. What is your guess for the answer for general nn?
  5. How would you prove it?
  6. Find another way of proving this.
  7. If possible, generalize to odd m m :

mi=1ndi m \mid \displaystyle\sum_{i=1}^{n} d_{i}


This note is inspired by Josh Rowley's Dice Sums 3.

A simple solution existed because there was a dice with si3s_i3 sides, and m=3m=3 divides that value. In this case, we do not have msi=2i m \mid s_i =2^i.

Image credit: Wikipedia Matěj Baťha
#Combinatorics #MathematicalInduction #RootsOfUnity #PatternRecognition #GeneratingFunctions

Note by Calvin Lin
7 years, 1 month ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

@Josh Rowley Any other interesting variants on dice sums?

Calvin Lin Staff - 7 years, 1 month ago

Log in to reply

I was thinking something along the lines of: n n dice, where dice i i has i i sides labelled 1,2,3,...,i 1,2,3,...,i for all 1in 1 \le i \le n (ie. a standard set up). Then, given that 3i=1n 3 \mid \displaystyle\sum_{i=1}^{n} What is the expected number of dice which show the number 1? Unfortunately I'm having problems answering it myself...

ps in the problem you've posted I think it should state 3i=1nd2i 3 \mid \displaystyle\sum_{i=1}^{n} d_{2^i} instead of 3i=1ndi 3 \mid \displaystyle\sum_{i=1}^{n} d_{i}

Josh Rowley - 7 years, 1 month ago

Log in to reply

Re notation, my iith dice has 2i 2^i sides, so the notation is fine. Though, it might be good to keep notation consistent, so that it's easier to talk about more general cases.

I have a conjecture for the case of rolling ii dice labelled with 1,2,3,,si 1, 2, 3, \ldots, s_i , and the number of ways to get a sum equal to k(modn) k \pmod{n} .

Calvin Lin Staff - 7 years, 1 month ago

CAN i=1 you have written i=or >1,,,

Rohit Singh - 7 years, 1 month ago

How can you have a 2-sided die?

Frodo Baggins - 7 years, 1 month ago

Log in to reply

A 2-sided die is essentially a coin :)

Eddie The Head - 7 years, 1 month ago

The case for and odd mm i think is the same as that of 3. The roll all the dice except m.And whatever the outcome may be there is only one possible choice of the mmth die so that the whole sum is divisible by mm.So the total number of possibilities = (2n)!/m(2^{n})!/m

Eddie The Head - 7 years, 1 month ago

Log in to reply

Note the change in my notation. Each of the dice has sides of 2i2^i, and so in particular m∤2i m \not \mid 2^i .

Also, there is the question of what to do when m>n m > n in Josh's original problem. E.g. think of having 40 dice, and you want the sum to be divisible by 41 (or 43). In this case, 240!/41 2^{40}! / 41 is not an integer.

Calvin Lin Staff - 7 years, 1 month ago

Log in to reply

Oh...I missed the point that powers of 2 were being used ...and yes in the original problem also it will be a difficult case when m>nm>n.........

Eddie The Head - 7 years, 1 month ago

I think we have to find a bijection for the case where m>nm>n

Eddie The Head - 7 years, 1 month ago
×

Problem Loading...

Note Loading...

Set Loading...