the permutation is an specific ordered combination.
the combination is not need specific order combination...
Chat with our AI personalities
please answer
Combination if you don't care about the order you eat them in. Permutation if you do such as the appetizers, then entree and finally desert.
4! = 4*3*2*1 = 24Technically speaking, there are 24 permutations because that is the correct math term when the order matters. Meaning, 1258 is no the same as 1285.In English we commonly use the word "combination" loosely, without thinking if the order of things is important. In math we should be precise. If the order matters, we should call it a permutation. Along those lines, the locks that we commonly call combination locks would really be called permutation locks. That is why I say we use the term loosely.So a permutation is an ordered combination.
There are 20160 permutations of the word.
The related link explains the difference between a combination (order not important) and a permutation (order is important).In a combination, the order doesn't matter. This is like drawing 5 cards for a poker hand. You can arrange them how you want once you have them. Or a lottery ball problem. You can match the balls, regardless of what order they were drawn. Or rolling 5 dice, like in Yatzee.There's another constraint called repetition. In the dice throwing, you could get all five dice to land on the number 1 (repetition allow). In the card game and lottery ball, once a card or ball is drawn, you cannot draw that one again (no repetition).In a permutation, order is important. So if you have six Scrabble tiles with your letters A through F, and you want to see how many different five letter words you can make (in this example, for permutations a lot of them would not be real English words, just the certain sequence of letters in a particular order - a permutation).Then there is permutation with repetition allowed. This is like you draw a tile, record the result, then return that tile into the pile and mix them up and draw again. The order that you recorded is important for permutations.Depending on which one that you are interested in, there is a formula to calculate. See the related link for explanation of the various formulas.So permutation with repetition, the answer is 6^5 = 7776.Permutation no repetition: 6! / (6-5)! = 6 * 5 * 4 * 3 * 2 * 1 = 720.Combination no repetition: 6! / ((6-5)! * 5!) = 6Combination with repetition: (5 + 6 -1)! / (5! * (6-1)!) = 252