In how many ways can one write a sum of (at least two) positive integers that add up to 1 1 ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Harsh Can you please provide a proof of formula .
Thanks
Log in to reply
Consider a number N .
We can write N as 1 + 1 + 1 + . . . + 1 (N times).
Now we can place ( , ) or + between N one's in 2 N − 1 ways. But we have to subtract the case when there is no + .
Hence the final formula : 2 N − 1 − 1 .
Log in to reply
Thanks Harsh
According to this formula Is it that 1+3 and 3+1 are two different sums ???
Log in to reply
@A Former Brilliant Member – No , they are the same @Kalash Verma .
Problem Loading...
Note Loading...
Set Loading...
Let n be a positive integer.Total number of ways in which we can write a sum of (at least two) positive integers that add up to n is
2 n − 1 − 1 .
Putting n = 1 1 , we get total number of ways = 1 0 2 3