Problems With A Point Logo
Home
  Mathematics Problems

Return To Previous Page
View Printable Version (PDF)

The binomial theorem 1
Hints | Answers | Solutions

1 Finding the Binomial Theorem

Have you heard of the Binomial Theorem? It’s got a fancy name, so it must be important, right? The Binomial Theorem provides a formula for the expansion of powers of a binomial expression like a + b. To get a feel for the need of the theorem, what the theorem might say, and why anyone should care about it, you can look at a few relatively small powers of a + b.

  1. Expand each of the following binomial powers. Here’s something to think about as you work: How can you get one answer from a previous one?
    1. (a + b)2
    2. (a + b)3
    3. (a + b)4
    4. (a + b)5
      Aren’t you glad you weren’t asked to expand and simplify (a + b)6? Well, you will in a moment, but first, . . .
    5. What patterns do you notice in the coefficients of these polynomials?
  2. Predict what the expansion of (a + b)6 will look like.
  3. Use the expansion of (a + b)5 to expand (a + b)6 and check to see if your prediction was correct.

Enough suspense! Are you ready for a quick method that determines the expansion of (a + b)n for any positive integer n? You may have already guessed the punch line:

THE BINOMIAL THEOREM:

(a + b)n = (n)
 0a0bn + (n)
  1a1bn-1 + ... + ( n )
 n-1an-1b1 + (n)
 nanb0.
The notation ()
nk represents the quantity n!
k!(n-k)!. For example, (5)
3 = 5!
3!2!- =  5.4.3.2.1
(3.2.1)(2.1) = 10. On many graphing calculators, these coefficients are listed as nCr. In order to compute ()
83, type 8 nCr 3.
The binomial theorem allows you to expand powers of a binomial expression quickly, especially if you know the values of the binomial coefficients, (n)
 k. For example,

          ( )       ( )        ( )       ( )       ( )       (  )
                        (a+b)5  =    50  a0b5 +  51 a1b4 +  52 a2b3 +  53 a3b2 +   54 a4b1 +  55 a5b0

           5!  5    5!  14    5!  2 3    5!  3 2   5!  4 1    5!  5
      =   ----b +  ---a b  + ----a b +  ----a b +  ---a b  + ----a
          0!55!    41!4!   2 3 2!5! 3 2   3!54!   5   4!5!       5!0!
      =   b +  5ab + 10a  b + 10a  b + 5a b + a
          (or a5 + 5a4b + 10a3b2 + 10a2b3 + 5ab4 + b5)

Do you recognize the coefficients in the expansion of (a + b)5? They’re the entries in row 5 of Pascal’s triangle.

2 Applying the Binomial Theorem

Here are a few examples to illustrate how much time can be saved using the theorem instead of multiplying everything out by hand.

    1. Expand (a+b)6 using the binomial theorem, being sure you get the same answer as in problem 5.
    2. Expand (a + b)7 using the binomial theorem.
    3. Expand (x + 2y)5 using the binomial theorem.
    4. Expand (3x - 2y)7 using the binomial theorem.
    1. What is the coefficient of a169b6 in the expansion of (a + b)175?
    2. What value of k, other than 169, will make the equation (   )
  117569 = (   )
 17k5 true?
      Think about these problems without actually determining the value of 175!. After all, it would take a very long time by hand and many computer algebra systems wouldn’t be able to do it.
    3. What other term in the expansion of (a + b)175 has the same coefficient as a169b6?

Hints
Problem | Answers | Solutions

1 Finding the Binomial Theorem

Hint to problem 1. While you aren’t prohibited from using technology (in the form of a computer algebra system, for example), it’s really not necessary. Just carefully multiply everything out and simplify. On subsequent calculations, be sure to make use of previous results.

Hint to problem 2. Look back at the results of problem 1. Is there a pattern to the coefficients? Where have you seen the coefficients before?

Hint to problem 3. Multiply your expansion for (a + b)5 by (a + b), being sure to carefully use the distributive property.

