Math Problem Statement

Give a combinational proof of the identity C(n + 10, 2) = C(n, 2) + C(10, 2) + 10n using the 6 of the statements below. Put the statements in correct order.

The first way to answer this question is C(n + 10, 2).

This is because you could pick two positions for the 1s from the first n positions or from the last 10 positions, or put 1 in the first n positions and the other in the last 10 positions.

This is because there are n + 10 positions, which you must choose two to put a 1.

A second answer to the question is C(n, 2) + C(10, 2) 10n.

This is because there are n+10 letters all together and you have two choices for each.

Consider the question: How many n-letter words contain 10 different letters?

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Combinatorics
Combinatorial Proof
Binomial Coefficients

Formulas

C(n, k) = n! / [k!(n-k)!]
C(n + 10, 2) = C(n, 2) + C(10, 2) + 10n

Theorems

Basic Properties of Combinations
Combinatorial Identity

Suitable Grade Level

Grades 10-12