A small combination lock on a suitcase has 4 wheels, each labeled with the 10 digits 0 to 9. how many 4 digit combinations are possible if no digit is repeated? if digits can be repeated? if successive digits must be different?
Question
Answer:
This is the easiest way to solve this problem:Imagine this represents how many combinations you can have for each of the 4 wheels (each blank spot for one wheel): __ __ __ __
For the first situation it says how many combos can we make if no digits are repeated.
We have 10 digits to use for the first wheel so put a 10 in the first slot
10 __ __ __
Since no digit can be repeated we only have 9 options for the second slot
10 9_ __ __
Same for the third slot, so only 8 options
10 9 8 __
4th can't be repeated so only 7 options left
10 9 8 7
Multiply the four numbers together: 10*9*8*7 = 5040 combinations
For the next two do the same process as the one above.
If digits can be repeated? You have ten options for every wheel so it would look like this: 10 10 10 10
10*10*10*10 = 10,000 combinations
If successive digits bust be different?
We have 10 for the first wheel, but second wheel only has 9 options because 2nd number can't be same as first. The third and fourth wheels also has 9 options for the same reason.
10 9 9 9
10*9*9*9 = 7290 combinations
solved
general
11 months ago
2768