More Permutations & Combinations
When letters repeat in a word, the permutation formula needs adjustment. For example, to find arrangements of "AUTOMOBILE" (with two 'O's), divide by the factorial of the repetition: 10!/2! = 1,814,400 possible arrangements.
Combinations come into play when order doesn't matter - like selecting team members where you only care who's on the team, not their positions. The formula is ⁿCᵣ = n!/r!(n−r)!. If you're choosing all available objects n=r, there's only 1 way to do it.
Real-life applications of combinations include choosing bridesmaids from friends 16friends,choosing5=4,368possibilities or selecting students for a party 24students,choosing8=735,471ways. The formula helps determine how many different groups are possible.
When faced with a counting problem, always ask yourself: Does order matter? If yes, use permutations. If not, use combinations. For example, selecting kittens to adopt from a pet store uses combinations since you just care which kittens you get, not the order you choose them.
Remember This: Permutations are for arrangements (like batting orders or schedules) while combinations are for selections (like committee members or party guests). The P or C in the formula tells you which you're dealing with!