Combination Identities Quiz: Practice Core Counting Formulas

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Thames
T
Thames
Community Contributor
Quizzes Created: 11121 | Total Attempts: 9,743,875
| Questions: 20 | Updated: May 21, 2026
Please wait...
Question 1 / 21
🏆 Rank #--
0 %
0/100
Score 0/100

1) Which is Pascal's identity for building the triangle?

Explanation

Pascal's triangle is built by adding adjacent entries: each entry in row n+1 at position k+1 equals the sum of the two entries above it from row n. Combinatorially this combines subsets that include a new element with those that do not. Option A is the symmetry identity. Option C is the subset sum identity.

Submit
Please wait...
About This Quiz
Combination Identities Quiz: Practice Core Counting Formulas - Quiz

Ever wondered how all those binomial identities fit together? This combination identities quiz walks you through the logic behind Pascal-style expansions, symmetry rules, and recursive patterns. You’ll try out identities that make counting easier, see how they work across different situations, and build a sharper sense of how combinatorics fits... see moreinto bigger math ideas.
see less

2)

What first name or nickname would you like us to use?

You may optionally provide this to label your report, leaderboard, or certificate.

2) The largest binomial coefficient in row n always occurs in the center.

Explanation

The answer is True. Binomial coefficients increase as k approaches n/2 and then decrease symmetrically. Subsets of medium size are most numerous because there are many more ways to choose roughly half the elements than to choose very few or nearly all. The peak occurs at k = floor(n/2) for odd n and k = n/2 for even n.

Submit

3) Simplify n choose 0 plus n choose 1.

Explanation

n choose 0 = 1 (one empty subset) and n choose 1 = n (n single-element subsets). Their sum is 1+n = n+1. This represents the first two entries of row n in Pascal's triangle. Option A gives only n, omitting the empty subset. Option C gives the full row sum. Option D doubles n incorrectly.

Submit

4) What is 5 choose 7?

Explanation

When k exceeds n, it is impossible to select k items from only n available. By convention and by the formula, n choose k = 0 for k greater than n. This preserves consistency in Pascal's triangle at the boundary edges. Options B, C, and D give positive values which are mathematically incorrect when k exceeds n.

Submit

5) Which is Vandermonde's identity?

Explanation

Vandermonde's identity states that choosing r items from two groups of sizes m and n can be done by choosing k from the first group and r-k from the second, for all valid k. Summing over all k gives the total (m+n) choose r. Options B, C, and D do not correctly express this convolution identity.

Submit

6) Compute the even-index binomial sum for n=8: 8 choose 0 plus 8 choose 2 plus 8 choose 4 plus 8 choose 6 plus 8 choose 8.

Explanation

For even n, the sum of even-index binomial coefficients equals 2^(n-1). For n=8: 2^7 = 128. This follows from symmetry in Pascal's triangle where exactly half of all 2^8=256 subsets contain an even number of elements. Option A gives 2^6=64. Option D gives 2^8=256, the full row sum.

Submit

7) Compute the sum of (3 choose k) squared for k from 0 to 3.

Explanation

(3 choose 0)² + (3 choose 1)² + (3 choose 2)² + (3 choose 3)² = 1+9+9+1 = 20. By the identity, this equals 6 choose 3 = 20. Option A gives 10, option B gives 16, option C gives 18. Only 20 correctly squares each coefficient and sums.

Submit

8) Evaluate the sum of j choose 2 for j from 2 to 6.

Explanation

The sum (2 choose 2)+(3 choose 2)+(4 choose 2)+(5 choose 2)+(6 choose 2) = 1+3+6+10+15 = 35. By the hockey-stick identity this equals 7 choose 3 = 35. Option A gives 6 choose 3 = 20. Option C gives 7 choose 4 = 35 also but the identity specifies 7 choose 3. Option D gives 8 choose 3 = 56.

Submit

9) Evaluate 3 choose 3 plus 4 choose 3 plus 5 choose 3 using the hockey-stick identity.

Explanation

The hockey-stick identity states that the diagonal sum from r choose r up to n choose r equals (n+1) choose (r+1). Here r=3 and n=5: (3 choose 3)+(4 choose 3)+(5 choose 3) = 1+4+10 = 15 = 6 choose 4 = 15. Option D gives (7 choose 4)=35, which is too large.

Submit

10) Apply Pascal's identity to compute 5 choose 2 plus 5 choose 3.

Explanation

By Pascal's identity, (n-1 choose k-1) + (n-1 choose k) = n choose k. Here 5 choose 2 + 5 choose 3 = 6 choose 3. Numerically: 10+10=20 = 6!/(3!×3!) = 20. Option A gives 6 choose 2 = 15. Option C gives 6 choose 4 = 15. Option D gives 5 choose 4 = 5.

Submit

11) What is the formula for combinations of n objects taken k at a time?

Explanation

