B How are permutations and probability related?

libervurto
Messages
6
Reaction score
4
This may already be widely taught and I could be stating the obvious here, but I noticed how closely related permutations and probability are, and this gives an intuitive way to think about permutations.

For example, take a deck of 52 cards. How many possible permutations are there for the deck? Well, we can think of this another way: given a thoroughly shuffled deck, what would be the probability of us correctly guessing each card as it is dealt onto the table? Guessing the first card would be a 1/52 chance, then we turn it over to see if we were right, then we guess the second card, now with probability 1/51, then the third is 1/50, fourth is 1/49, and so on until we come to the last few cards... 1/4, 1/3, 1/2, 1/1. To successfully guess the entire permutation we need to get all of these guesses right, so we multiply their probabilities together to get 1/52!, and since we have guessed a single permutation it should be obvious that this probability is the same as saying our guess is 1 out of 52! possible permutations.

This also works for combinations that can have multiples of the same object, for example, binary digits. How many possible numbers can be made with 5 bits? Well, what is the chance of us guessing a random 5 bit number correctly? We must guess each bit correctly, with a probability of ½ for guessing each bit (since their value is completely independent) so that's a 1/(2 x 2 x 2 x 2 x 2) = 1/25 chance of guessing the number correctly; and since this number is obviously one possible 5-bit number, we again flip the fraction over to find how many numbers can be made with 5 bits = 25.

Is this helpful? If it causes more confusion than good or if it is too obvious a statement to make then I don't mind this being deleted.
 
Mathematics news on Phys.org
For many people, combinations and permutations are first encountered in probability. So you are right to think of them together. Discrete probability hinges on the understanding of possible outcomes.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.

Similar threads

Back
Top