nCr

From Maths
Revision as of 16:39, 14 April 2018 by Alec (Talk | contribs) (Categorising and adding references/notes section)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Stub grade: A
This page is a stub
This page is a stub, so it contains little or minimal information and is on a to-do list for being expanded.The message provided is:
I'd like this page to be better, "" for Combinations and what is noted there. Alec (talk) 16:38, 14 April 2018 (UTC)

Definition

n-choose-r is the number of ways to choose r items from n items, said differently it's the number of distinct combinations of length r we can make from n items.

  • nCr(n,r):=n!r!(nr)!

Notation

I write and prefer something like: nCr - but I've never gotten this to work well in LaTeX.

I've also seen (nr) used, but more compact (vertically) than this vector.

Properties

  • nCr(n,r)=nCr(n,nr)

See also

Notes

References