Unfortunately you can’t remember the code for your lock, which accepts combinations from 0000 to 9999. You only know that you didn’t use any digit more than once. How many different ways do you have to try?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
There are 10 digits (0, 1, …, 9) and each one appears at most once. The number of orderings of these digits is 10P4 = 5040.