Count ordered and unordered selections, with and without replacement.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Factorial products compute permutations and combinations, with separate formulas for repeated selection. Symmetry reduces n choose r to only min(r, n−r) product steps before division.
N: 5 R: 2
Permutations without repetition: 20 Combinations without repetition: 10 Permutations with repetition: 25 Combinations with repetition: 15
Committee counts use unordered selection, PIN exercises use ordered choices with repetition, and card-hand calculations use combinations without replacement.