Card: 2 / 24 |
A permutation is an arrangement of objects in a specific order. The number of permutations of n distinct objects taken r at a time is calculated using the formula P(n, r) = n! / (n - r)!. For example, the number of ways to arrange 3 books from a set of 5 is P(5, 3) = 60. |
Card: 3 / 24 |
What is the formula for the number of combinations of n distinct objects taken r at a time? |
Card: 4 / 24 |
The formula for combinations is C(n, r) = n! / [r!(n - r)!], where n is the total number of objects, and r is the number of objects being chosen. For example, C(10, 3) calculates to 120. |
Card: 5 / 24 |
If you have 7 different shirts and want to choose 4 to wear, how many different combinations can you make? |
Card: 6 / 24 |
Using the combination formula: C(7, 4) = 7! / [4!(7 - 4)!] = 7! / (4! × 3!) = (7 × 6 × 5) / (3 × 2 × 1) = 35. Thus, there are 35 ways to choose the shirts. |
Card: 8 / 24 |
Since 'APPLE' has 5 letters with the letter 'P' repeated twice, the arrangements can be calculated using the formula for arrangements of a multiset: 5! / (2!) = 60. Therefore, there are 60 distinct arrangements. |
Card: 9 / 24 |
A basketball team has 12 players. How many ways can a coach choose 5 players to start the game? |
Card: 10 / 24 |
Using the combination formula: C(12, 5) = 12! / [5!(12 - 5)!] = 12! / (5! × 7!) = (12 × 11 × 10 × 9 × 8) / (5 × 4 × 3 × 2 × 1) = 792. Thus, there are 792 ways to choose the starting players. |
Card: 12 / 24 |
The number of ways to arrange 5 distinct books is given by the permutation of all 5 books: P(5, 5) = 5! = 120. Therefore, there are 120 different arrangements. |
Card: 13 / 24 |
If a committee of 4 is to be formed from 9 members, how many different committees can be formed? |
Card: 14 / 24 |
Using the combination formula: C(9, 4) = 9! / [4!(9 - 4)!] = 9! / (4! × 5!) = (9 × 8 × 7 × 6) / (4 × 3 × 2 × 1) = 126. Thus, there are 126 ways to form the committee. |
Card: 16 / 24 |
The total arrangements of the letters in 'MISSISSIPPI' can be calculated using: 11! / (4! × 4! × 2!) = 34650. Therefore, there are 34650 distinct arrangements. |
Card: 17 / 24 |
What is a useful tip for solving permutation and combination problems quickly? |
Card: 18 / 24 |
A useful tip is to identify whether the order of selection matters (permutation) or not (combination). Also, for combinations, remember C(n, r) = C(n, n - r) which can simplify calculations. |
Card: 20 / 24 |
The number of ways to arrange 10 students in 10 chairs is P(10, 10) = 10! = 3628800. Therefore, there are 3628800 arrangements. |
Card: 21 / 24 |
How many ways can you select a president, vice president, and secretary from a group of 5 people? |
Card: 22 / 24 |
Since the order matters, this is a permutation problem: P(5, 3) = 5! / (5 - 3)! = 5! / 2! = 120. Thus, there are 120 ways to select the officers. |
Card: 23 / 24 |
How many ways can you select 4 fruits from 10 different fruits if the selection order does not matter? Think about using the combination formula. |
Card: 24 / 24 |
Using the combination formula: C(10, 4) = 10! / [4!(10 - 4)!] = 10! / (4! × 6!) = 210. Thus, there are 210 ways to select the fruits. |