There are envelopes and corresponding letters. Find the number of ways in which the envelopes can be distributed such that exactly one letter goes in the wrong envelope in terms of .
Notations:
is the total number of ways way of choosing elements from a set of elements in which order does NOT matter.
is the total number of ways way of choosing elements from a set of elements in which order does matter.
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.
If you put ( n − 1 ) letters in their corresponding ( n − 1 ) envelopes then you are only left with one letter and one envelope which makes the right pair. So, there is N O such way of putting exactly one letter in wrong envelope. :)