I have to choose a +ve whole number and then write it as a SUM of +ve whole numbers.
eg 5 = 1 + 4 or 5 = 1 +1 + 3
I then have to investigate the number of possible ways of writing the numbers from 1 to 10 by summing other positive whole numbers.
So I started
1 = 1 ( cannot use 0)
2 = 1 + 1
3 = 1 + 1 + 1, 1 + 2
4 = 1 + 1 + 1 + 1, 1 + 1 +2, 1 + 3, 2 + 2, 3 + 1
........ and so on
I can see a lot of time compiling the table as the numbers grow and I might miss a combination or two.
Is there a formula that will allow me to correctly work out all the combinations or will I have to burn the midnight candle?
eg 5 = 1 + 4 or 5 = 1 +1 + 3
I then have to investigate the number of possible ways of writing the numbers from 1 to 10 by summing other positive whole numbers.
So I started
1 = 1 ( cannot use 0)
2 = 1 + 1
3 = 1 + 1 + 1, 1 + 2
4 = 1 + 1 + 1 + 1, 1 + 1 +2, 1 + 3, 2 + 2, 3 + 1
........ and so on
I can see a lot of time compiling the table as the numbers grow and I might miss a combination or two.
Is there a formula that will allow me to correctly work out all the combinations or will I have to burn the midnight candle?