Combinatorial Problem of Letters

  • Thread starter Thread starter Seydlitz
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
Seydlitz
Messages
262
Reaction score
4

Homework Statement



From this combination of letters AAAXYZNO
Find how many ways to pick 3 letters if the order does not matter.

The Attempt at a Solution


I tried to elaborate it like this:

We have ___ 3 empty spaces.

A__ (Two empty space for other different letters) -> 5C2 = 10
AA_ (One empty space) -> 5C1 = 5
AAA (All AAA) -> 1 way only.
___ (No A) -> 5C3 = 10

The consideration is __A and A__ will be just the same because the order does not matter.

Hence, total ways = 26.

Or another way is simply 6C3 because we eliminate all of the As giving 20 ways only.

I also want to ask if you guys know the insight that can be shared in solving this kind of problem since I feel the concept is just floating in my mind without concrete standing.
 
Last edited:
Physics news on Phys.org
The three way I see are
5C0+5C1+5C2+5C3=1+5+10+10=26
6C1+6C3=6+20=26
8C3-6C2-6C2=8C3-6P2=56-30=26
whichever you like best