517,460 views
38 votes
38 votes
how many ways can the letters in the word PARALLEL be arrangedsolution to use : distinguishable permutation

User LPs
by
2.4k points

1 Answer

15 votes
15 votes

We have to calculate in how many ways can the letters in the word PARALLEL be arranged.

We start by listing the unique letters and how many times each one appear in the word.

We have one P, two A's, one R, three L's and one E, for a total of 8 letters.

We then can express this as a permutation like this:


\begin{gathered} P=(N!)/(\sum n_i!) \\ P=(8!)/(2!3!)=(40320)/(2\cdot6)=3360 \end{gathered}

NOTE: "ni" is the number of repetitions of each letter that repeats more than one time. In this case, we have two A's and three L's.

Answer: there are 3360 permutations.

User Cheryle
by
2.8k points