Questions: Probability with Combinatorics

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A club of 10 members needs to elect a president, a vice-president, and a treasurer (three distinct roles). How many different leadership arrangements are possible?

AC(10, 3) = 120 — choose 3 members from 10; order doesn't matter since they're all officers
BP(10, 3) = 720 — choose and arrange 3 members in distinct roles; order matters
C10 × 3 = 30 — 10 candidates for each of 3 positions
D10! = 3,628,800 — consider all possible orderings of the full membership
Question 2 Multiple Choice

A bag contains 4 blue and 2 red marbles. Three marbles are drawn at random. What is the most efficient strategy for computing the probability that at least one red marble is drawn?

ACompute P(exactly 1 red) + P(exactly 2 red) separately and add the results
BCompute P(no red marbles) = C(4,3)/C(6,3) and subtract from 1
CCompute P(all red) and subtract from 1, since 'all red' is the complement of 'at least one red'
DMultiply the probability of drawing a red first by the probability of drawing another red
Question 3 True / False

When using the equally-likely outcomes formula, the same framework for counting — either both ordered or both unordered — must be applied consistently to both the numerator (favorable outcomes) and denominator (total outcomes).

TTrue
FFalse
Question 4 True / False

The probability that a 5-card hand contains at least one ace is most simply computed by summing the probabilities of getting exactly 1, 2, 3, and 4 aces.

TTrue
FFalse
Question 5 Short Answer

Explain why complementary counting (1 − P(none)) is usually the most efficient approach for 'at least one' probability problems.

Think about your answer, then reveal below.