Why is C(n,1) equal to n?

  • Context: High School 
  • Thread starter Thread starter abbey gamble
  • Start date Start date
  • Tags Tags
    Discrete Discrete math
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
abbey gamble
Messages
1
Reaction score
0
C(n,1) ...

I know that C(n,0) =1

But have no clue how to figure out C(n,1) :cry:
 
Mathematics news on Phys.org
By C(n,1) you mean n choose 1?

Do you know the definition of C(n,k)?
 
[tex]C(n,k) = \frac{n!}{k!\left(n-k\right)!}[/tex]
just use this to calculate C(n,1)