Permutations with repetitions
How many ways can the digits 1, 2, 2, 3, 3, 3, 4 be permuted into four-digit, three-digit, and two-digit numbers without repetition?
Example:
4 digits: 1223, 2213, 3122, 2313, 4321, etc.
3 digits: 122, 212, 213, 432, etc.
2 digits: 12, 21, 31, 23
Note: I have tried the permutation formula and it gave incorrect results.
Example:
4 digits: 1223, 2213, 3122, 2313, 4321, etc.
3 digits: 122, 212, 213, 432, etc.
2 digits: 12, 21, 31, 23
Note: I have tried the permutation formula and it gave incorrect results.
Final Answer:

Showing 2 comments:
Math student
Thats wrong:
For anyone wondering why you got the wrong answer, here is the real explanation:
To find the number of permutations without repetition for a given set of numbers, we can use the formula for permutations:
P(n, r) = n! / (n - r)!
Where P(n, r) denotes the number of permutations of n items taken r at a time, and n! represents the factorial of n.
Let's calculate the number of permutations for the input 1.2.2.3.3.3.4.
For four digits (r = 4):
n = 7 (total number of digits)
r = 4 (number of digits to be taken at a time)
P(7, 4) = 7! / (7 - 4)!
= 7! / 3!
= (7 * 6 * 5 * 4 * 3 * 2 * 1) / (3 * 2 * 1)
= 7 * 6 * 5 * 4
= 840
So, there are 840 permutations of four digits without repetition.
For three digits (r = 3):
n = 7 (total number of digits)
r = 3 (number of digits to be taken at a time)
P(7, 3) = 7! / (7 - 3)!
= 7! / 4!
= (7 * 6 * 5 * 4 * 3 * 2 * 1) / (4 * 3 * 2 * 1)
= 7 * 6 * 5
= 210
So, there are 210 permutations of three digits without repetition.
For two digits (r = 2):
n = 7 (total number of digits)
r = 2 (number of digits to be taken at a time)
P(7, 2) = 7! / (7 - 2)!
= 7! / 5!
= (7 * 6 * 5 * 4 * 3 * 2 * 1) / (5 * 4 * 3 * 2 * 1)
= 7 * 6
= 42
So, there are 42 permutations of two digits without repetition.
For anyone wondering why you got the wrong answer, here is the real explanation:
To find the number of permutations without repetition for a given set of numbers, we can use the formula for permutations:
P(n, r) = n! / (n - r)!
Where P(n, r) denotes the number of permutations of n items taken r at a time, and n! represents the factorial of n.
Let's calculate the number of permutations for the input 1.2.2.3.3.3.4.
For four digits (r = 4):
n = 7 (total number of digits)
r = 4 (number of digits to be taken at a time)
P(7, 4) = 7! / (7 - 4)!
= 7! / 3!
= (7 * 6 * 5 * 4 * 3 * 2 * 1) / (3 * 2 * 1)
= 7 * 6 * 5 * 4
= 840
So, there are 840 permutations of four digits without repetition.
For three digits (r = 3):
n = 7 (total number of digits)
r = 3 (number of digits to be taken at a time)
P(7, 3) = 7! / (7 - 3)!
= 7! / 4!
= (7 * 6 * 5 * 4 * 3 * 2 * 1) / (4 * 3 * 2 * 1)
= 7 * 6 * 5
= 210
So, there are 210 permutations of three digits without repetition.
For two digits (r = 2):
n = 7 (total number of digits)
r = 2 (number of digits to be taken at a time)
P(7, 2) = 7! / (7 - 2)!
= 7! / 5!
= (7 * 6 * 5 * 4 * 3 * 2 * 1) / (5 * 4 * 3 * 2 * 1)
= 7 * 6
= 42
So, there are 42 permutations of two digits without repetition.
2 years ago 1 Like
Tips for related online calculators
See also our combinations with repetition calculator.
See also our permutations calculator.
See also our variations calculator.
Would you like to compute the count of combinations?
See also our permutations calculator.
See also our variations calculator.
Would you like to compute the count of combinations?
You need to know the following knowledge to solve this word math problem:
combinatoricsbasic operations and conceptsnumbersGrade of the word problem
Related math problems and questions:
- Word OPTICAL
Find the number of possible different arrangements of the letters of the word OPTICAL such that the vowels would always be together. - Divide
How many different ways can three people divide seven pears and five apples? - Six-digit number creation
How many six-digit numbers without repetition can be formed from the digits 1, 2, 3, 4, 5, and 6, if the numbers are, to begin with: a) the digit 4; b) digits 4 or 5? - Phone numbers
How many 9-digit telephone numbers can be compiled from the digits 0,1,2,..,8,9 that no digit is repeated? - Repeatition not allowed
How many four-digit numbers can be formed from the numbers 3 5 8 9 if they are not allowed to be repeated? - Four-digit numbers
Create all four-digit numbers from digits 1,2,3,4,5, which can repeat. How many are there? - Two groups
The group of 10 girls should be divided into two groups with at least four girls in each group. How many ways can this be done?
