Combinations Calculator (nCr)

Will calculate the combinations for C(n,r) = n! / r! (n - r)!. For r <= n, n >= 0, and r >= 0.

Find the Combinations:
C(n,r) where:
n =
r =

C(1,1) = 1! / 1! (1 - 1)! =
1

Combinations Formula:

C(n,r) = n! / r! (n - r)!

"The number of ways of picking r unordered outcomes from n possibilities." [1]

References

[1] For more information on combinations and binomial coefficients please see http://mathworld.wolfram.com/Combination.html

© 2006-2009 FreeOnlineCalculator .net

Website Designer Massachusetts
Southborough Website Design, LLC

   Valid XHTML 1.0!   Valid CSS!