Combinations of n elements in pairs

  • Context: High School 
  • Thread starter Thread starter archaic
  • Start date Start date
  • Tags Tags
    Combinations Elements
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 · 1K views
archaic
Messages
688
Reaction score
214
Hey!
[tex] C^2_2 = 1\:\:\:C^2_3 = 3\:\:\:C^2_4 = 6\:\:\:C^2_5 = 10 \\<br /> We\:can\:see\:that\:\:\:C^2_n = C^2_{n-1} + (n-1),\:let's\:try\:n = 5 \\<br /> C^2_5 = C^2_4 + (5 - 1) \\<br /> = C^2_3 + (4 - 1) + (5 - 1) \\<br /> = C^2_2 + (3 - 1) + (4 - 1) + (5 - 1) \\<br /> = 1 + (3 - 1) + (4 - 1) + (5 - 1) \\<br /> C^2_5 = (1 - 1) + (2 - 1) + (3 - 1) + (4 - 1) + (5 - 1) = 10 \\<br /> Generally,\: C^2_n = (1 - 1) + (2 - 1)\:+\:...\:+\:(n - 1) \\<br /> = (1 + 2\: +\: ... \: + \: n) - n \\<br /> = \frac{(n+1)n}{2} - n \\<br /> = \frac{n^2-n}{2}[/tex]
 
Physics news on Phys.org
mathman said:
What is the point? Standard combinatorial formula [tex]\binom{n}{k}=\frac{n!}{k!(n-k)!}[/tex].
well, call it a high schooler's curiosity and then impulse
 
Last edited: