View written solutionFree
Correct answer: 252
-
We need to count three-digit numbers in which exactly one digit is repeated two times.
So the digit pattern must be of the form: where the repeated digit is one digit and the third digit is different from it.
-
Let the repeated digit be and the distinct digit be , with
-
First choose the repeated digit .
Since the number is three-digit, the repeated digit can be any digit from to :
-
Next choose the distinct digit .
It must be different from , so:
-
For the multiset , the number of distinct arrangements is:
So at first sight, total count would be:
-
But this includes some invalid cases where the first digit is , because a three-digit number cannot begin with .
-
Count the invalid numbers:
These happen only when , since then the arrangements are .
Among these, the ones starting with are: for each nonzero .
Here can be any digit from to , so:
-
Therefore the required count is:
-
Alternate check:
-
If the repeated digit is nonzero: choices for repeated digit. Then distinct digit has choices, and all arrangements are valid:
-
If the repeated digit is : distinct digit must be to ( choices), and only is valid:
Total:
-
Hence, the total number of such three-digit numbers is:
More from Permutations and Combinations
- The number of 5-digit natural numbers, such that the product of their digits is 36 , is .2022 · Numerical
- Numbers are to be formed between 1000 and 3000 , which are divisible by 4 , using the digits and 6 without repetition of digits. Then the total number of such numbers is .2022 · Numerical
- There are ten boys B1, B2, ......., B10 and five girls G1, G2, ........, G5 in a class. Then the number of ways of forming a group consisting of three boys and three girls, if both B1 and B2 together should not be the members of a group,…2022 · Numerical
- The total number of 3-digit numbers, whose greatest common divisor with 36 is 2, is .2022 · Numerical
- The number of ways, 16 identical cubes, of which 11 are blue and rest are red, can be placed in a row so that between any two red cubes there should be at least 2 blue cubes, is .2022 · Numerical
- Let A be a matrix of order 2 2, whose entries are from the set {0, 1, 2, 3, 4, 5}. If the sum of all the entries of A is a prime number p, 2 < p < 8, then the number of such matrices A is .2022 · Numerical
- Let be the set of all passwords which are six to eight characters long, where each character is either an alphabet from or a number from with the repetition of characters allowed. If the number of…2022 · Numerical
- A class contains b boys and g girls. If the number of ways of selecting 3 boys and 2 girls from the class is 168 , then is equal to .2022 · Numerical