Foundations — Permutations — nPr, arrangements with restrictions
This page is a self-contained foundation for the topic Permutations — nPr, arrangements with restrictions (call it the topic below). That topic asks "how many ordered arrangements can I make?" and uses a handful of symbols and ideas without stopping to build them. Here we build every one of them from zero, in an order where each piece earns the next. Read top to bottom; skip nothing — no symbol is used before it is defined.
0. "Object" and "arrangement" — the raw picture
Picture five friends and five chalk marks on the floor labelled slot 1, slot 2, slot 3, slot 4, slot 5. An arrangement is one complete way of putting one friend on each mark.
Figure s01 — On the left, a pile of five distinct labelled objects (the things we will arrange). On the right, five empty ordered slots. An arrow shows one object walking from the pile into a slot: an arrangement is one full way to fill every slot, one object each.
Why the topic needs this: the whole subject is "how many different such pictures exist?" If you cannot see the slots, none of the symbols will mean anything.
1. The letter that counts your objects
Look at the left-hand pile in figure s01 — counts exactly those objects, before any are placed.
Why a letter and not a number? Because a formula must work for any pile size. Writing lets one rule cover 5 letters, 10 people, or a million cards.
2. The letter that counts your slots
In figure s01, if only the first three chalk marks were used and the last two stayed empty, that would be slots being filled out of objects.
3. Curly braces and the word "distinct"
Why "distinct" matters here: the topic's formula silently assumes no duplicates. If two objects were identical, swapping them would not make a new picture, and you'd over-count. (That repaired case is Permutations with Repetition.)
4. The multiplication principle — the engine
This is the whole Fundamental Counting Principle, and it is why we multiply choices instead of adding them.
Figure s02 — A branching tree for "2 shirts, 3 hats". From the start dot, two magenta branches (choice 1) reach the two shirts; from each shirt, three orange branches (choice 2) reach the three hats. Counting the endpoints gives complete paths — each path is one full outfit.
Why multiply, not add? Look at the tree in figure s02. Adding would answer "how many single decisions exist." Multiplying answers "how many complete paths from top to bottom exist" — and a full arrangement is a complete path. That is exactly what we want to count.
5. The factorial symbol
Why the topic needs : if you fill all slots, the choices are . Multiplying them (the multiplication principle!) is literally the definition of . So a factorial is just "the count of ways to line everyone up."
The special value
This is not a trick; it is the only value that keeps the formulas consistent (see Factorials and 0!). It makes and come out right.
6. Subtraction inside the formula: and
Figure s03 — Three snapshots of the same pile left to right. At slot 1 there are objects and choices; at slot 2 the pile has lost one, showing ; at slot 3 it shows . Arrows between snapshots mark "one placement removes one object", so the choices count down.
Why appears in the compact formula: after you have placed objects, are still in the pile, unused. The factorial counts all the ways those leftovers could have been arranged — and dividing by it removes exactly the arrangements you don't care about. That is the single algebra move that turns the long product into .
7. The notation itself
Why not just say a number? Because the question changes with and . The symbol packages the whole slot-filling story into three characters.
8. Order vs no-order — the fork in the road
Think of and : they are two different arrangements on a permutation list, but they collapse to one selection on a combination list. The link between them is — you divide out the internal orderings you no longer care about. This is exactly the leftover-factorial idea from §6, reused. (Details in Combinations — nCr.)
Prerequisite map
The diagram below shows how these foundations feed the topic. Read each arrow as "you need the left box before the right box makes sense." In words: objects and slots (§0) give birth to the counters (§1) and (§2); those two feed the multiplication principle (§4); the multiplication principle produces the shrinking pile (§6), which in turn defines factorials and (§5); factorials plus the multiplication principle assemble into (§7); and the order-matters question (§8) is the gate that decides you are doing at all. If the picture ever fails to load, that sentence is the whole map.
The topic sits at the mouth of all of these prerequisites.
Equipment checklist
Self-test: can you answer each before revealing? If any is shaky, reread that section.
What does stand for?
What does stand for?
Why do we multiply choices instead of adding them?
What does mean?
What is and why?
Why does the pile shrink to at the -th slot?
Why does appear in ?
What question does answer?
Work out from successive choices.
The one question separating permutations from combinations?
What does "distinct objects" let us assume?
Connections
- Fundamental Counting Principle — the multiplication engine of §4.
- Factorials and 0! — the symbol and why .
- Combinations — nCr — the "order ignored" fork from §8.
- Permutations with Repetition — what happens when objects are not distinct.
- Circular Permutations — arrangements in a ring instead of a line.
- Probability — Equally Likely Outcomes — where these counts become denominators.
- Permutations — nPr, arrangements with restrictions — the parent this page equips you for.