Skip to contents

Calculate number of combinations

Usage

nCr(n, r)

Arguments

n

Integer: Total number of items

r

Integer: Number of items in each combination

Value

Integer: Number of combinations

Details

In plain language: You have n items. How many different cobinations of r items can you make?

Author

EDG