Permutations vs combinations

In summary, permutations and combinations both involve counting the number of ways to make selections from a group of distinct items. Permutations take into account the order of selection, while combinations do not. For example, if we have the set {a, b, c, d} and want to select 2 items, there are 12 permutations but only 6 combinations. Permutations count all possible arrangements while combinations only count subsets.
  • #1
kasse
384
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
  • #2
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\}

The number of permutations of 2 things taken from this group is [tex] 12 [/tex]. They are (order is first selected, second selected)
a, b
a, c
a, d
b, a
b, c
b, d
c, a
c, b
c, d
d, a
d, b
d, c

The number of combinations of two things taken from this group is [tex] 6 [/tex]. They are
a,b
a,c
a,d
b,c
b,d
c,d

Think this way: combinations count subsets - order is not important.
 

1. What is the difference between permutations and combinations?

Permutations and combinations are both ways to arrange a set of items, but they differ in how the arrangements are counted. Permutations take into account the order of the items, while combinations do not.

2. How do you calculate the number of permutations?

The number of permutations can be calculated using the formula nPr = n! / (n-r)!, where n is the total number of items and r is the number of items being arranged. This formula applies when order matters.

3. What is an example of a permutation?

An example of a permutation is the different ways in which 3 letters can be arranged from the word "CAT". These permutations are: CAT, CTA, ACT, ATC, TAC, and TCA.

4. How do you calculate the number of combinations?

The number of combinations can be calculated using the formula nCr = n! / (r!(n-r)!), where n is the total number of items and r is the number of items being selected. This formula applies when order does not matter.

5. Can permutations and combinations be used interchangeably?

No, permutations and combinations are two distinct mathematical concepts and cannot be used interchangeably. They differ in how they are calculated and the situations in which they are used.

Similar threads

  • Calculus and Beyond Homework Help
Replies
1
Views
601
  • Calculus and Beyond Homework Help
Replies
2
Views
711
  • Calculus and Beyond Homework Help
Replies
8
Views
795
  • Calculus and Beyond Homework Help
Replies
8
Views
1K
  • Calculus and Beyond Homework Help
Replies
13
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
517
  • Calculus and Beyond Homework Help
Replies
1
Views
578
  • Calculus and Beyond Homework Help
Replies
3
Views
521
  • Calculus and Beyond Homework Help
Replies
3
Views
814
  • Calculus and Beyond Homework Help
Replies
3
Views
281
Back
Top