Respuesta :

Answer:

The number of combinations of n objects taken r at a time is determined by the following formula:

[tex]C(n,r)=\frac{n!}{(n-r)!r!}[/tex]

where n is the number of things to choose from, and we choose r of them, no repetition, order doesn't matter.