Question:

How many 4-digit numbers are there with no digit repeated?

Updated On: Oct 21, 2023
Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

The thousands place of the 4-digit number is to be filled with any of the digits from 1 to 9 as the digit 0 cannot be included. Therefore, the number of ways in which thousands place can be filled is 9. 

The hundreds, tens, and units place can be filled by any of the digits from 0 to 9. However, the digits cannot be repeated in the 4-digit numbers and thousands place is already occupied with a digit. The hundreds, tens, and units place is to be filled by the remaining 9 digits.

Therefore, there will be as many such 3-digit numbers as there are permutations of 9 different digits taken 3 at a time. 
Number of such 3-digit numbers = \(^9P_3=\frac{9!}{(9-3)!}=\frac{9!}{6!}\)
\(=\frac{9\times8\times7\times6!}{6!}\)
\(=9\times8\times7=504\)

Thus, by multiplication principle, the required number of 4-digit numbers is \(9\times 504 = 4536\)

Was this answer helpful?
0
0

Concepts Used:

Permutations and Combinations

Permutation:

Permutation is the method or the act of arranging members of a set into an order or a sequence. 

  • In the process of rearranging the numbers, subsets of sets are created to determine all possible arrangement sequences of a single data point. 
  • A permutation is used in many events of daily life. It is used for a list of data where the data order matters.

Combination:

Combination is the method of forming subsets by selecting data from a larger set in a way that the selection order does not matter.

  • Combination refers to the combination of about n things taken k at a time without any repetition.
  • The combination is used for a group of data where the order of data does not matter.