I have 3 red balls. In how many ways I can chose atmost 3 red balls.
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.
You can pick 0,1,2,3 thus the answer is 4.
I got trolled by this at first. I accidentally started going 3C0 + 3C1 ..3C3 = 2^3 = 8 :P