answersLogoWhite

0


Best Answer

Distinct permutations are the unique permutations of n objects taking r at a time when some of the objects are repeated. For a complete example read below.

First, you need to understand what permutations are. Suppose you have 3 balls, 2 of them blue and one red. Lets call the first blue ball, B1, second blue ball, B2, and the third ball (the red one) R1. Permutation of the three balls taking the three at a time is all the different ways you can arrange those three balls in a row. That number is 3! = 3x2x1 = 6. The arrangements are listed below.

1) B1,B2,R1

2) B1,R1,B2

3) B2,B1,R1

4) B2,R1,B1

5) R1,B1,B2

6) R1,B2,B1

Now, suppose you remove the subscripts. The list looks like this:

1) B,B,R

2) B,R,B

3) B,B,R

4) B,R,B

5) R,B,B

6) R,B,B

Note that you can't differentiate between 1 and 3, they looks like the same. Also, 5 and 6 looks the same, and 2 and 4 looks the same. So the only unique combinations seems to be 1,2 and 5. Those are call the distinct permutations.

To calculate the distinct permutations of n elements taking r at a time use the formula: nPr / (k1!*k2!*...*kn!)

In the example above:

nPr = 3! = 6 -> All permutations of n elements taking r at a time

k1 = 2 = 2 -> because we have two identical blue balls

k2 = 1 = 1 -> we only have one red ball.

So, distinct permutations = 3! / (2!*1!) = 6 /(2*1) = 3. Those distinct permutations are: BBR, BRB, RBB.

You can use a software, such as Wolfram Mathematica, to generate the distinct permutations using the function DistinctPermutations.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is distinct permutation?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you make a good sentence with the word permutation?

i am a permutation is a awesome answer


What is the relationship between Permutation?

Permutation is when order matters


When was Permutation City created?

Permutation City was created in 1994.


What is the definition of permutation?

A permutation is an ordered arrangement of a set of objects.


What is the number of distinguishable permutation of the letters in the word September?

September has 9 letter, of which one appears 3 times. So the number of distinct permutations is 9!/3! = 120,960


How many pages does Permutation City have?

Permutation City has 310 pages.


Is every permutation always a one-to-one function?

By definition, a permutation is a bijection from a set to itself. Since a permutation is bijective, it is one-to-one.


When was Permutation - album - created?

Permutation - album - was created on 1998-06-01.


What is the permutation of 7?

There can be only one permutation of a single number: so the answer is 7.


Difference between permutation and combination?

the permutation is an specific ordered combination. the combination is not need specific order combination...


What is a permutation of 36?

the answer is 1.856Etc.


What are permutation groups?

A permutation group is a group of permutations, or bijections (one-to-one, onto functions) between a finite set and itself.