How many combinations of 4 letters are possible from the letters a b c d e?

Suppose we have a set of five objects e.g.\ the set of letters A, B, C, D and E. Then these letters can be arranged in different permutations ABCDE, or DBCAE, or EACBD etc. Then we ask how many different permutations are there. The answer is that there are 5!\equiv 5.4.3.2.1 different permutations. For the first letter there are 5 possibilities, for the second only 4 because one has been used, for the third only 3 etc. The final answer is obtained by just multiplying these numbers.

The general result is that if we have n different objects then there are P_n=n!\equiv n.(n-1)\cdots 3.2.1 permutations. The factorial symbol n! is by convention given the value 1 when n=0 i.e. 0!=1

If we have n different objects and we choose m of them (with m < n of course) and ask how many different arrangements result then there are n.(n-1).\cdots (n-m+1) possibilities. This is called the number of permutations of n objects taken m at a time and written ^nP_m=n!/(n-m)!

If we have n different objects and we choose m of them (with m < n of course) and ask how many different choices we can make irrespective of order then we have to divide the previous result by the number of permutations of m objects i.e. by P_m=m!\,. This gives the number of combinations of n objects taken m at a time. This is written ^nC_m=n!/(n-m)!m! Note that ^nC_0=^nC_n=1.

A quick technique for deriving the ^nC_m\,\,'s is from Pascal's triangle.

\begin{eqnarray} \ &\ &\ &\ &1 &\ &1 &\ &\ &\ &\ \\ \ &\ &\ &1 &\ &2 &\ &1 &\ &\ &\ \\ \ &\ &1 &\ &3 &\ &3 &\ &1 &\ &\ \\ \ &1 &\ &4 &\ &6 &\ &4 &\ &1 &\ \\ 1 &\ &5 &\ &10&\ &10&\ &5 &\ &1 \end{eqnarray}

etc. where each row is formed from the one above by adding the two integers immediately above to the left and to the right. The combination ^nC_m is found by looking for the (m+1)-th number in the n-th row so ^5C_2 is found by looking for the third number in the fifth row i.e. 10.

24
Call the letters 1, 2, 3 and 4 you get the following combinations:
1)1234
2)1243
3)1324
4)1342
5)1423
6)1432
7)2134
8)2143
9)2314
10)2341
11)2413
12)2431
13)3124
14)3142
15)3214
16)3241
17)3412
18)3421
19)4123
20)4213
21)4231
22)4312
24)4321
Each letter as the starter gets six variations of the other three letters to go with it.


Dec 21 2011, 4:38 PM

How many combinations are there of Abcde?

A total of 18+ 18+ 12= 48 permutations.

How many 4 letter combinations are there?

The number of possible combinations that are possible with 4 letters is 14,950. The alphabet contains 26 letters total, and we want to know how many combinations of 4 letters we can make from those 26 letters.

How many different 4 letter passwords can be formed from the letters?

Answer and Explanation: Thus, 840 4-lettered passwords can be generated.

How many permutations can you make from the letters abcd and e?

Then these letters can be arranged in different permutations ABCDE, or DBCAE, or EACBD etc. Then we ask how many different permutations are there. The answer is that there are 5!