Questions: Probability with Combinatorics

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A combination lock requires entering 3 digits from {1, 2, 3, 4, 5} in a specific order, with no repetition. How many valid codes are there, and which counting tool applies?

A10, using combinations C(5,3) — because you're just choosing 3 digits from 5
B60, using permutations P(5,3) — because a different sequence of the same digits opens a different lock
C6, using 3! — because only the arrangements of 3 chosen digits matter
D125, using 5³ — because each of 3 positions can independently be any of 5 digits
Question 2 Multiple Choice

A committee of 4 students is chosen at random from a class of 25. What is the correct count of possible committees, and why?

AP(25,4) = 303,600 — because who holds which committee role matters
BC(25,4) = 12,650 — because the committee has no ordered roles; any group of 4 people is one committee regardless of selection order
C25⁴ = 390,625 — because each of 4 positions can be filled by any of 25 students
D25! — because all arrangements of the class must be considered
Question 3 True / False

The probability formula P(A) = (number of favorable outcomes)/(total number of outcomes) is valid for any sample space, regardless of whether the outcomes are equally likely.

TTrue
FFalse
Question 4 True / False

Choosing a 5-card poker hand from a deck of 52 and arranging 5 people in a row for a photograph both involve selecting 5 items from a larger set, so both problems use the same counting formula.

TTrue
FFalse
Question 5 Short Answer

You want to find the probability of being dealt a 5-card hand with exactly two aces from a standard 52-card deck. Describe the counting approach: what goes in the numerator, what goes in the denominator, and why combinations are used rather than permutations.

Think about your answer, then reveal below.