Probability

  1. Combinatorics deals with combinations of objects from a specific finite set. These restrictions can be in terms of repetition, orther, or a different criterion.
  2. Use Permutations, Variations and Combination to do the Number of favourable outcomes or Number of all elements in a sample space.
  3. Permutations represents the number of different possible ways we can arrange a set of elements. These elements can be digits letters objects or even people. Pn = n!
  4. n! -> the product of the natural numbers from 1 to n.
  5. Variations express the total number of ways we can pick and arrange some elements of a given set.
  6. When do we use Variations instead of Permutations? — When we are not arranging all elements in the sample space.
  7. Combinations represent the number of different ways we can pick certain elements of a set.
  8. A combination can be a mixture of different smaller individual events.
  9. Independent events: The likelihood of two independent events occurring simultaneously equals the product of their individual probabilities.
  10. C = V / P

猜你喜欢

转载自blog.csdn.net/BSCHN123/article/details/103558434