Questions: Permutations and Ordered Arrangements

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

An election has 10 candidates. A voter must rank their top 3 choices in order (1st place, 2nd place, 3rd place). How many distinct ranked ballots are possible?

A30 (10 × 3)
B120 (10 × 3 × 4)
C720 (P(10,3) = 10 × 9 × 8)
D210 (C(10,3) = 10!/(3!7!))
Question 2 Multiple Choice

A password consists of 4 distinct letters chosen from the 26-letter alphabet, where order matters (so 'ABCD' and 'DCBA' are different passwords). Which expression gives the number of possible passwords?

A26⁴ = 456,976
BP(26,4) = 26 × 25 × 24 × 23 = 358,800
CC(26,4) = 14,950
D4! = 24
Question 3 True / False

The number of ways to arrange all 7 books on a shelf is 7! = 5,040.

TTrue
FFalse
Question 4 True / False

When selecting 3 people from a group of 8 for the roles of president, vice president, and treasurer, the number of ways equals the number of ways to simply choose any 3 people from the group of 8.

TTrue
FFalse
Question 5 Short Answer

How do you determine whether a counting problem requires permutations rather than combinations? Give a concrete test and apply it to an example.

Think about your answer, then reveal below.