125k views
4 votes
Find the number of permutations of the first 9 letters of the alphabet, taking 4 letters at a time.

4280


3024


2512


1015

User Codiak
by
7.8k points

2 Answers

4 votes

Solution-

First 9 letters of alphabet are- A,B,C,D,E,F,G,H,I

Total number of ways of selection of 4 letters from 9 alphabets = 9C4

=9!÷((4!).(9-4)!) = 9!÷(4!×5!) = (9×8×7×6)÷(24) = 126

The number of ways of arranging these 4 numbers = 4! = 24

∴ Total number of possible permutations = 9C4×4! = 126×24 = 3024

∴ option number 2 is correct.

User Franta Kocourek
by
7.4k points
7 votes

Answer:

3024

Explanation:

The combinations to find the number of permutations of the first 9 letters of the alphabets, taking 4 letters at one time, are given by:


_nC_k


= (_nP_k)/(k!)


((n!)/(k!(n-k)!) )

Here in this case,

n = 9 (the total number of letters);and

k = 4 (the numbers of letters taken at one time)


_9C_4 = ((9!)/(4!.5!))


9 . 8 . 7 . 6 . 5 .(4!)/(4!.5!)


9.8.7.6. (5!)/(5!)


9.8.7.6 = 3024

Therefore, the number of permutations of the first 9 letters of the alphabets is 3024.

User Feras
by
7.5k points