<-- Enter n
<-- Enter r
  

How many combinations can we have from:

r elements from n distinct objects

where order does matter and

replacements are not allowed?

Combinations with Replacment Formula

CR(n,r)  =  (n + r - 1)!
  r! (n - 1)!

Plug in n = 14 and r = 3, we get:

CR(14,3)  =  (14 + 3 - 1)!
  3!(14 - 1)!

CR(14,3)  =  16!
  3!(13)!

Calculate 16!

16! = 16 x 15 x 14 x 13 x 12 x 11 x 10 x 9 x 8 x 7 x 6 x 5 x 4 x 3 x 2 x 1

16! = 20922789888000

Calculate 3!

3! = 3 x 2 x 1

3! = 6

Calculate 13!

13! = 13 x 12 x 11 x 10 x 9 x 8 x 7 x 6 x 5 x 4 x 3 x 2 x 1

13! = 6227020800

Plug in factorial values:

CR(14,3)  =  16!
  3!(13)!

CR(14,3)  =  20922789888000
  6(6227020800)

CR(14,3)  =  20922789888000
  37362124800

CR(14,3) = 560


You have 2 free calculationss remaining



Excel or Google Sheets formula:

Excel or Google Sheets formula:=FACT(14+3-1)/FACT(3)(FACT(14 - 1)


What is the Answer?
CR(14,3) = 560
How does the Combinations with Replacement Calculator work?
Free Combinations with Replacement Calculator - Calculates the following:
How many combinations can we have from a sample of r elements from a set of n distinct objects where order does matter and replacements are not allowed?
This calculator has 2 inputs.

What 1 formula is used for the Combinations with Replacement Calculator?

CR(n,r) = (n + r - 1)!/r! (n - 1)!

For more math formulas, check out our Formula Dossier

What 3 concepts are covered in the Combinations with Replacement Calculator?

combination
a mathematical technique that determines the number of possible arrangements in a collection of items where the order of the selection does not matter
nPr = n!/r!(n - r)!
combinations with replacement
factorial
The product of an integer and all the integers below it
Combinations with Replacement Calculator Video

Tags:



Add This Calculator To Your Website