Total number of different combination

  • Context: High School 
  • Thread starter Thread starter msa969
  • Start date Start date
  • Tags Tags
    Combination
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
5 replies · 2K views
msa969
Messages
3
Reaction score
0
I know that if you have 4 numbers eg. 1,23,4 then the total number fo diffferent combination is
4*3*2*1 = 24
what about if one number is the same eg. 1966

Thank you
 
Physics news on Phys.org
so if I had the number 4573 what would be the total permutations?
and similarly 1966 total permutations
 
msa969 said:
so if I had the number 4573 what would be the total permutations?
24, as you calculated.

msa969 said:
and similarly 1966 total permutations
12. Imagine that the two sixes are different (e.g., different colors). You start by counting 4x3x2x1, but that means that you have overcounted because 6169 is the same as 6169. You then simply divide by two to remove the overcounting: 4! / 2 = 12.
 
colours makes perfect sense
 
I believe you need to divide by 2 factorial, NOT 2.
Yes it is the same in this problem
But not if 3 or more are the same.