Possible Combinations | ATM Pin

  • Thread starter Thread starter skullers_ab
  • Start date Start date
  • Tags Tags
    Combinations Pin
AI Thread Summary
A customer must enter a four-digit ATM PIN without repeating any digits. Two methods for calculating the total combinations were discussed. The first method incorrectly assumed that the last digit could only be one of nine options, while the second method correctly subtracted the ten invalid combinations (0000 to 9999) from the total of 10,000 possible combinations. The consensus is that the second method is accurate, confirming that the total number of valid combinations is 9,990. The discussion clarified the misunderstanding regarding digit repetition and combinatorial logic.
skullers_ab
Messages
16
Reaction score
0

Homework Statement



To gain access to his account, a customer using an automatic teller machine (ATM) must enter a four digit code. If repetition of the same four digit is not allowed (for example, 1111), how many possible combinations are there?

The Attempt at a Solution



I figured two possible solutions. I do not know which one is correct and why the other one is not.

Possibility 1:
Considering 3 digits which can have 10 combinations each (0-9) and the last digit which can only have 9 combinations, to prevent the repetitions of all 4 digits; we have

10 X 10 X 10 X 9 = 9000

Possibility 2:
Considering that the number of combinations that are not allowed are 10 (0000, 1111, 2222, ..., 9999), we just take the total no. of possible combinations and subtract 10 from it. Thus,

(10^4) - 10 = 9990

I am biased towards the 2nd possibility but do not understand why the first one is wrong.
Explanation/help would be very much appreciated.
 
Last edited:
Physics news on Phys.org
Your "last digit which can only have 9 combinations, to prevent the repetitions of all 4 digits" would allow things like 1119 but NOT 1911 which is also a valid combination. There is nothing special about the last digit.
 
Pardon me if I misunderstood your point.

I didn't mean the last digit in the sense as the 4th digit. I meant that at least one of the digits has to be different and thus in any PIN, at least one of the digits will not be repeated, and thus will only have a selection of 9 numbers to choose from and not 10, unlike the other digits which will. Hence, 1119 and 1911 are both accounted for by 10 X 10 X 10 X 9, (which is the same as 10 X 9 X 10 X 10)

I'm sorry if I am not advocating the fact. My knowledge in combinatorics is poor and my expression bad. Intuition is a major factor in my point above.

If you are sure that what I'm saying is wrong, please let me know once more and I'll accept it and try to understand the topic better by reading more later on. Thanks for the reply.
 
skullers_ab said:
Pardon me if I misunderstood your point.

I didn't mean the last digit in the sense as the 4th digit. I meant that at least one of the digits has to be different and thus in any PIN, at least one of the digits will not be repeated, and thus will only have a selection of 9 numbers to choose from and not 10, unlike the other digits which will. Hence, 1119 and 1911 are both accounted for by 10 X 10 X 10 X 9, (which is the same as 10 X 9 X 10 X 10)

I'm sorry if I am not advocating the fact. My knowledge in combinatorics is poor and my expression bad. Intuition is a major factor in my point above.

If you are sure that what I'm saying is wrong, please let me know once more and I'll accept it and try to understand the topic better by reading more later on. Thanks for the reply.

What about things like 123x where x is a digit? "x" could be any of the ten* possibilities, yet you are restricting it to nine. You are eliminating options that work.

*1230,1231,1232,1233,1234,1235,1236,1237,1238,1239


Your second option is correct. You get it by having the total number of possibilities, including the incorrect ones and getting rid of said options.
Obviously, the digits must be the same, so every subsequent digit will be the same as the first. So we get

10\times10\times10\times10 - 10\times1\times1\times1
Which reduces to your second option.
 
Hmmm...that does make sense.

Earlier I was unable to understand which valid numbers I was 'throwing away' in my first option and why they were being 'thrown away'.

Thank you for very much for the explanation. It's quite clear to me now.

Cheers
 
Last edited:
No problem
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
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