Permuations/Combinations question: What is the number of possibilities of sorting a set of letters when there are repeat letters?
I need to choose 4 from 14 letters, but there is 1 A, 2 B, 3 C, 4D, and 4 E
How would I calculate the number of possibilities?
@sourwing
I can help.
:D
First question is, how many letters in total?
14 letters total.
We start with 14 slots total. There is 1 A, so we need to pick 1 of the 14 slots to assign A. Now there are 13 slots remaining. There are 2 Bs, so we need to pick 2 of the 13 remaining slots. Now there are 11 slots remaining. continue like so.
Okay, and then what.
Continue like so until all the letters have been given a position.
I don't get it. I'm looking for the number of distinct ways to choose four from fourteen when there are repeat letters.
Oh I see, hold on.
First case: All distinct letters. Second case: Three types of letters, one of those letters appears twice Third case: Two types of letters Third case, first sub-case: 1 letter appears once, the other appears thrice Third case, second sub-case: both letters appear twice Fourth case: One type of letter, appears every time.
So I just have to calculate the possibilities for each case and add them together?
Yes.
Okay, thanks.
Each case is a bit tricky, but not too bad.
Join our real-time social learning platform and learn together with your friends!