asked 14.2k views
5 votes
how many ways can the letters in the word PARALLEL be arrangedsolution to use : distinguishable permutation

asked
User Hsiang
by
8.5k points

1 Answer

6 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.

answered
User Kareem Dabbeet
by
8.0k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.