A string of binary digits having 0s and 1s is of length 11. How many such strings are possible where the number of 1s in odd places exceeds the number of 1s in even places by 3?
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.
No. of odd places: 6
No. of even places: 5
No. of ways
= sum( 6C(3+n) * 5Cn ) [0<=n<=3]
= 165