I would like some confirmation regarding my logic here, which I feel is 'suspiciously straightforward'.
Say I wish to express a number as the sum of $10$ non-zero numbers, where order does not matter.
I can see that this is an application of the stars and bars method, but the part I am not completely sure about is the fact that order does not matter. So for example $1+2+3$ would be considered the same as $3+2+1$.
Would I get the normal answer (where order does matter) and divide it by $10!$ to remove the degree of over counting?