How many permutations of 1234567 have exactly one digit in the right place?
As an explicit example, 1726354 is an example of a permutation that have only one digit in the right place.
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 7 ways to pick the digit in which it will be in the right place. The 6 remaining digits should be completely deranged from each other.
So the answer is: =7×(derangement of 6) =7×265 =1855