Skip to main content

All Questions

1 vote
0 answers
62 views

Number of solutions to linear equation $x_1+x_2+\dots+x_n=m$ when the domain of $x_i\ne$ domain of $x_j$

In the lecture notes of one of my previous classes, it was used that if we have an equation of the form $$\tag{1} x_1+x_2+\dots+x_n=m $$ then the total number of solutions, when each $x_i$ is a non-...
Hydrogen's user avatar
  • 175
2 votes
1 answer
899 views

Proving an Upper Bound on the Number of Partitions of $n$ into $m$ Parts

Question Show that $$ p(n,m)\le\frac{1}{m!}\binom{n+\binom{m+1}{2}-1}{m-1} $$ where $p(n, m)$ denotes the number of partitions of $n$ into exactly $m$ parts. The above question is from Comtet'...
Sri-Amirthan Theivendran's user avatar