Math Calculator
Professional mathematical conversions and calculations. Convert fractions, decimals, number systems, and perform geometric calculations with step-by-step solutions.
Counts unordered selections of r items from n โ where choosing ABC is the same as BAC. Used in probability and statistics.
Pascal's Triangle lists all combinations: row n gives C(n,0), C(n,1), โฆ, C(n,n). The row sums are 1, 2, 4, 8, โฆ, 2โฟ โ the total number of subsets of n items.
Using combinations when order matters โ a PIN or ranking requires permutations. The key test: does swapping two choices produce a different result? If yes, it's a permutation.