How Do Permutations Differ from Combinations in Mathematics?

Click For Summary
SUMMARY

The discussion clarifies the fundamental differences between permutations and combinations in mathematics. The formula for permutations of n distinct objects taken r at a time is given by n! / (n-r)! , emphasizing the importance of order in selections. In contrast, the formula for combinations is n! / (r!(n-r)!), where order does not matter. Using the example set {a, b, c, d}, there are 12 permutations and 6 combinations when selecting 2 items.

PREREQUISITES
  • Understanding of factorial notation (n!)
  • Basic knowledge of set theory
  • Familiarity with distinct objects in combinatorial contexts
  • Ability to differentiate between ordered and unordered selections
NEXT STEPS
  • Study advanced combinatorial principles, such as the Binomial Theorem
  • Explore applications of permutations in algorithm design
  • Learn about combinations in probability theory
  • Investigate the use of combinatorial counting in statistics
USEFUL FOR

Students, educators, and professionals in mathematics, computer science, and statistics who seek to deepen their understanding of combinatorial concepts and their applications.

kasse
Messages
383
Reaction score
1
What's the difference between these two:

1) The number of permutations of n distinct objects taken r at a time is [tex]\frac{n!}{(n-r)!}[/tex]

and

2) The number of combinations of n distinct objects taken r at a time is [tex]\frac{n!}{r!(n-r)!}[/tex]

?
 
Physics news on Phys.org
Both ideas deal with counting the number of ways to make selections. For the formulas you have,

Permutations
* You have a collection of [tex]n[/tex] distinct items
* You select [tex]r[/tex] of them without replacement
* You are concerned with the order of selection

Combinations
* You have a collection of [tex]n[/tex] distinct items
* You select [tex]r[/tex] of them without replacement
* You are not concerned with the order of selection

Suppose your set is [tex]\{a, b, c, d\}<br /> <br /> The number of permutations of 2 things taken from this group is [tex]12[/tex]. They are (order is first selected, second selected)<br /> a, b<br /> a, c<br /> a, d<br /> b, a<br /> b, c<br /> b, d<br /> c, a<br /> c, b<br /> c, d<br /> d, a<br /> d, b<br /> d, c<br /> <br /> The number of combinations of two things taken from this group is [tex]6[/tex]. They are<br /> a,b<br /> a,c<br /> a,d<br /> b,c<br /> b,d<br /> c,d<br /> <br /> Think this way: combinations count subsets - order is not important.[/tex]
 

Similar threads

Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
9
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 22 ·
Replies
22
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K