Why is n the number of possible ways to arrange n distinct items?

  • Thread starter Thread starter zeion
  • Start date Start date
AI Thread Summary
The discussion explains that the number of ways to arrange n distinct items is represented by n!, which is derived from the multiplication rule of counting. It emphasizes that for each slot in an arrangement, the number of choices decreases as items are placed, starting with n options for the first slot, then n-1 for the second, and so on. The thread encourages practical experimentation with physical objects to visualize the concept. By using examples like poker chips or marbles, users can grasp how the multiplication rule applies to counting arrangements. Understanding this principle helps clarify why n! accurately represents the total arrangements of n distinct items.
zeion
Messages
455
Reaction score
1

Homework Statement



Why?

Homework Equations





The Attempt at a Solution



I know that n! = n(n-1)...1
and if n = 3 then the possibility for the first entry is 1 or 2 or 3, and if the first entry is 1 then the second cannot be 1 so the second entry has 2 possibilities. But why do I multiply
 
Physics news on Phys.org
Because n! is literally a generalization from direct human experience. Try this yourself! See how many ways you can fill n slots using n distinct objects; start small, very small, and continue upward. Try with poker chips, marbles, ... anything you want.
 
Think of there being n slots. You want to find all possible arrangements.

How many ways of choosing an item for the first slot? We have n items to choose from, so it must be n.

Once we placed an item in the first slot, how many ways are there of choosing an item (from the remaining items) for the second slot?

After we placed the first two items, how many ways of choosing an item for the third slot?

.

.

.

Once you have them all, you should know the multiplication rule and...
(If you're not sure what the multiplication rule is, look up the definition and think about how it relates to the problem)
 
Say you have 4 objects, A, B, C, and D, and you want to fill two slots. You have these possibilities.

AB AC AD
BA BC BD
CA CB CD
DA DB DC

Each row corresponds to a choice of filling the first slot, and the entries across each row just go through the possibilities of filling the second slot. So you can see the total number of possibilities is just the number of rows times the number of columns. Do you see how it generalizes?
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top