Study Counting Combinatorics in GRE Quantitative with focused flashcards that help you recognize the idea, recall the key rule, and apply it in practice-style prompts.
All flashcards
Flashcard 1: What is the value of 0!?
Answer: 0!=1. Defined by convention to ensure consistency in formulas like binomial coefficients and permutations for r=0.
Flashcard 2: What is the symmetry identity for binomial coefficients (rn)?
Answer: (rn)=(n−rn). Reflects that selecting r items to include equals selecting n−r to exclude from the set.
Flashcard 3: Identify the number of ways to choose a nonempty subset from n elements.
Answer: 2n−1. Subtracts the empty set from the total number of subsets of an n-element set.
Flashcard 4: Identify the number of subsets of a set with n elements.
Answer: 2n. Arises from each of n elements having two choices: inclusion or exclusion in the subset.
Flashcard 5: State the formula for permutations of n objects when repetition is allowed and order matters, length r.
Answer: nr. Allows each of r positions to independently choose from n options, permitting repetitions.
Flashcard 6: State the formula for the number of permutations of n distinct objects taken r at a time.
Answer: P(n,r)=(n−r)!n!. Calculates the number of ways to arrange r distinct items from n, accounting for order by multiplying descending factorials.
Flashcard 7: State the inclusion-exclusion formula for two sets A and B.
Answer: ∣A∪B∣=∣A∣+∣B∣−∣A∩B∣. Adds individual set sizes and subtracts their intersection to correct for double-counting.
Flashcard 8: State the multiplication (fundamental counting) principle for k sequential choices with n1,…,nk options.
Answer: n1×n2×⋯×nk outcomes. Multiplies the options at each independent stage to count total outcomes in sequential decisions.
Flashcard 9: What is the factorial definition of n! for an integer n≥1?
Answer: n!=n(n−1)(n−2)⋯2⋅1. Represents the product of all positive integers up to n, fundamental for counting permutations and combinations.
Flashcard 10: State the formula for the number of combinations of n distinct objects taken r at a time.
Answer: (rn)=r!(n−r)!n!. Determines the number of ways to select r items from n without regard to order, dividing by r! to eliminate permutations.
Flashcard 11: State the number of distinct permutations of a multiset with counts n1,n2,…,nk totaling n.
Answer: n1!n2!⋯nk!n!. Adjusts total permutations by dividing by factorials of identical item counts to avoid overcounting indistinguishable arrangements.