Study Using Permutations And Combinations In Probability in Statistics with focused flashcards that help you recognize the idea, recall the key rule, and apply it in practice-style prompts.
All flashcards
Flashcard 1: From 10 students, how many ways can you choose a president, vice president, and secretary?
Answer: P(10,3)=720. Order matters since positions are distinct.
Flashcard 2: Compute the number of 4-digit codes using digits 0-9 with no repetition allowed.
Answer: P(10,4)=10⋅9⋅8⋅7=5040. 10 choices, then 9, then 8, then 7 (no repeats).
Flashcard 3: A 5-digit code uses digits 0-9 with no repetition. How many codes are possible?
Answer: P(10,5)=30240. P(10,5)=5!10!=10×9×8×7×6=30240.
Flashcard 4: State the formula for permutations of n items taken r at a time, P(n,r).
Answer: P(n,r)=(n−r)!n!. Order matters, so divide n! by (n−r)! to remove unused items.
Flashcard 5: Two cards are drawn without replacement. What is P(both aces)?
Answer: (252)(24). Choose 2 aces from 4 divided by all ways to choose 2 from 52.
Flashcard 6: Compute P(8,3), the number of ordered selections of 3 from 8.
Answer: P(8,3)=8⋅7⋅6=336. First 3 factors of 8!: 8⋅7⋅6.
Flashcard 7: Find the probability that a 5-card hand contains at least 1 ace (from a 52-card deck).
Answer: 1−C(52,5)C(48,5). 1 minus probability of no aces (complement rule).
Flashcard 8: State the multiplication rule for counting outcomes in a multi-stage process.
Answer: Total outcomes =a1a2⋯ak. Each stage multiplies the number of choices at that stage.
Flashcard 9: State the formula for the combination of n objects taken r at a time, C(n,r).
Answer: C(n,r)=r!(n−r)!n!. Divides by r! to remove order from permutations.
Flashcard 10: Find the probability of getting exactly 2 heads in 3 fair coin flips.
Answer: 23C(3,2)=83. Choose 2 heads positions from 3, divide by 23 total outcomes.
Flashcard 11: Compute C(8,3), the number of unordered selections of 3 from 8.
Answer: C(8,3)=56. 3!5!8!=6336=56.
Flashcard 12: State the classical probability formula using equally likely outcomes.
Answer: P(E)=totalfavorable. Assumes all outcomes are equally likely to occur.
Flashcard 13: What is the factorial definition of n! for integer n≥1, and what is 0!?
Answer: n!=n(n−1)⋯2⋅1 and 0!=1. Product of integers down to 1; special case 0!=1.
Flashcard 14: Identify whether order matters for a permutation versus a combination.
Answer: Permutation: order matters; combination: order does not. Key distinction: ABC ≠ BAC for permutations, but ABC = BAC for combinations.
Flashcard 15: State the formula for the number of distinct permutations of n items with repeats n1,n2,…,nk.
Answer: n1!n2!⋯nk!n!. Divides n! by factorials of repeat counts to eliminate duplicates.
Flashcard 16: Compute the number of ways to arrange 6 distinct books on a shelf.
Answer: 6!=720. All arrangements of 6 distinct items: 6!.
Flashcard 17: From 10 students, how many ways can you choose a 3-person committee?
Answer: (310)=120. Order doesn't matter for committee selection.
Flashcard 18: What is the fundamental counting principle for k stages with n1,…,nk choices?
Answer: n1⋅n2⋯nk. Multiply choices at each stage for total outcomes.
Flashcard 19: Compute the number of ways to select a president, vice president, and secretary from 10 people.
Answer: P(10,3)=720. Order matters for distinct positions: 10⋅9⋅8.
Flashcard 20: How many distinct arrangements of the letters in LEVEL are there?
Answer: 2!2!5!=30. LEVEL has 5 letters with L and E each appearing twice.
Flashcard 21: What is the relationship between permutations and combinations: express P(n,r) using (rn)?
Answer: P(n,r)=(rn)r!. Each combination has r! permutations when order is considered.
Flashcard 22: State the addition rule for any two events A and B.
Answer: P(A∪B)=P(A)+P(B)−P(A∩B). Adds probabilities but subtracts overlap to avoid double-counting.
Flashcard 23: A box has 6 red and 4 blue marbles. Two are drawn without replacement. What is P(one red and one blue)?
Answer: (210)(16)(14)=158. Ways to pick 1 red and 1 blue divided by all ways to pick 2.
Flashcard 24: Compute P(7,3).
Answer: 210. P(7,3)=4!7!=245040=210.
Flashcard 25: State the complement rule for probability.
Answer: P(Ec)=1−P(E). The probability of not-E equals 1 minus the probability of E.
Flashcard 26: State the formula for combinations of n items taken r at a time, (rn).
Answer: (rn)=r!(n−r)!n!. Order doesn't matter, so divide by r! to remove duplicate arrangements.
Flashcard 27: Compute the number of distinct permutations of the letters in MISSISSIPPI.
Answer: 4!4!2!11!=34650. Divide by factorials of repeated letters: M(1), I(4), S(4), P(2).
Flashcard 28: State the probability rule for independent events A and B.
Answer: P(A∩B)=P(A)P(B). For independent events, multiply their individual probabilities.
Flashcard 29: Find the probability that a 5-card hand contains exactly 2 aces (from a 52-card deck).
Answer: C(52,5)C(4,2)C(48,3). Choose 2 aces and 3 non-aces, divide by all 5-card hands.
Flashcard 30: State the formula for the permutation of n objects taken r at a time, P(n,r).
Answer: P(n,r)=(n−r)!n!. Divides n! by (n−r)! to remove the unused (n−r) objects.
Flashcard 31: Compute the number of 4-digit codes using digits 0-9 with repetition allowed.
Answer: 104=10000. Each position has 10 choices independently.
Flashcard 32: Find the probability of drawing 2 hearts in 2 draws without replacement from a 52-card deck.
Answer: C(52,2)C(13,2)=171. Choose 2 from 13 hearts over choose 2 from 52 cards.
Flashcard 33: What is the probability formula using equally likely outcomes and counting?
Answer: P(A)=#S#A. Favorable outcomes divided by total outcomes.
Flashcard 34: Compute (37).
Answer: 35. (37)=3!4!7!=6×245040=35.
Flashcard 35: Find the probability of drawing 2 aces in 2 draws without replacement from a 52-card deck.
Answer: C(52,2)C(4,2)=2211. Choose 2 from 4 aces over choose 2 from 52 cards.
Flashcard 36: Compute the number of ways to choose a committee of 3 from 10 people.
Answer: C(10,3)=120. Order doesn't matter for committee selection.
Flashcard 37: A 5-digit code uses digits 0-9 with repetition allowed. How many codes are possible?
Answer: 105. Each of 5 positions can be any of 10 digits: 10×10×10×10×10.
Flashcard 38: Find the probability a random 4-digit code (digits 0-9) has no repeated digits.
Answer: 104P(10,4)=100005040=0.504. No-repeat codes divided by all possible codes.
Flashcard 39: A 5-card hand is drawn from a 52-card deck. What is P(all hearts)?
Answer: (552)(513). Choose 5 hearts from 13 divided by all ways to choose 5 from 52.