Arranging Sets of Numbers: From 2 to 5

  • Thread starter Thread starter mikesvenson
  • Start date Start date
  • Tags Tags
    Set
Click For Summary
SUMMARY

The discussion centers on calculating the total number of arrangements (permutations) of sets of numbers, specifically from sets of sizes 2 to 5. The formula for the number of permutations of size k from a set of size n is defined as P(n, k) = n! / (n - k)!. The total arrangements for a set of size n can be computed using the summation formula: ∑k=1n P(n, k). For example, for a set of size 4, the total arrangements equal 64. The discussion also touches on the difference between permutations and combinations, emphasizing the significance of order in arrangements.

PREREQUISITES
  • Understanding of permutations and combinations
  • Familiarity with factorial notation (n!)
  • Basic knowledge of summation notation
  • Concept of power sets in set theory
NEXT STEPS
  • Study the properties of permutations and combinations in combinatorics
  • Learn about factorial functions and their applications in mathematics
  • Explore the concept of power sets and their cardinality
  • Investigate advanced combinatorial formulas and their derivations
USEFUL FOR

Mathematicians, students studying combinatorics, educators teaching permutations and combinations, and anyone interested in mathematical problem-solving involving arrangements of sets.

mikesvenson
Messages
78
Reaction score
0
lets say I have a set of 2 numbers (1, and 2). I can arrange this set (including all possible amounts of numbers in the set) into 4 arrangements, 1, 2, 12, and 21.

For the set (1, 2, 3), I can arrange 15 different combinations of numbers contained in the set.

What about a set of 4 numbers? (1, 2, 3, 4)
What about a set of 5 numbers? (1, 2, 3, 4, 5)

Remeber I wish to count all possible combinations available within the set. e.g, 1, 2, 3, 4, 12, 21, 23, 32, 34, 43, 123, 321, 234, 432, 134, 431, ....1234, 1342, 1243, 4231, 4132, .....

What is the formula for this?
 
Physics news on Phys.org
You want:

\sum_{k = 1}^{n} P(n, k) = \sum_{k = 1}^{n} \frac{n!}{(n - k)!}

Maybe a "nicer" formula can be found.
 
Muzza said:
You want:

\sum_{k = 1}^{n} P(n, k) = \sum_{k = 1}^{n} \frac{n!}{(n - k)!}

Maybe a "nicer" formula can be found.

hmm, i hope so, i don't have a clue on the propor why do decifer this formula! What kind of math does that formula fall into? There must be a way to compute it without venturing into this unfamiliar territory!

I don't even know what the P's, n's, and k's stand for!
 
P(n, k) denotes the number of different permuations (make sure you know the difference between permutation and combination) of size k taken from a set of size n. See http://mathforum.org/dr.math/faq/faq.comb.perm.html for a more in-depth explanation. n stands for the number of elements in your set (I should've mentioned that).

Think about how you could calculate the number of "arrangements" that can be formed with elements from the set {1, 2, 3, 4}, without actually listing all of them. First you could count the number of "arrangements" with only 1 number. Then you count the number of "arrangements" with 2 numbers, and so on. Then you add all those numbers. But these "arrangements" are just permutations of size 1, 2, 3, or 4 from a set of size 4, and there's a function that can count these (namely P(n, k)). So the answer is P(4, 1) + P(4, 2) + P(4, 3) + P(4, 4). And as it turns out, P(n, k) is equal to n!/(n - k)!, so the answer is equal to 4!/(4 - 1)! + 4!/(4 - 2)! + 4!/(4 - 3)! + 4!/(4 - 4)!, which can "easily" be evaluated (it's 64).
 
Last edited:
Muzza said:
You want:

\sum_{k = 1}^{n} P(n, k) = \sum_{k = 1}^{n} \frac{n!}{(n - k)!}

Maybe a "nicer" formula can be found.

If the order was unimportant (ie. 12 is the same as 21) and the null set was included, then of course, this is just 2^n (cardinality of the power set), for a set of n elements...which is what you get by changing 'P' to 'C' in Muzza's expression and start summing at k=0.
 
If there are an infinite number of natural numbers, and an infinite number of fractions in between any two natural numbers, and an infinite number of fractions in between any two of those fractions, and an infinite number of fractions in between any two of those fractions, and an infinite number of fractions in between any two of those fractions, and... then that must mean that there are not only infinite infinities, but an infinite number of those infinities. and an infinite number of those...

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
Replies
3
Views
2K
  • · Replies 57 ·
2
Replies
57
Views
7K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
2
Views
2K
Replies
4
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K