Combinations Calculator (nCr)
Explanation of the Calculator:
-
Input Fields:
n
: Number of distinct objects (total objects).r
: Number of objects to choose (sample size).
-
Formula: The formula for combinations (nCr) is:
This formula calculates the number of ways to choose
r
objects fromn
distinct objects without considering the order of selection. -
Buttons:
- Calculate: Performs the calculation using the combination formula.
- Clear: Resets the input fields and results.
Example:
- If you input
n = 5
(5 objects) andr = 2
(choose 2), the result will be calculated as:
Advertisements