A license plate begins with three letters. If the possible letters are A, B, C, D and E, how many different permutations of these letters can be made if no letter is used more than once?

Respuesta :

Answer:

60 different permutations of these letters can be made.

Step-by-step explanation:

Permutations formula:

The number of possible permutations of x elements from a set of n elements is given by the following formula:

[tex]P_{(n,x)} = \frac{n!}{(n-x)!}[/tex]

How many different permutations of these letters can be made if no letter is used more than once?

3 letters from a set of 5. So

[tex]P_{(5,3)} = \frac{5!}{(5-3)!} = \frac{5!}{2!} = 5*4*3 = 60[/tex]

60 different permutations of these letters can be made.