Question
Question: \( {\text{Show the total number of natural numbers of six digit that can be made with }} \\\ ...
Show the total number of natural numbers of six digit that can be made with digits. 1,2,3,4, if all numbers are to appear in the same number at least once in 150,
Explanation
Solution
We have to choose numbers having 6 digits and made using all the four digits 1,2,3,4. This is possible if some of the digits repeat to make 6 digits. So, there can be two cases, Case 1: Out of 6 digits 3 are different,3 are same This case occurs only when one number out of four will appear three times. So, for selecting one number that occurs 3 times in 6 digit number is, This can be done in 4C1ways=4 ways. Now we have a set of 6 digits out of which three are same and they can be arranged in 3!(same)6!=120ways. Hence by fundamental theorem the number of such numbers = 4 \times120 = 480. Case 2: Out of 6 digits 2 aresame,2 are same,2 are different This case occurs only when out of the 4 digits we can select 2 sets of same . So, for selecting 2 number from 4 dgits that occurs 2 times in 6 digit number is This can be done in 4C2ways=6 ways. Now we have a set of 6 digits out of which 2 are same of one kind and 2 of other kind. They can be arranged in 2!(same)2!(same)6!=4720=180ways. Hence by fundamental theorem the number of such numbers = 6 \times180 = 1880 . So total number of numbers that can be made from both case will be 480 + 1080 = 1560. Hence proved NOTE: - Whenever you came up with this type of problem then the best way is to break the problem into different cases and find the value for each case then add them up.