Probability
-Elements to combining represented by letter or a number (total n)
-Number of elements to take p.
-Select whether imported or not the order of the elements.
-Indicate whether items can be repeated
-Number of conditions. (Element or elements that appear a specified number of times.)
-Option to have to comply with a condition established or all conditions.
-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.
-Favorable cases.
-Probability of the event within the total cases.