I have 100 hundred different items. How to I calculate all possible combinations?

$\begingroup$

ELI5 the formula to figure out all possible combinations without repeating any items but no upper or lower limit of the number to include. Order does not matter.

$\endgroup$ 6

1 Answer

$\begingroup$

You can pick up $k$ items out of $100$ where $k=0,1,2,\ldots ,100$

Hence, all the possibilities are:

$$\sum_{k=0}^{100} \binom{100}{k}=2^{100}$$

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like