All possible ways to sum to a number

  • Thread starter Aero51
  • Start date
  • Tags
    Sum
In summary: So there are (n+k-2) C (k-2) or (n+k-2) C (n-1) ways of having no empty boxes.In summary, the conversation discusses various methods and formulas for finding all possible sums of a given number, such as Gauss's formula, Rademacher's formula, and Euler's theorem. It also mentions the problem of balls-in-boxes, which is closely related to finding these sums. The formula for finding the number of ways to assign balls to boxes is (n+k-1) C (k-1) or (n+k-2) C (k-2) if no boxes are allowed to be empty.
  • #1
Aero51
548
10
I am curious if there is a universal formula to find all possible sums of a given number. For instance, to add to 10:
1+9
2+8
1+1+8
2+2+2+3+1, etc

I came up with a simple algorithm, but I'm sure there is something similar to Gauss's formula which can be utilized. I have heard Partitions used in number theory, but I don't know much about them beyond the fact that they are related to a similar problem.
 
Mathematics news on Phys.org
  • #3
Yes, Rademacher's formula. See micromass's link.
 
  • #4
There's a lovely theorem by Euler about the sums of a given number:

Count the number of ways a number may be represented as a sum of distinct integers. Then count the number of ways that number may be represented as a sum of odd but not necessarily distinct integers. The number of ways is the same in both cases.

For example take the number 7. Using distinct integers 7 may be represented as

7=7
=6+1
=5+2
=4+3
=4+2+1

5 ways.

Now we try with only the odd integers removing the restriction that they be distinct

7=7
=5+1+1
=3+3+1
=3+1+1+1+1
=1+1+1+1+1+1+1

5 ways. Unfortunately I can't remember the proof and I'm too lazy to have a bash at it myself.
 
  • #5
Well here's something that might help (or not)

I did something with interative sums (liek 4 + 5 + 6, or 12+13, or 23+24+25+26+27) that always differ by one (and only integers)

So for 23, the only iterative sum is 11 + 12

For 26, its 5+6+7+8

Its basically related to the factors of the number...

Take 23 for instance... Its only factor is 1

Add 1 to the factor to get 2, then 23/2 = 11.5, then +- (1/2) from 11.5, to get 11 and 12

11 + 12 = 23

Take 35... the factors are 1,5,7,35...

So you can have a linear sum of 5 terms that revolve around 7 (5 + 6 + 7 + 8 + 9) or a linear sum of 7 terms that revolve around 5 (2+3+4+5+6+7+8)...


I can't remember the whole thing... but I remember that it was inpossible for a linear iterative sum for anything of 2^n, like 2,4,8,16...

I can't remember, I worked on it, but I can't remember what the exact thing I did...


Idk, just thought I'd mention it, since your question reminded me of it...



... or take
 
  • #6
This is also called the problem of balls-in-boxes , i.e., you have n balls that you want to

put in k boxes. Line up the balls , together with the boxes. Every line-up corresponds

to an assignment of balls in boxes , e.g., if n=k , the line up : ball, box, ball, box,...

ball, box corresponds to the assignment of exactly one ball for each box. In total,

you have n+k-1 objects to assign ( n balls, k boxes, but subtract one, since

after k-1 boxes have been used, there is only one way of filling the k-th box)

any choice of k-1 spaces ( for the balls, or, by symmetry, of n spaces

where the boxes boxen? * will go ) is an assignment of balls to boxes.

There are (n+k-1) C (k-1) or (n+k-1) C n ways of doing this assignment.

If you want to guarantee that no boxes are empty, throw-in one ball on each

box and do the same process: you are left with : n+k-1-k = n-1 balls to put in

the same k-1 boxes in (n-1) C (k-1) ways.
 

FAQ: All possible ways to sum to a number

1. What does it mean to "sum to a number"?

Summing to a number refers to finding a combination of numbers that, when added together, result in the given number. For example, the numbers 2 and 3 can be summed to the number 5.

2. How many possible ways are there to sum to a number?

The number of possible ways to sum to a number depends on the specific number in question. For smaller numbers, there may be only a few possible ways to sum to it, while larger numbers may have a significantly higher number of possible combinations.

3. Is there a formula for finding all possible ways to sum to a number?

Yes, there is a formula known as the partition function that can be used to calculate all possible ways to sum to a number. However, this formula can become extremely complex and computationally intensive for larger numbers.

4. Can negative numbers be used in summing to a number?

Yes, negative numbers can be used in summing to a number. In fact, negative numbers can be useful in finding more complex combinations that result in the given number.

5. How can the concept of summing to a number be applied in real-world scenarios?

The concept of summing to a number has many practical applications, such as in budgeting and financial planning, where one may need to find different combinations of expenses that add up to a certain budget. It can also be used in mathematical problem-solving and game theory.

Similar threads

Replies
3
Views
4K
Replies
2
Views
2K
Replies
7
Views
2K
Replies
2
Views
1K
Replies
24
Views
2K
Replies
2
Views
1K
Replies
1
Views
1K
Back
Top