10C2
The mathematical expression 10C2 represents a combination, specifically the number of ways to choose 2 items from a set of 10 distinct items, where the order of selection does not matter. This is part of combinatorics, a branch of mathematics concerned with counting, arrangement, and combination of objects. The formula for combinations is generally expressed as nCr = n! / (r! (n-r)!), where n is the total number of items, and r is the number of items to choose. In this case, n=10 and r=2.
Applying the formula, 10C2 = 10! / (2! (10-2)!). This expands to 10! / (2! 8!). The factorial of
Calculating the values, 10! = 3,628,800, 2! = 2, and 8! = 40,320. Substituting these into the formula: 10C2