-
combination of numbers
Hi
Not sure if im in the correct tread.
Im trying to work out how to create all the collections of numbers that add up to 100.
For example
100*1
or
50+10+40
or
22+22+22+44
Does anyone know how many combinations there are and how to work it out how to make them?
-
I don't quite understand. You said "add up" to 100. Then you wrote 100*1 (multiplication). Also, if you include negative numbers, there are infinite combinations 120 + (-20) for example...
-
Thanks for the reply
To clarify:
Im trying to work out how to create all the collections of positive whole numbers that add up to 100.
For example
1+1+1+1+1 continued to 100
or
50+10+40
or
22+22+22+44
Does anyone know how many combinations there are and how to work it out how to make them?
-