The combination formula n!/(k!(n-k)!) counts unordered subsets. The n! in the numerator counts all ordered arrangements. Dividing by k! removes repeated orderings of the chosen items. Dividing by (n-k)! removes repeated orderings of the unchosen items. Option A omits (n-k)!. Option B omits k!. Option D allows repetition.

Submit

12) Compute the binomial sum 4 choose 0 plus 4 choose 1 plus 4 choose 2 plus 4 choose 3 plus 4 choose 4.

Explanation

This sums all entries in row 4 of Pascal's triangle: 1+4+6+4+1 = 16 = 2^4. Each element in a 4-item set can be included or excluded independently, giving 2^4 = 16 total subsets. Options A, B, and D do not match the row 4 sum.

Submit

13) Which identity results from partitioning all k-subsets by whether they contain a fixed element?

Explanation

Pascal's identity partitions every k-subset into those not containing a fixed element (counted by n-1 choose k) and those containing it (counted by n-1 choose k-1). These two disjoint groups together account for all k-subsets of the n-element set.

Submit

14) Using symmetry, evaluate 10 choose 3 which equals 10 choose 7.

Explanation

10!/(3!×7!) = (10×9×8)/(3×2×1) = 720/6 = 120. By symmetry, choosing 3 to include is the same as choosing 7 to exclude. Option A gives 60, option B gives 90, option D gives 720 which is 6! not a combination value.

Submit

15) Use the symmetry identity to compute 7 choose 4.

Explanation

By symmetry, 7 choose 4 = 7 choose 3 since 4+3=7. Computing 7!/(3!×4!) = (7×6×5)/(3×2×1) = 210/6 = 35. Option A gives 21 = 7 choose 2. Option B gives 28. Option D gives 42. Only 35 correctly applies the symmetry and formula.

Submit

16) The sum of all binomial coefficients in row n equals 2 to the power n and counts all subsets of an n-element set.

Explanation

The answer is True. Each element can independently be included or excluded from a subset, giving 2 choices per element and 2^n total subsets. Summing all n choose k values for k from 0 to n counts subsets of each possible size, and their total is exactly 2^n.

Submit

17) What are the values of 7 choose 0 and 7 choose 7?

Explanation

n choose 0 = n!/(0!×n!) = 1 for any n since there is exactly one empty subset. Similarly n choose n = 1 since there is exactly one way to select all n items. Both equal 1 regardless of n. Option A gives 0 incorrectly. Options C and D are also wrong.

Submit

18) Pascal's triangle property n choose k equals (n-1 choose k) plus (n-1 choose k-1) holds for all n greater than or equal to 1.

Explanation

The answer is True. Any k-subset of n elements either includes the last element or does not. Subsets not including it are counted by (n-1 choose k) and those including it by (n-1 choose k-1). These two disjoint cases cover all k-subsets, making the identity universally valid.

Submit

19) Compute 5 choose 2.

Explanation

5!/(2!×3!) = (5×4)/(2×1) = 20/2 = 10. There are exactly 10 distinct 2-element subsets from a set of 5 items. Option A gives 5, option C gives 20 without dividing by 2!, option D gives 15 which does not result from this formula.

Submit

20) For every integer n greater than or equal to 1, we have n choose 1 equals n.

Explanation

The answer is True. Selecting exactly one item from n gives n possible single-element subsets, one for each item. Algebraically: n!/(1!(n-1)!) = n!/((n-1)!) = n. This is one of the boundary cases of the combination formula and holds for all positive integers n.

Submit
×
Saved
Thank you for your feedback!
View My Results
Cancel
  • All
    All (20)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Which is Pascal's identity for building the triangle?
The largest binomial coefficient in row n always occurs in the center.
Simplify n choose 0 plus n choose 1.
What is 5 choose 7?
Which is Vandermonde's identity?
Compute the even-index binomial sum for n=8: 8 choose 0 plus 8 choose...
Compute the sum of (3 choose k) squared for k from 0 to 3.
Evaluate the sum of j choose 2 for j from 2 to 6.
Evaluate 3 choose 3 plus 4 choose 3 plus 5 choose 3 using the...
Apply Pascal's identity to compute 5 choose 2 plus 5 choose 3.
What is the formula for combinations of n objects taken k at a time?
Compute the binomial sum 4 choose 0 plus 4 choose 1 plus 4 choose 2...
Which identity results from partitioning all k-subsets by whether they...
Using symmetry, evaluate 10 choose 3 which equals 10 choose 7.
Use the symmetry identity to compute 7 choose 4.
The sum of all binomial coefficients in row n equals 2 to the power n...
What are the values of 7 choose 0 and 7 choose 7?
Pascal's triangle property n choose k equals (n-1 choose k) plus (n-1...
Compute 5 choose 2.
For every integer n greater than or equal to 1, we have n choose 1...
play-Mute sad happy unanswered_answer up-hover down-hover success oval cancel Check box square blue
Alert!

Advertisement