MHB How Many Ways Can a Positive Integer Be Written as a Sum of Positive Integers?

  • Thread starter Thread starter hxthanh
  • Start date Start date
AI Thread Summary
The discussion focuses on the ways to express a positive integer \( n \) as a sum of positive integers, distinguishing between cases where permutations are allowed and not allowed. When permutations are not considered, the number of ways to express \( n \) becomes significantly more complex, with examples provided for \( n = 6 \) and \( n = 4 \). A method involving marking a board and making binary choices illustrates the simpler case where permutations are allowed, resulting in \( 2^{n-1} \) combinations. The challenge of finding non-permutative sums led to extensive research and collaboration among mathematicians, revealing a complicated recurrence relation for the problem. The discussion highlights the intricate nature of combinatorial sums and the historical context of the problem's exploration.
hxthanh
Messages
15
Reaction score
0
$\boxed 1$ How many ways writing positive integer $n\;$ as the sum of the positive integers different each pairs? (no permutation)

Example: $6=6=1+5=2+4=1+2+3 \quad $ (4 ways)

$\boxed 2$ How many ways writing positive integer $n\;$ as the sum of the positive integers? (no permutation)

Example: $\begin{align*} 6&=6\\ & =1+5 = 2+4 = 3+3 \\&= 1+1+4 =1+2+3 =2+2+2\\ &=1+1+1+3 =1+1+2+2 \\& =1+1+1+1+2 \\&=1+1+1+1+1+1 \end{align*}\quad $ (11 ways)
 
Mathematics news on Phys.org
Re: Write n=a+b+c+...


If permutations are allowed, the problem is elementary.

Consider a board n inches long.
Mark the board in one-inch intervals.

. . . . \underbrace{\square\!\square\!\square\!\square \cdots \square}_{n-1\text{ marks}}

At each mark, we have 2 choices: cut or do not cut.

Hence, there are 2^{n-1} possible decisions.

Therefore, there are 2^{n-1} possible addition problems.Example: n = 4
. . \begin{array}{c} 4 \\ 1+3, \;\; 2+2, \;\;3+1 \\ 1+1+2, \;\; 1+2+1, \;\; 2 +1+1 \\ 1+1+1+1+1 \end{array}\quad(2^3 = 8\text{ ways)}However, if permutations are not allowed,
. . the problem become very difficult.

Many years ago, my then-wife was in Special Education.
She asked me how many addition problems would total 5.
I did some scribbling and came up with the formula.
I proudly announced 2^4 = 16 problems and listed them.

Then she asked how many if permutations were not allowed.
I spent the rest of the weekend and got nowhere. .On Monday,
I gave the problem to my fellow math professors. .Within
weeks we had huge spreadsheets and vainly tried find the
underlying pattern.

After several months, I gave up and wrote to Martin Gardner.
He replied that the problem was solved in the 1930's (virtually
yesterday!) and gave me reference. .I finally found the book
at the Boston Public Library. .There is a recurrence relation,
but it was very complicated, being quadratic in form.

The notes are somewhere in my vast archives. .(My wife says
they are half-vast. . I think that's what she said.)

Good luck in your search.
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top