Ten Coins

We lately discussed a simple looking question, which seems to be more difficult that expected.

You have 1010 coins numbered 11 through 1010 on one side and with a 00 on the other side. You toss all coins and sum up the values that face up. What is the probability that the sum is greater than or equal to 4545?

We found two ways to answer the question. But we are not satisfied with our solutions because you cannot(?) use them for a more general version of the problem. Maybe you have better solutions?

1. solution:

Because there are 10 (perfect, not biased) coins, there are 210{ 2 }^{ 10 } possible outcomes. In order to get the probability, we need to know for how many outcomes the sum is greater than or equal to 4545. If the sum of the sides facing up is greater than or equal to 4545 then the sum of the sides facing down is less than or equal to 1010. Therefore we just need to know for how many outcomes the sum of the sides facing down is less than or equal to 1010. Or in other words: How many ways are there to write a natural number less than 1111 as the sum of distinct natural numbers.

You can find all possibilitys manually or just ask OEIS: There are 1+1+1+2+2+3+4+5+6+8+10=431 + 1 + 1 + 2 + 2 + 3 + 4 + 5+ 6+8+10=43 ways to write a number less than 1111 as sum of distinct natural numbers. (There is 11 way for 00, when all zeros facing down; there is 11 way to write 11 as sum of distinct natural numbers; 11 way for 22; etc.)

Hence the probability is 432100.042\frac { 43 }{ { 2 }^{ 10 } } \approx 0.042

2. solution:

We made a few python simulations and figured out that it is a normal distribution with μ27.5\mu \approx 27.5 and σ9.8 \sigma \approx 9.8. By taking the area under the curve from 44.544.5 to \infty with the given mean and standard deviation we got a probability of 0.0414\approx 0.0414.

But none of these two methods work for a more general question:

You have nn coins numbered 11 through nn on one side and with a 00 on the other side. You toss all coins and sum up the values that face up. What is the probability that the sum is greater than or equal to xx?

How would you solve this general version of the question?

#Combinatorics

Note by CodeCrafter 1
5 months, 1 week 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

There are no comments in this discussion.

×

Problem Loading...

Note Loading...

Set Loading...