Combination Problem: C(70,67) = 54,740

  • Context:
  • Thread starter Thread starter yakin
  • 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
1 reply · 1K views
yakin
Messages
42
Reaction score
0
How come the combination of C(70,67) is 54,740?
 
Physics news on Phys.org
yakin said:
How come the combination of C(70,67) is 54,740?

The combination function is defined as:

$$C(n,r)={n \choose r}\equiv\frac{n!}{r!(n-r)!}$$

And so we have:

$${70 \choose 67}=\frac{70!}{67!(70-67)!}=\frac{70\cdot69\cdot68\cdot67!}{67!\cdot3!}=\frac{70\cdot69\cdot68}{3\cdot2}=35\cdot23\cdot68=54740$$