Respuesta :
Apparently, we use "Permutation" when order doesn't matter. In that way, only possible outcomes can be calculated.
P (n, r) = n! ( (n - r)!
Unlike, We use "Combination" when order does matter. Combination gives us all possible values.
C (n, r) = n! / (n - r)! r!
Hope this helps!
P (n, r) = n! ( (n - r)!
Unlike, We use "Combination" when order does matter. Combination gives us all possible values.
C (n, r) = n! / (n - r)! r!
Hope this helps!
The difference between combinations and permutations is order. With permutations the order of the elements matters, but with combinations it doesn’t matter.