Homesweet Learning helps students learn!
Combination & Permutations

in Mathematics we use the following definition:

Permutation Formula

Suppose 0!=1

p(n,m)=n(n-1)(n-2)……(n-m+1)= n!/(n-m)!

Combination Formula

c(n,m)=p(n,m)/m!=n!/((n-m)!*m!);c(n,m)=c(n,n-m);