Calculating Unique 5-Digit Numbers from Given List | Digits Probability Homework

  • Thread starter Thread starter member 428835
  • Start date Start date
  • Tags Tags
    Probability
AI Thread Summary
The discussion focuses on calculating the number of unique 5-digit numbers that can be formed from the digits 1, 2, 2, 3, 3, 4, 5, 6, 6, 6, and 0, with the constraint that zero cannot be the leading digit. Participants suggest breaking the problem into cases based on the repetition of digits, such as "full house" combinations and other patterns. The use of combinatorial notation and factorials is discussed for selecting and arranging the digits. There is also a method proposed to handle the zero by initially allowing it anywhere and then subtracting cases where it leads. The conversation emphasizes the complexity of the problem and seeks validation of the proposed approaches.
member 428835

Homework Statement


how many 5 digit unique numbers can you make from the following list: 1,2,2,3,3,4,5,6,6,6,0 and I assume zero cannot be first.

The Attempt at a Solution


since there are 11 numbers, typically i would say \frac{10!*10}{2!*2!*3!} which would be the numbers over their repeats, but the problem is we have only 5 spots, not 11, and hence my problem.

thanks for your help!
 
Physics news on Phys.org
I suggest breaking it into cases according to the repeat counts of digits. I.e. start with "full house", 3 of one (6s obviously) and 2 of another. For each pattern, count the number of ways of supplying the digits and multiply by the number of ways of sequencing them.
To deal with the zero, could permit it anywhere, then subtract off the number of 4-digit numbers not using the zero.
 
so something like this (for now i'll ignore the zero): \underbrace{{2\choose1}\frac{5!}{2!3!}}_{\text{both full houses}}+\underbrace{{3\choose2}{3 \choose 1}\frac{5!}{2!2!}}_{\text{3 of the two pairs without a lone 6}}+\underbrace{{3\choose1}\frac{5!}{2!}}_{\text{three of the single pairs}}+\underbrace{{6\choose5}5!}_{\text{no pairs}} is this correct (or at least close)? my choose notation is for selecting which of what to use and the factorials are for counting the arrangements once we have chosen what to use. again, I've disregarded zero for now, but I'm not sure this is complete even without zero. any help please!
 
joshmccraney said:
so something like this (for now i'll ignore the zero): \underbrace{{2\choose1}\frac{5!}{2!3!}}_{\text{both full houses}}+\underbrace{{3\choose2}{3 \choose 1}\frac{5!}{2!2!}}_{\text{3 of the two pairs without a lone 6}}+\underbrace{{3\choose1}\frac{5!}{2!}}_{\text{three of the single pairs}}+\underbrace{{6\choose5}5!}_{\text{no pairs}} is this correct (or at least close)? my choose notation is for selecting which of what to use and the factorials are for counting the arrangements once we have chosen what to use. again, I've disregarded zero for now, but I'm not sure this is complete even without zero. any help please!
The full house term (3+2) I agree with. For 2+2+1, you have a choice of 3 digit values for the pairs (3C2), but the single digit can then be any digit value not chosen: 5C1. Similarly in the 2+1+1+1 term.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top