2 Applying the Binomial Theorem

Hint to problems 1(a) and (b). Determine the necessary binomial coefficients using the formula.

Hint to problem 1(c). Use the expansion of (a + b)5 with appropriate substitutions for a and b.

Hint to problem 1(d). Use the expansion of (a + b)7 with appropriate substitutions for a and b.

Hint to problem 2(a). Think how you might compute -175!-
169!6! without attempting to determine 175!. Are there some terms you can cancel from both the numerator and denominator?

Hint to problem 2(b). What does (   )
 17k5 “look like?”

Hint to problem 2(c). Don’t try to expand (a + b)175! Think about what the binomial theorem says about these coefficients.

Answers
Problem | Hints | Solutions

1 Finding the Binomial Theorem

    1. (a + b)2 = a2 + 2ab + b2
    2. (a + b)3 = a3 + 3a2b + 3ab2 + b3
    3. (a + b)4 = a4 + 4a3b + 6a2b2 + 4ab3 + b4
    4. (a + b)5 = a5 + 5a4b + 10a3b2 + 10a2b3 + 5ab4 + b5
  1. x6 + 6x5y + 15x4y2 + 20x3y3 + 15x2y4 + 6xy5 + y6
  2. x6 + 6x5y + 15x4y2 + 20x3y3 + 15x2y4 + 6xy5 + y6

2 Finding the Binomial Theorem

    1. a6 + 6a5b + 15a4b2 + 20a3b3 + 15a2b4 + 6ab5 + b6
    2. a7 + 14a6b + 84a5b2 + 280a4b3 + 560a3b4 + 672a2b5 + 448ab6 + 128b7
    3. x5 + 10x4y + 40x3y2 + 80x2y3 + 80xy4 + 32y5
    4. 2187x7 - 10206x6y + 20412x5y2 - 22680x4y3 + 15120x3y4 - 6048x2y5 + 1344xy6 - 128y7
    1. 36582584325
    2. (   )
  1765
    3. a6b169

Solutions
Problem | Hints | Answers

