Questions: Permutations and Arrangements

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. How many ways can these three distinct offices be filled?

AC(10, 3) = 120, because we are choosing 3 people from 10
B10 × 10 × 10 = 1000, because each office independently has 10 candidates
CP(10, 3) = 720, because the offices are distinct and order of assignment matters
D3! = 6, because there are 3 offices to arrange
Question 2 Multiple Choice

How many distinct 3-letter arrangements can be formed using letters from {A, B, C, D, E} with no repetition?

A10, because C(5, 3) = 10
B60, because P(5, 3) = 5!/2! = 60
C125, because each of 3 positions has 5 choices
D15, because 5 × 3 = 15
Question 3 True / False

Arranging all n distinct objects in a complete sequence is a special case of permutations: P(n, n) = n!.

TTrue
FFalse
Question 4 True / False

Permutations count arrangements where the order of selection does not affect the outcome.

TTrue
FFalse
Question 5 Short Answer

Explain why the formula P(n, r) = n!/(n−r)! has (n−r)! in the denominator.

Think about your answer, then reveal below.