Differentiate variations, permutations and combinations
-Variations without repetition. Conditions: (p < n), care about the order and no repetitions.
-Variations with repetition. Conditions: (p not equal n), care about the order and if there is repetition.
-Combinations without repetition. Conditions: (p < n), no matter the order and there is no repetition.
-Combinations with repetition. Conditions: no matter the order and there is repetition.
-Permutations without repetition. Conditions: (p = n), care about the order and no duplicates.
-Permutations with repetition. Conditions: (p = n), care about the order and repeated elements.
Used formula and total number of cases