1 Finding the Binomial Theorem

    1. (a + b)2 = a2 + 2ab + b2
    2. (a + b)3 = a3 + 3a2b + 3ab2 + b3
    3. (a + b)4 = a4 + 4a3b + 6a2b2 + 4ab3 + b4
    4. (a + b)5 = a5 + 5a4b + 10a3b2 + 10a2b3 + 5ab4 + b5
    5. The coefficients in the expansion of (a + b)n seem to be the entries in row n of Pascal’s Triangle.

      Alternatively, the coefficient of each term (other than an and bn) in the expansion of (a + b)n is the sum of two coefficients in the expansion of (a + b)n-1. For example, the coefficient of akb5-k (when 0 < k < 5) in the expansion of (a + b)5 is the sum of the coefficients of akb4-k and ak-1b5-k in the expansion of (a + b)4.
      Specifically, the coefficient of a2b3 in the expansion of (a + b)5 is the sum of the coefficients of a2b2 and a1b3 in the expansion of (a + b)4. This is due to the fact that the term a2b3 in the expansion of (a + b)5 is obtained by multiplying 4ab3 by a and by multiplying 6a2b2 by b and adding the results.

  1. The coefficients correspond to those numbers in the 6th row of Pascal’s triangle.
    Teachers note: This prediction is not obvious, especially if students are not familiar with Pascal’s Triangle. You might want to provide some additional guidance.
    Alternatively, the coefficient of akb6-k (when 0 < k < 6) in the expansion of (a + b)6 is the sum of the coefficients of akb5-k and ak-1b6-k in the expansion of (a + b)5.

    However you look at it, this results in the prediction that (a + b6 = a6 + 6a5b + 15a4b2 + 20a3b3 + 15a2b4 + 6ab5 + b6.

  2. We know from problem 1 that (a+b)5 = a5+5a4b+10a3b2+10a2b3+5ab4+b5. Therefore, we know that
           6            5
(a + b)   =  (a + b) (a + b)
          =  (a5 + 5a4b + 10a3b2 + 10a2b3 + 5ab4 + b5)(a + b)
               6     5       42      3 3     2 4     5
          =  a  + 5a b + 10a b  + 10a b  + 5a b  + ab
              + a5y + 5a4b2 + 10a3b3 + 10a2b4 + 5ab5 + b6
               6     5       42      3 3      2 4      5    6
          =  a  + 6a b + 15a b  + 20a b  + 15a b  + 6ab  + b .

2 Applying the Binomial Theorem

    1. (a + b)6 = ( )
 60a0b6 + (  )
  61a1b5 + ( )
 62a2b4 + ( )
 63a3b3 + ( )
  64a4by2 + ( )
 65a5b1 + ( )
 66a6b0, which simplifies to

      a6 + 6a5b + 15a4b2 + 20a3b3 + 15a2b4 + 6ab5 + b6.


    2. (a + b)7 = ( )
 7
 0a0b7 + (  )
  7
  1a1b6 + ( )
 7
 2a2b5 + ( )
 7
 3a3b4 + (7)
  4a4by3+(7 )
  5a5b2+(7 )
  6a6b1+(7 )
  7a0b7, which equals

       7     6       5 2      4 3      3 4      2 5      6    7
a  + 7a b + 21a b  + 35a b  + 35a b  + 21a b +  7ab +  b.


    3. Letting a = x and b = 2y in the expansion of (a + b)5, we have
                    (  )          ( )          ( )
        5       5  0    5    5   1    4    5  2    3
(x + 2y)   =    0 x (2y)  +  1 x  (2y)  +   2 x (2y)
                                   (5)           (5)
               + binom53x3(2y)2  +   4 x4(2y)1 +  5 x5(2y)0

           =   5!-(2y)5 + -5!-x1(2y)4 + -5!-x2(2y)3
               0!5!        1!4!          2!5!
                 -5!- 3    2   -5!- 4    1   -5!- 5
               + 3!5!x (2y)  + 4!5!x (2y) +  5!0!x
                  5       4      2 3      3 2      4    5
           =  32y  + 80ab  + 80a  b + 40a  b + 10a  b + a
              (or  a5 + 10a4b + 40a3b2 + 80a2b3 + 80ab4 + 32b5)
    4. Let a = 3x and b = -2y. Then
                     (  )             ( )             ( )             (  )
(3x - 2y)7  =    70 (3x)0(2y)7 +  71 (3x)1(2y)6 +   72 (3x)2(2y)5 +  73 (3x)3(2y)4
                  ( )              ( )             ( )             ( )
                    7     4    3    7     5    2    7      6    1    7  7    0
                +   4 (3x) (2y) +   5 (3x) (2y)  +  6  (3x)  (2y)  +   7 x (2y)
            =  (3x)0(- 2y)7 + 7(3x)1(- 2y)6 + 21(3x)2(- 2y)5 + 35(3x)3(- 2y)4

                + 35(3x)4(- 2y)3 + 21(3x)5(- 2y)2 + 7(3x)6(2y) + (3x)7(-2y)0
            =  2187x7  - 10206x6y +  20412x5y2 - 22680x4y3
                         3 4         2 5         6       7
                + 15120x  y  - 6048x  y + 1344xy   - 128y .
    1. The coefficient of akb175-k in the expansion of (a + b)175 is (175)
  k, so the coefficient of a169b6 is
      (   )       175!
                            171659   =   ------
           169!6!
           (175-.174-.173-.172-.171-.170)-.169!
       =                  169!6!
           175 .174 .173 .172 .171 .170
       =   -----------------------------
                        6!
       =   26339460714000--
                 720
       =   36582584325.
    2. (175)
  169 = 175!
169!6!- =  175!
6!169! = (175)
  6,
    3. Since (   )
 1765 is the coefficient of a6b169 in the expansion of (a + b)175, we know that a169b6 and a6b69 have the same coefficients.

Return To Previous Page View Printable Version (PDF)