answersLogoWhite

0


Best Answer

In the simplest case, if A is the number of values a single element of a combination can have, and N is the number of elements in the combination, then the number of possible lock combinations is AN. For example: if you have a lock with a 4-digit numerical combination, any combination has 4 elements - the digits. Each digit can have 10 values - 0 through 9. So the total number of lock combinations is 104 or 10000. Another example: if you have the typical rotating combination padlock, a combination consists of three numbers, each of which can be 0-39. So the total number of combination shere is 403 or 64000. The calculation gets more complicated if the same number can't appear twice in the combination. In that case, there are A values for the first element, but only A-1 values for the second, A-2 values for the third, and so on. The formula in this case is A(A-1)(A-2)(...)(A-N+1) which can be written more concisely as A!/(A-N)!. For example: if you have the same rotating combination padlock as above, but know that the numbers in the combination are all different, there are 40*39*38 or 59280 possible combinations.

User Avatar

Wiki User

16y ago
This answer is:
User Avatar
User Avatar

Anonymous

Lvl 1
3y ago
the way that this answer is formatted leaves the impression that you multiply A by N. I think the interpretation is actually "raise A to the power of N" (A^N) based on the context of the answer.

Add your answer:

Earn +20 pts
Q: What is the equation to determine number of possible lock combinations?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Determine the number of possible combinations for ten items?

There are 2^10 = 1024 combinations, including the one consisting of no items.


Explain how you an determine if the number is a solution of an equation?

Substitute the number in the equation. If the resulting statement is true the number is a solution to the equation.


How many possible chromosome combinations are there for the gametes of an organism with a haploid number equal to 4?

2^n possible combinations


How many number combinations are possible with 05240?

35


How many different number combinations are in the world?

Since a number can have infinitely many digits, there are infinitely many possible combinations.


How many combinations can be made from 1234567890?

If repeats are allowed than an infinite number of combinations is possible.


What are the 5-number combinations not using any number twice?

There are infinitely many numbers and so infinitely many possible combinations.


How many symbols can you make with a 7 LED grid?

In a 7 segment display, the symbols can be created using a selected number of segments where each segment is treated as a different element.When 1 segment is used, the possible positions are 7because it can be any of the 7 segments (7C1=7).When 2 segments are used, the number of possible combinations are 7C2=21.When 3 segments are used, the number of possible combinations are 7C3=35When 4 segments are used, the number of possible combinations are 7C4=35When 5 segments are used, the number of possible combinations are 7C5=21When 6 segments are used, the number of possible combinations are 7C6=7When 7 segments are used, the number of possible combinations are 7C7=1Adding the combinations, 7+21+35+21+7+1=127Therefore, 127 symbols can be made using a 7 segment display!


Which of the orbitals contains quantum number combinations that are not possible?

3f


What is the number of possible combinations using 7 digits?

128


What steps do you take to determine the exact number of possible combinations for each set of cubes?

First you try to solve it, but you will soon realize that there is only two steps. Guess and Check.


What are the possible combinations of a 3 digit lock for numbers 0 through 39?

Assuming that repeated numbers are allowed, the number of possible combinations is given by 40 * 40 * 40 = 64000.If repeated numbers are not allowed, the number of possible combinations is given by 40 * 39 * 38 = 59280.