Surname from the First

How many total possibilities are there to form a surname from the letters in C A L V I N CALVIN , using each letter at most once?

Details and assumptions:

  • Order matters for forming the surname. For instance, A V AV is not the same as V A VA .
  • The surname must contain at least one letter.


The answer is 1956.

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.

1 solution

Michael Huang
Jan 26, 2017

Let n n denote the nonzero number of letters chosen from the first name. Since there are 6 6 distinct letters, there are ( 6 n ) \dbinom{6}{n} ways to choose from. Then, there are n ! n! ways to rearrange the letters for the surname. Thus, n = 1 6 n ! ( 6 n ) = 1956 \sum\limits_{n=1}^{6} n! \dbinom{6}{n} = \boxed{1956}

If you mess around with that type of sum, you can rewrite it as [6!*e]-1 (we subtract 1 to remove the empty name)

Brian Moehring - 4 years, 4 months ago

Log in to reply

Yes, that is another way to express the number. :)

Michael Huang - 4 years, 4 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...