Combinatorics is the area of mathematics concerned with counting, both as a means and an end in obtaining results, and certain properties of finite structures.
If there are m ways to do one thing, and n ways to do another, then there are m × n ways of doing both.
Example: If you have 3 shirts and 4 pairs of pants, you have 3 × 4 = 12 possible outfits.
This theorem provides a formula for expanding a binomial raised to any power: (x + y)ⁿ.
Pascal's Triangle:
1 (n=0)
1 1 (n=1)
1 2 1 (n=2)
1 3 3 1 (n=3)
1 4 6 4 1 (n=4)
Expansion of (x + y)⁴:
= x⁴ + 4x³y + 6x²y² + 4xy³ + y⁴
A restaurant offers 5 appetizers, 10 main courses, and 4 desserts. How many different three-course meals are possible?
In a lottery, a player must choose 6 numbers from a total of 49. Does the order in which the numbers are chosen matter? Is this a permutation or a combination?
What are the coefficients in the expansion of (x + y)³?