Counting Methods - ACT Math
Card 1 of 30
How many ways can 4 books be arranged on a shelf?
How many ways can 4 books be arranged on a shelf?
Tap to reveal answer
- Number of ways to arrange 4 distinct objects.
- Number of ways to arrange 4 distinct objects.
← Didn't Know|Knew It →
What is $ ^7P_3 $?
What is $ ^7P_3 $?
Tap to reveal answer
$210$. $\frac{7!}{4!} = \frac{5040}{24} = 210$
$210$. $\frac{7!}{4!} = \frac{5040}{24} = 210$
← Didn't Know|Knew It →
What is the number of binary strings of length $5$ with exactly $2$ ones?
What is the number of binary strings of length $5$ with exactly $2$ ones?
Tap to reveal answer
$\binom{5}{2} = 10$. Choose positions for ones among five spots.
$\binom{5}{2} = 10$. Choose positions for ones among five spots.
← Didn't Know|Knew It →
How many distinct permutations can be made from the letters in 'LEVEL'?
How many distinct permutations can be made from the letters in 'LEVEL'?
Tap to reveal answer
- Calculate $\frac{5!}{2!2!} = \frac{120}{4} = 30$ with repeated letters.
- Calculate $\frac{5!}{2!2!} = \frac{120}{4} = 30$ with repeated letters.
← Didn't Know|Knew It →
If a password consists of 4 digits, how many possible passwords are there?
If a password consists of 4 digits, how many possible passwords are there?
Tap to reveal answer
$10^4 = 10,000$. Each digit has 10 choices, multiply for all positions.
$10^4 = 10,000$. Each digit has 10 choices, multiply for all positions.
← Didn't Know|Knew It →
How many ways can you choose 2 cards from a deck of 52?
How many ways can you choose 2 cards from a deck of 52?
Tap to reveal answer
$\binom{52}{2} = 1,326$. Order doesn't matter when choosing cards.
$\binom{52}{2} = 1,326$. Order doesn't matter when choosing cards.
← Didn't Know|Knew It →
What is the formula for the number of subsets of a set with $n$ elements?
What is the formula for the number of subsets of a set with $n$ elements?
Tap to reveal answer
$2^n$. Each element can either be included or excluded.
$2^n$. Each element can either be included or excluded.
← Didn't Know|Knew It →
What is the principle of multiplication in counting?
What is the principle of multiplication in counting?
Tap to reveal answer
If one event has $m$ outcomes and another has $n$, total is $m \times n$. Sequential events multiply their outcome counts.
If one event has $m$ outcomes and another has $n$, total is $m \times n$. Sequential events multiply their outcome counts.
← Didn't Know|Knew It →
How many ways can a committee of 2 be formed from 5 people?
How many ways can a committee of 2 be formed from 5 people?
Tap to reveal answer
$\binom{5}{2} = 10$. Order doesn't matter for committee selection.
$\binom{5}{2} = 10$. Order doesn't matter for committee selection.
← Didn't Know|Knew It →
What does $n!$ represent in counting methods?
What does $n!$ represent in counting methods?
Tap to reveal answer
The product of all positive integers up to $n$. Calculated as $n \times (n-1) \times ... \times 2 \times 1$.
The product of all positive integers up to $n$. Calculated as $n \times (n-1) \times ... \times 2 \times 1$.
← Didn't Know|Knew It →
What is the formula for the number of ways to arrange $n$ objects where some are alike?
What is the formula for the number of ways to arrange $n$ objects where some are alike?
Tap to reveal answer
$\frac{n!}{p_1!p_2!...p_k!}$. Divide by factorials of repeated object counts.
$\frac{n!}{p_1!p_2!...p_k!}$. Divide by factorials of repeated object counts.
← Didn't Know|Knew It →
How many different 4-digit numbers can be formed using the digits 1-9?
How many different 4-digit numbers can be formed using the digits 1-9?
Tap to reveal answer
$9 \times 9 \times 8 \times 7 = 4,536$. First digit excludes 0, others exclude previous digits.
$9 \times 9 \times 8 \times 7 = 4,536$. First digit excludes 0, others exclude previous digits.
← Didn't Know|Knew It →
If you have 4 shirts and 3 pants, how many outfits can you create?
If you have 4 shirts and 3 pants, how many outfits can you create?
Tap to reveal answer
- Multiply clothing options using multiplication principle.
- Multiply clothing options using multiplication principle.
← Didn't Know|Knew It →
How many ways can you form a group of 4 from 10 people?
How many ways can you form a group of 4 from 10 people?
Tap to reveal answer
$\binom{10}{4} = 210$. Same as choosing 4 from 10 people.
$\binom{10}{4} = 210$. Same as choosing 4 from 10 people.
← Didn't Know|Knew It →
How many ways can a president and vice president be selected from 5 candidates?
How many ways can a president and vice president be selected from 5 candidates?
Tap to reveal answer
- Order matters for president and vice president roles.
- Order matters for president and vice president roles.
← Didn't Know|Knew It →
What is $^6C_3$?
What is $^6C_3$?
Tap to reveal answer
$20$. $\frac{6!}{3!3!} = \frac{720}{36} = 20$
$20$. $\frac{6!}{3!3!} = \frac{720}{36} = 20$
← Didn't Know|Knew It →
What is $^9P_2$?
What is $^9P_2$?
Tap to reveal answer
$72$. $\frac{9!}{7!} = 9 \cdot 8 = 72$
$72$. $\frac{9!}{7!} = 9 \cdot 8 = 72$
← Didn't Know|Knew It →
How many ways can 3 objects be selected from 5 distinct objects?
How many ways can 3 objects be selected from 5 distinct objects?
Tap to reveal answer
- Using $C(5,3) = \frac{5!}{3!2!} = \frac{120}{6 \cdot 2} = 10$.
- Using $C(5,3) = \frac{5!}{3!2!} = \frac{120}{6 \cdot 2} = 10$.
← Didn't Know|Knew It →
How many ways can 4 identical items be distributed into 3 different boxes?
How many ways can 4 identical items be distributed into 3 different boxes?
Tap to reveal answer
- Stars and bars: $C(4+3-1,3-1) = C(6,2) = 15$ distributions.
- Stars and bars: $C(4+3-1,3-1) = C(6,2) = 15$ distributions.
← Didn't Know|Knew It →
What is the factorial of a non-negative integer $n$ represented by?
What is the factorial of a non-negative integer $n$ represented by?
Tap to reveal answer
$n!$. The symbol for the product of all positive integers from 1 to $n$.
$n!$. The symbol for the product of all positive integers from 1 to $n$.
← Didn't Know|Knew It →
How many subsets can be formed from a set with 4 elements?
How many subsets can be formed from a set with 4 elements?
Tap to reveal answer
- Each element can be in or out, giving $2^4 = 16$ subsets.
- Each element can be in or out, giving $2^4 = 16$ subsets.
← Didn't Know|Knew It →
How many ways can 3 identical balls be placed in 4 different boxes?
How many ways can 3 identical balls be placed in 4 different boxes?
Tap to reveal answer
- Stars and bars: $C(3+4-1,4-1) = C(6,3) = 20$ placements.
- Stars and bars: $C(3+4-1,4-1) = C(6,3) = 20$ placements.
← Didn't Know|Knew It →
How many permutations are possible for arranging $n$ distinct objects?
How many permutations are possible for arranging $n$ distinct objects?
Tap to reveal answer
$n!$. Each position has decreasing choices, resulting in $n!$ total arrangements.
$n!$. Each position has decreasing choices, resulting in $n!$ total arrangements.
← Didn't Know|Knew It →
What is the formula for combinations of $r$ objects from $n$ objects?
What is the formula for combinations of $r$ objects from $n$ objects?
Tap to reveal answer
$C(n, r) = \frac{n!}{r!(n-r)!}$. Divides by $r!$ to eliminate order since combinations ignore arrangement.
$C(n, r) = \frac{n!}{r!(n-r)!}$. Divides by $r!$ to eliminate order since combinations ignore arrangement.
← Didn't Know|Knew It →
Identify the number of ways to arrange 4 people in a line.
Identify the number of ways to arrange 4 people in a line.
Tap to reveal answer
- Calculate $4! = 4 \times 3 \times 2 \times 1 = 24$ arrangements.
- Calculate $4! = 4 \times 3 \times 2 \times 1 = 24$ arrangements.
← Didn't Know|Knew It →
How many ways can 4 different books be arranged on a shelf if 2 are always together?
How many ways can 4 different books be arranged on a shelf if 2 are always together?
Tap to reveal answer
- Treat the pair as one unit: $3! \times 2! = 12$ arrangements.
- Treat the pair as one unit: $3! \times 2! = 12$ arrangements.
← Didn't Know|Knew It →
How many ways can 2 identical balls be placed in 3 different boxes?
How many ways can 2 identical balls be placed in 3 different boxes?
Tap to reveal answer
- Stars and bars: $C(2+3-1,3-1) = C(4,2) = 6$ placements.
- Stars and bars: $C(2+3-1,3-1) = C(4,2) = 6$ placements.
← Didn't Know|Knew It →
What is the number of ways to arrange 8 objects in a circle?
What is the number of ways to arrange 8 objects in a circle?
Tap to reveal answer
- Circular arrangements use $(n-1)! = 7! = 5040$ for 8 objects.
- Circular arrangements use $(n-1)! = 7! = 5040$ for 8 objects.
← Didn't Know|Knew It →
What is the number of permutations of 5 objects taken 2 at a time?
What is the number of permutations of 5 objects taken 2 at a time?
Tap to reveal answer
- Apply $P(5,2) = \frac{5!}{3!} = \frac{120}{6} = 20$ permutations.
- Apply $P(5,2) = \frac{5!}{3!} = \frac{120}{6} = 20$ permutations.
← Didn't Know|Knew It →
Which formula calculates permutations of $r$ objects from $n$ objects?
Which formula calculates permutations of $r$ objects from $n$ objects?
Tap to reveal answer
$P(n, r) = \frac{n!}{(n-r)!}$. Removes $(n-r)!$ to account for unfilled positions in permutations.
$P(n, r) = \frac{n!}{(n-r)!}$. Removes $(n-r)!$ to account for unfilled positions in permutations.
← Didn't Know|Knew It →