What is the difference between the Permutations and combinations

In summary, permutations are used to count arrangements where order is important and repetitions are not allowed. Combinations are used when order does not matter and repetitions are not allowed. The general formula for permutations is P(m,n) = m! / (m-n)! and for combinations is C(m,n) = m! / (n!(m-n)!).
  • #1
r-soy
172
1
Hi



I want simple explanation of the Permutations and combinations and which one has condition and I want simple example to undersand it



I want your help
 
Physics news on Phys.org
  • #2
At the simplest: permutations are used to count arrangements (order is important) and combinations are used when order does not matter.

In neither case (again, in simplest examples) is it allowed to repeat items.

Example: Consider the four letters A, B, C, D

Question 1: How many different arrangements of three letters are there (repetitions not allowed)

By listing we get:
ABC, ACB, ABD, ADB, ACD,ADC
BAC, BCA, BAD, BDA, BCD, BDC
CAB, CBA, CBD, CDB, CAD, CDA
DAB, DBA, DAC, DCA, DBC, DCB

If you count there are 24 of these (they are considered different because of the different orderings). The long phrase is this:
"There are 24 permutations of four letters selected three at a time"

While there is no universal standard for the mathematical notation, the ones I've listed below are the most common.

[tex]
P(4,3) = 24, \quad P^4_3 = 24, {}^4P_3 = 24
[/tex]

The general formula for calculation can be written as

[tex]
P(m,n) = \frac{m!}{(m-n)!} = m \cdot (m-1) \cdot \dots \cdot (m - n + 1)
[/tex]

where [itex] m [/itex] is the number of items from which you choose, and [itex] n [/itex] is
the number of items selected.

For combinations, order is not important, only the set of objects selected. Again, if you look at the letters A, B, C, D, the number of ways to select three at a time (no repetititions) is
four - the selections are
ABC, ABD, ACD, BCD

In notation

[tex]
C(4,3) = 4, \quad {}^4C_3 = 4, C^4_3 = 4
[/tex]

and the general formula is

[tex]
C(m,n) = \frac{m!}{n!(m-n)!} = \frac{P(m,n)}{n!}
[/tex]

Hope this helps.
 

What is the difference between permutations and combinations?

Permutations and combinations are two different mathematical concepts that are used to calculate the number of possible arrangements or selections of a given set of items. They are often used interchangeably, but they have distinct differences.

In what situations are permutations used?

Permutations are used when the order of the items in the arrangement matters. This means that even if the same items are used, but in a different order, it is considered a different permutation. For example, the permutations of the letters A, B, and C are ABC, ACB, BAC, BCA, CAB, and CBA.

In what situations are combinations used?

Combinations are used when the order of the items in the selection does not matter. This means that if the same items are selected, but in a different order, it is still considered the same combination. For example, the combinations of the letters A, B, and C are ABC, ACB, BAC, and BCA (note that CAB and CBA are not included as they are permutations).

How do you calculate permutations?

To calculate permutations, you use the formula nPr = n!/(n-r)!, where n is the total number of items and r is the number of items in each permutation. For example, if you have 5 items and you want to find the number of permutations of 3 items, the calculation would be 5P3 = 5!/(5-3)! = 5!/2! = (5x4x3)/2 = 60.

How do you calculate combinations?

To calculate combinations, you use the formula nCr = n!/r!(n-r)!, where n is the total number of items and r is the number of items in each combination. For example, if you have 5 items and you want to find the number of combinations of 3 items, the calculation would be 5C3 = 5!/(3!(5-3)!) = 5!/(3!x2!) = (5x4x3)/(3x2) = 10.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
5
Views
1K
  • Precalculus Mathematics Homework Help
Replies
6
Views
659
  • Precalculus Mathematics Homework Help
Replies
32
Views
840
  • Precalculus Mathematics Homework Help
Replies
4
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
601
  • Science and Math Textbooks
Replies
8
Views
2K
  • General Math
Replies
1
Views
718
Replies
4
Views
1K
  • Precalculus Mathematics Homework Help
Replies
2
Views
1K
  • General Math
Replies
2
Views
1K
Back
Top