Problem #DES-091124_2

Descriptions

Problem

From the examples above, we see that we often need to pick k objects from n objects where the order of the k objects is ignored. The number of ways to pick them is notated with the special symbol (nk), pronounced “n choose k". Following a similar line of reasoning as the examples, we can write down a general formula:

(nk)=n×(n1)×(nk+1)k×(k1)×1=n!k!(nk)!.

n! is a shorthand for n×(n1)××1, pronounced “n factorial". This is another useful expression and allows us to write down many formulas succinctly.