Binomial coefficient identities (symmetry and Pascal) (C(n,r)=C(n,n−r); Pascal: C(n,r)=C(n−1,r−1)+C(n−1,r))

jee-mainjee-advanced

C(n,r)=C(n,n−r); Pascal: C(n,r)=C(n−1,r−1)+C(n−1,r)

What each symbol means

SymbolWhat it stands for
nRow index (non-negative integer)
rPosition in row
C(n,r)Entries of Pascal’s triangle

When to use this

Integers with 0 ≤ r ≤ n. Pascal’s recurrence needs r≥1 for C(n−1,r−1) term.