SlideShare a Scribd company logo
1 of 37
11.6 The Binomial Theorem



Matthew 7:7 "Ask, and it shall be given you; seek, and ye
shall find; knock, and it shall be opened unto you."
How do we expand ( a + b ) ?
                         n
How do we expand ( a + b ) ?
                         n




We will explore two methods:
How do we expand ( a + b ) ?
                           n




We will explore two methods:
1) Using Pascal’s Triangle (a recursive method)
How do we expand ( a + b ) ?
                           n




We will explore two methods:
1) Using Pascal’s Triangle (a recursive method)
2) Using the Binomial Theorem (an explicit
   method that uses combinatorics)
Pascal’s Triangle
Pascal’s Triangle

    Recall from last year ...
Pascal’s Triangle
   Provides coefficients for expansion of a binomial
Pascal’s Triangle
   Provides coefficients for expansion of a binomial
       0
 (a + b) =                                 1
        1
 (a + b) =                             1a + 1b
        2                          2                       2
 (a + b) =                       1a + 2ab + 1b
        3                    3         2               2               3
 (a + b) =           1a + 3a b + 3ab + 1b
        4            4            3              2 2                   3   4
 (a + b) =         1a + 4a b + 6a b + 4ab + 1b
        5      5         4                 3 2                 2   3       4   5
 (a + b) =   1a + 5a b + 10a b + 10a b + 5ab + 1b
Pascal’s Triangle
   Provides coefficients for expansion of a binomial
       0
 (a + b) =                                 1
        1
 (a + b) =                             1a + 1b
        2                          2                       2
 (a + b) =                       1a + 2ab + 1b
        3                    3         2               2               3
 (a + b) =           1a + 3a b + 3ab + 1b
        4            4            3              2 2                   3   4
 (a + b) =         1a + 4a b + 6a b + 4ab + 1b
        5      5         4                 3 2                 2   3       4   5
 (a + b) =   1a + 5a b + 10a b + 10a b + 5ab + 1b

      Also notice the pattern of the exponents!
Pascal’s Triangle
   Provides coefficients for expansion of a binomial
       0
 (a + b) =                                    1
        1
 (a + b) =                                1a + 1b
        2                             2                        2
 (a + b) =                       1a + 2ab + 1b
        3                    3            2                2               3
 (a + b) =            1a + 3a b + 3ab + 1b
        4            4               3               2 2                   3   4
 (a + b) =         1a + 4a b + 6a b + 4ab + 1b
        5      5         4                    3 2                  2   3       4   5
 (a + b) =   1a + 5a b + 10a b + 10a b + 5ab + 1b

      Also notice the pattern of the exponents!
                    Let’s expand ( a + b ) .
                                                           6

                                 (do on the board)
Let’s expand ( 3 − xy )
                          4
Let’s expand ( 3 − xy )
                          4




First, write out ( a + b ) in expanded form.
                      4
Let’s expand ( 3 − xy )
                           4




First, write out ( a + b ) in expanded form.
                      4


        4     3      2 2       3   4
       a + 4a b + 6a b + 4ab + b
Let’s expand ( 3 − xy )
                           4




First, write out ( a + b ) in expanded form.
                      4


        4     3      2 2       3   4
       a + 4a b + 6a b + 4ab + b
Then substitute 3 for a and -xy for b
Let’s expand ( 3 − xy )
                                     4




First, write out ( a + b ) in expanded form.
                                 4


               4       3       2 2           3       4
              a + 4a b + 6a b + 4ab + b
Then substitute 3 for a and -xy for b
        4          3                     2       2           3             4
 ( 3)       + 4 ( 3) ( −xy ) + 6 ( 3) ( −xy ) + 4 ( 3) ( −xy ) + ( −xy )
Let’s expand ( 3 − xy )
                                     4




First, write out ( a + b ) in expanded form.
                                 4


               4       3       2 2           3       4
              a + 4a b + 6a b + 4ab + b
Then substitute 3 for a and -xy for b
        4          3                     2       2           3             4
 ( 3)       + 4 ( 3) ( −xy ) + 6 ( 3) ( −xy ) + 4 ( 3) ( −xy ) + ( −xy )

and simplify
Let’s expand ( 3 − xy )
                                     4




First, write out ( a + b ) in expanded form.
                                 4


               4       3       2 2           3         4
              a + 4a b + 6a b + 4ab + b
Then substitute 3 for a and -xy for b
        4          3                     2       2                 3       4
 ( 3)       + 4 ( 3) ( −xy ) + 6 ( 3) ( −xy ) + 4 ( 3) ( −xy ) + ( −xy )

and simplify
                                     2 2             3 3   4   4
              81− 108xy + 54x y − 12x y + x y
Pascal’s Triangle works great when n is
small in ( a + b )
                   n




The Binomial Theorem is better when n
is large. Let’s take a look at that now.
The Binomial Theorem
The Binomial Theorem

                  a, b ∈ ° ; n ∈ positive integers

          n     ⎛ n ⎞ n ⎛ n ⎞ n−1 ⎛ n ⎞ n−2 2  ⎛ n ⎞ n−1 ⎛ n ⎞ n
(a + b)       = ⎜ ⎟ a + ⎜ ⎟ a b + ⎜ ⎟ a b +K + ⎜      ⎟ ab + ⎜ n ⎟ b
                ⎝ 0 ⎠   ⎝ 1 ⎠     ⎝ 2 ⎠        ⎝ n − 1⎠      ⎝ ⎠
The Binomial Theorem

                  a, b ∈ ° ; n ∈ positive integers

          n     ⎛ n ⎞ n ⎛ n ⎞ n−1 ⎛ n ⎞ n−2 2  ⎛ n ⎞ n−1 ⎛ n ⎞ n
(a + b)       = ⎜ ⎟ a + ⎜ ⎟ a b + ⎜ ⎟ a b +K + ⎜      ⎟ ab + ⎜ n ⎟ b
                ⎝ 0 ⎠   ⎝ 1 ⎠     ⎝ 2 ⎠        ⎝ n − 1⎠      ⎝ ⎠


Let’s review combinations ... (next slide)
Combinations
           ⎛ n ⎞        n!
           ⎜ r ⎟ = r!( n − r )!
           ⎝ ⎠
Combinations
           ⎛ n ⎞        n!
           ⎜ r ⎟ = r!( n − r )!
           ⎝ ⎠

Example:   ⎛ 5 ⎞        5!
           ⎜ 2 ⎟ = 2!( 5 − 2 )!
           ⎝ ⎠
                    5 ⋅ 4 ⋅ 3⋅ 2 ⋅1
                =
                  ( 2 ⋅1)( 3⋅ 2 ⋅1)
                  5⋅4
                =
                   2
                = 10
Combinations
              ⎛ n ⎞        n!
              ⎜ r ⎟ = r!( n − r )!
              ⎝ ⎠

Example:      ⎛ 5 ⎞        5!
              ⎜ 2 ⎟ = 2!( 5 − 2 )!
              ⎝ ⎠
                       5 ⋅ 4 ⋅ 3⋅ 2 ⋅1
                   =
                     ( 2 ⋅1)( 3⋅ 2 ⋅1)
                     5⋅4
                   =
                      2
                   = 10
Let’s review how your calculator can do this ...
⎛ 5 ⎞
To do ⎜ ⎟ enter 5 nCr 2
      ⎝ 2 ⎠
⎛ 5 ⎞
To do ⎜ ⎟ enter 5 nCr 2
      ⎝ 2 ⎠

For all combinations, you can use your calculator.
In your work, just show the combination notation,
but not the nCr notation.
4
Use the Binomial Theorem to expand ( a + b )
4
Use the Binomial Theorem to expand ( a + b )

  ⎛ 4 ⎞ 4 ⎛ 4 ⎞ 3 ⎛ 4 ⎞ 2 2 ⎛ 4 ⎞ 3 ⎛ 4 ⎞ 4
  ⎜ 0 ⎟ a + ⎜ 1⎟ a b + ⎜ 2 ⎟ a b + ⎜ 3 ⎟ ab + ⎜ 4 ⎟ b
  ⎝ ⎠       ⎝ ⎠        ⎝ ⎠         ⎝ ⎠        ⎝ ⎠
4
Use the Binomial Theorem to expand ( a + b )

  ⎛ 4 ⎞ 4 ⎛ 4 ⎞ 3 ⎛ 4 ⎞ 2 2 ⎛ 4 ⎞ 3 ⎛ 4 ⎞ 4
  ⎜ 0 ⎟ a + ⎜ 1⎟ a b + ⎜ 2 ⎟ a b + ⎜ 3 ⎟ ab + ⎜ 4 ⎟ b
  ⎝ ⎠       ⎝ ⎠        ⎝ ⎠         ⎝ ⎠        ⎝ ⎠
               4       3        2 2         3     4
             a + 4a b + 6a b + 4ab + b
4
Use the Binomial Theorem to expand ( a + b )

  ⎛ 4 ⎞ 4 ⎛ 4 ⎞ 3 ⎛ 4 ⎞ 2 2 ⎛ 4 ⎞ 3 ⎛ 4 ⎞ 4
  ⎜ 0 ⎟ a + ⎜ 1⎟ a b + ⎜ 2 ⎟ a b + ⎜ 3 ⎟ ab + ⎜ 4 ⎟ b
  ⎝ ⎠       ⎝ ⎠        ⎝ ⎠         ⎝ ⎠        ⎝ ⎠
               4       3        2 2         3     4
             a + 4a b + 6a b + 4ab + b

                                                                      n
For more complex binomials, first expand ( a + b )
and then substitute in for a and b ... just like we
did with the Pascal’s Triangle method.
6
Use the Binomial Theorem to expand   (   x −2   )
6
 Use the Binomial Theorem to expand                             (   x −2   )
⎛ 6 ⎞ 6 ⎛ 6 ⎞ 5 ⎛ 6 ⎞ 4 2 ⎛ 6 ⎞ 3 3 ⎛ 6 ⎞ 2 4 ⎛ 6 ⎞ 5 ⎛ 6 ⎞ 6
⎜ 0 ⎟ a + ⎜ 1 ⎟ a b + ⎜ 2 ⎟ a b + ⎜ 3⎟ a b + ⎜ 4 ⎟ a b + ⎜ 5 ⎟ ab + ⎜ 6 ⎟ b
⎝ ⎠       ⎝ ⎠         ⎝ ⎠         ⎝ ⎠        ⎝ ⎠         ⎝ ⎠        ⎝ ⎠
6
 Use the Binomial Theorem to expand                             (   x −2   )
⎛ 6 ⎞ 6 ⎛ 6 ⎞ 5 ⎛ 6 ⎞ 4 2 ⎛ 6 ⎞ 3 3 ⎛ 6 ⎞ 2 4 ⎛ 6 ⎞ 5 ⎛ 6 ⎞ 6
⎜ 0 ⎟ a + ⎜ 1 ⎟ a b + ⎜ 2 ⎟ a b + ⎜ 3⎟ a b + ⎜ 4 ⎟ a b + ⎜ 5 ⎟ ab + ⎜ 6 ⎟ b
⎝ ⎠       ⎝ ⎠         ⎝ ⎠         ⎝ ⎠        ⎝ ⎠         ⎝ ⎠        ⎝ ⎠

                                  a= x        b = −2
6
 Use the Binomial Theorem to expand                             (   x −2   )
⎛ 6 ⎞ 6 ⎛ 6 ⎞ 5 ⎛ 6 ⎞ 4 2 ⎛ 6 ⎞ 3 3 ⎛ 6 ⎞ 2 4 ⎛ 6 ⎞ 5 ⎛ 6 ⎞ 6
⎜ 0 ⎟ a + ⎜ 1 ⎟ a b + ⎜ 2 ⎟ a b + ⎜ 3⎟ a b + ⎜ 4 ⎟ a b + ⎜ 5 ⎟ ab + ⎜ 6 ⎟ b
⎝ ⎠       ⎝ ⎠         ⎝ ⎠         ⎝ ⎠        ⎝ ⎠         ⎝ ⎠        ⎝ ⎠

                                  a= x            b = −2
         6         5                 4        2            3    3              2   4
   1 x + 6 x ( −2 ) + 15 x           ( −2 )       + 20 x ( −2 ) + 15 x ( −2 )
                            5          6
             +6     x ( −2 ) + 1( −2 )
6
 Use the Binomial Theorem to expand                             (   x −2    )
⎛ 6 ⎞ 6 ⎛ 6 ⎞ 5 ⎛ 6 ⎞ 4 2 ⎛ 6 ⎞ 3 3 ⎛ 6 ⎞ 2 4 ⎛ 6 ⎞ 5 ⎛ 6 ⎞ 6
⎜ 0 ⎟ a + ⎜ 1 ⎟ a b + ⎜ 2 ⎟ a b + ⎜ 3⎟ a b + ⎜ 4 ⎟ a b + ⎜ 5 ⎟ ab + ⎜ 6 ⎟ b
⎝ ⎠       ⎝ ⎠         ⎝ ⎠         ⎝ ⎠        ⎝ ⎠         ⎝ ⎠        ⎝ ⎠

                                    a= x          b = −2
         6         5                 4        2            3    3               2   4
   1 x + 6 x ( −2 ) + 15 x           ( −2 )       + 20 x ( −2 ) + 15 x ( −2 )
                            5          6
             +6     x ( −2 ) + 1( −2 )
                    5                         3                         1
        3                       2
      x − 12x + 60x − 160x + 240x − 192x + 64
                    2                         2                         2
HW #11

“I am a little pencil in the hand of a writing God who is
sending a love letter to the world.”
                                Mother Teresa

More Related Content

What's hot

Chapter 1 functions
Chapter 1  functionsChapter 1  functions
Chapter 1 functionsUmair Pearl
 
Add Maths Module
Add Maths ModuleAdd Maths Module
Add Maths Modulebspm
 
Up1 math t 2012
Up1 math t 2012Up1 math t 2012
Up1 math t 2012masyati
 
Form 4 formulae and note
Form 4 formulae and noteForm 4 formulae and note
Form 4 formulae and notesmktsj2
 
Multiplying polynomials
Multiplying polynomialsMultiplying polynomials
Multiplying polynomialsswartzje
 
kunci jawaban grup
kunci jawaban grupkunci jawaban grup
kunci jawaban grupchikarahayu
 
Int Math 2 Section 2-4 1011
Int Math 2 Section 2-4 1011Int Math 2 Section 2-4 1011
Int Math 2 Section 2-4 1011Jimbo Lamb
 
Factorising quads diff 2 squares perfect squares
Factorising quads diff 2 squares perfect squaresFactorising quads diff 2 squares perfect squares
Factorising quads diff 2 squares perfect squaresSimon Borgert
 
P2 Matrices Modul
P2 Matrices ModulP2 Matrices Modul
P2 Matrices Modulguestcc333c
 
Multiplying polynomials
Multiplying polynomialsMultiplying polynomials
Multiplying polynomialscvaughn911
 
Factorising for 3um
Factorising for 3umFactorising for 3um
Factorising for 3ummathssng3
 
09 a1bs01 mathematics-1
09 a1bs01 mathematics-109 a1bs01 mathematics-1
09 a1bs01 mathematics-1jntuworld
 
Linear algebra-solutions-manual-kuttler-1-30-11-otc
Linear algebra-solutions-manual-kuttler-1-30-11-otcLinear algebra-solutions-manual-kuttler-1-30-11-otc
Linear algebra-solutions-manual-kuttler-1-30-11-otckjalili
 

What's hot (20)

Chapter 1 functions
Chapter 1  functionsChapter 1  functions
Chapter 1 functions
 
Add Maths Module
Add Maths ModuleAdd Maths Module
Add Maths Module
 
Up1 math t 2012
Up1 math t 2012Up1 math t 2012
Up1 math t 2012
 
Form 4 formulae and note
Form 4 formulae and noteForm 4 formulae and note
Form 4 formulae and note
 
Multiplying polynomials
Multiplying polynomialsMultiplying polynomials
Multiplying polynomials
 
kunci jawaban grup
kunci jawaban grupkunci jawaban grup
kunci jawaban grup
 
4.5
4.54.5
4.5
 
Int Math 2 Section 2-4 1011
Int Math 2 Section 2-4 1011Int Math 2 Section 2-4 1011
Int Math 2 Section 2-4 1011
 
Factorising quads diff 2 squares perfect squares
Factorising quads diff 2 squares perfect squaresFactorising quads diff 2 squares perfect squares
Factorising quads diff 2 squares perfect squares
 
P2 Matrices Modul
P2 Matrices ModulP2 Matrices Modul
P2 Matrices Modul
 
Multiplying polynomials
Multiplying polynomialsMultiplying polynomials
Multiplying polynomials
 
Factorising for 3um
Factorising for 3umFactorising for 3um
Factorising for 3um
 
Sample question paper 2 with solution
Sample question paper 2 with solutionSample question paper 2 with solution
Sample question paper 2 with solution
 
Sect3 7
Sect3 7Sect3 7
Sect3 7
 
Multiplying Polynomials
Multiplying PolynomialsMultiplying Polynomials
Multiplying Polynomials
 
Maths04
Maths04Maths04
Maths04
 
09 a1bs01 mathematics-1
09 a1bs01 mathematics-109 a1bs01 mathematics-1
09 a1bs01 mathematics-1
 
Linear algebra-solutions-manual-kuttler-1-30-11-otc
Linear algebra-solutions-manual-kuttler-1-30-11-otcLinear algebra-solutions-manual-kuttler-1-30-11-otc
Linear algebra-solutions-manual-kuttler-1-30-11-otc
 
Review exercises
 Review exercises Review exercises
Review exercises
 
Operations on Polynomials
Operations on PolynomialsOperations on Polynomials
Operations on Polynomials
 

Viewers also liked

The binomial theorem
The binomial theoremThe binomial theorem
The binomial theoremMaxTorresdey
 
CIS Anaesthesia Software
CIS Anaesthesia SoftwareCIS Anaesthesia Software
CIS Anaesthesia Softwaresteensgaard
 
6.4 binomials containing radicals
6.4 binomials containing radicals6.4 binomials containing radicals
6.4 binomials containing radicalsandreagoings
 
12 x1 t08 02 general binomial expansions (2012)
12 x1 t08 02 general binomial expansions (2012)12 x1 t08 02 general binomial expansions (2012)
12 x1 t08 02 general binomial expansions (2012)Nigel Simmons
 
L10 binomial theorem
L10 binomial theoremL10 binomial theorem
L10 binomial theoremisaiah777
 
119 Powerpoint 1.6
119 Powerpoint 1.6119 Powerpoint 1.6
119 Powerpoint 1.6Jeneva Clark
 
12X1 T08 01 binomial expansions
12X1 T08 01 binomial expansions12X1 T08 01 binomial expansions
12X1 T08 01 binomial expansionsNigel Simmons
 
A212-2 binomial thm
A212-2 binomial thmA212-2 binomial thm
A212-2 binomial thmvhiggins1
 
6 binomial theorem
6 binomial theorem6 binomial theorem
6 binomial theoremmath123c
 
The binomial theorem class 11 maths
The binomial theorem class 11 mathsThe binomial theorem class 11 maths
The binomial theorem class 11 mathsDharmendra Dudi
 
Multiplying binomials
Multiplying binomialsMultiplying binomials
Multiplying binomialsEDS
 
The binomial distributions
The binomial distributionsThe binomial distributions
The binomial distributionsmaamir farooq
 

Viewers also liked (20)

The binomial theorem
The binomial theoremThe binomial theorem
The binomial theorem
 
CIS Anaesthesia Software
CIS Anaesthesia SoftwareCIS Anaesthesia Software
CIS Anaesthesia Software
 
6.4 binomials containing radicals
6.4 binomials containing radicals6.4 binomials containing radicals
6.4 binomials containing radicals
 
12 x1 t08 02 general binomial expansions (2012)
12 x1 t08 02 general binomial expansions (2012)12 x1 t08 02 general binomial expansions (2012)
12 x1 t08 02 general binomial expansions (2012)
 
Matlab II
Matlab IIMatlab II
Matlab II
 
L10 binomial theorem
L10 binomial theoremL10 binomial theorem
L10 binomial theorem
 
119 Powerpoint 1.6
119 Powerpoint 1.6119 Powerpoint 1.6
119 Powerpoint 1.6
 
Binomial
BinomialBinomial
Binomial
 
Polynomials
Polynomials Polynomials
Polynomials
 
To know test 17
To know test 17To know test 17
To know test 17
 
12X1 T08 01 binomial expansions
12X1 T08 01 binomial expansions12X1 T08 01 binomial expansions
12X1 T08 01 binomial expansions
 
1631 the binomial theorem
1631 the binomial theorem1631 the binomial theorem
1631 the binomial theorem
 
A212-2 binomial thm
A212-2 binomial thmA212-2 binomial thm
A212-2 binomial thm
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Binomial Theorem 2
Binomial Theorem 2Binomial Theorem 2
Binomial Theorem 2
 
6 binomial theorem
6 binomial theorem6 binomial theorem
6 binomial theorem
 
The binomial theorem class 11 maths
The binomial theorem class 11 mathsThe binomial theorem class 11 maths
The binomial theorem class 11 maths
 
Multiplying binomials
Multiplying binomialsMultiplying binomials
Multiplying binomials
 
Binomial theorem
Binomial theoremBinomial theorem
Binomial theorem
 
The binomial distributions
The binomial distributionsThe binomial distributions
The binomial distributions
 

Similar to 1114 ch 11 day 14

Int Math 2 Section 9-7 1011
Int Math 2 Section 9-7 1011Int Math 2 Section 9-7 1011
Int Math 2 Section 9-7 1011Jimbo Lamb
 
Integrated Math 2 Section 9-7
Integrated Math 2 Section 9-7Integrated Math 2 Section 9-7
Integrated Math 2 Section 9-7Jimbo Lamb
 
Factorise quadratics lesson 1
Factorise quadratics lesson 1Factorise quadratics lesson 1
Factorise quadratics lesson 1Angela Phillips
 
Potw solution
Potw solutionPotw solution
Potw solutionjwhinsley
 
Inverse matrix pptx
Inverse matrix pptxInverse matrix pptx
Inverse matrix pptxKimguan Tan
 
Inversematrixpptx 110418192746-phpapp014.7
Inversematrixpptx 110418192746-phpapp014.7Inversematrixpptx 110418192746-phpapp014.7
Inversematrixpptx 110418192746-phpapp014.7Kimguan Tan
 
Number theoryตัวจริง
Number theoryตัวจริงNumber theoryตัวจริง
Number theoryตัวจริงNittaya Noinan
 
Number theoryตัวจริง
Number theoryตัวจริงNumber theoryตัวจริง
Number theoryตัวจริงNittaya Noinan
 
Polynomial operations (1)
Polynomial operations (1)Polynomial operations (1)
Polynomial operations (1)swartzje
 
6 3 Add,Sub,Mult Polynomials
6 3 Add,Sub,Mult Polynomials6 3 Add,Sub,Mult Polynomials
6 3 Add,Sub,Mult Polynomialsnina
 
4.5 Multiplication Of Two Matrices
4.5 Multiplication Of Two Matrices4.5 Multiplication Of Two Matrices
4.5 Multiplication Of Two Matrices豪 鱟灊
 
4.5 Multiplication Of Two Matrices
4.5 Multiplication Of Two Matrices4.5 Multiplication Of Two Matrices
4.5 Multiplication Of Two Matrices豪 鱟灊
 
Bowen prelim a maths p1 2011 with answer key
Bowen prelim  a maths p1 2011 with answer keyBowen prelim  a maths p1 2011 with answer key
Bowen prelim a maths p1 2011 with answer keyMeng XinYi
 
Algebraic expressions
Algebraic expressionsAlgebraic expressions
Algebraic expressionsAndri Rahadi
 

Similar to 1114 ch 11 day 14 (20)

Unit 5 pp q only
Unit 5 pp q onlyUnit 5 pp q only
Unit 5 pp q only
 
Int Math 2 Section 9-7 1011
Int Math 2 Section 9-7 1011Int Math 2 Section 9-7 1011
Int Math 2 Section 9-7 1011
 
Integrated Math 2 Section 9-7
Integrated Math 2 Section 9-7Integrated Math 2 Section 9-7
Integrated Math 2 Section 9-7
 
Factorise quadratics lesson 1
Factorise quadratics lesson 1Factorise quadratics lesson 1
Factorise quadratics lesson 1
 
Potw solution
Potw solutionPotw solution
Potw solution
 
Mathematics
MathematicsMathematics
Mathematics
 
Inverse matrix pptx
Inverse matrix pptxInverse matrix pptx
Inverse matrix pptx
 
Inversematrixpptx 110418192746-phpapp014.7
Inversematrixpptx 110418192746-phpapp014.7Inversematrixpptx 110418192746-phpapp014.7
Inversematrixpptx 110418192746-phpapp014.7
 
Number theoryตัวจริง
Number theoryตัวจริงNumber theoryตัวจริง
Number theoryตัวจริง
 
Number theoryตัวจริง
Number theoryตัวจริงNumber theoryตัวจริง
Number theoryตัวจริง
 
Polynomial operations (1)
Polynomial operations (1)Polynomial operations (1)
Polynomial operations (1)
 
6 3 Add,Sub,Mult Polynomials
6 3 Add,Sub,Mult Polynomials6 3 Add,Sub,Mult Polynomials
6 3 Add,Sub,Mult Polynomials
 
4.7
4.74.7
4.7
 
4.5 Multiplication Of Two Matrices
4.5 Multiplication Of Two Matrices4.5 Multiplication Of Two Matrices
4.5 Multiplication Of Two Matrices
 
4.5 Multiplication Of Two Matrices
4.5 Multiplication Of Two Matrices4.5 Multiplication Of Two Matrices
4.5 Multiplication Of Two Matrices
 
Mathematics
MathematicsMathematics
Mathematics
 
Mathematics
MathematicsMathematics
Mathematics
 
Bowen prelim a maths p1 2011 with answer key
Bowen prelim  a maths p1 2011 with answer keyBowen prelim  a maths p1 2011 with answer key
Bowen prelim a maths p1 2011 with answer key
 
S 4
S 4S 4
S 4
 
Algebraic expressions
Algebraic expressionsAlgebraic expressions
Algebraic expressions
 

More from festivalelmo

More from festivalelmo (20)

0101 ch 1 day 1
0101 ch 1 day 10101 ch 1 day 1
0101 ch 1 day 1
 
1103 ch 11 day 3
1103 ch 11 day 31103 ch 11 day 3
1103 ch 11 day 3
 
1204 ch 12 day 4
1204 ch 12 day 41204 ch 12 day 4
1204 ch 12 day 4
 
1203 ch 12 day 3
1203 ch 12 day 31203 ch 12 day 3
1203 ch 12 day 3
 
1201 ch 12 day 1
1201 ch 12 day 11201 ch 12 day 1
1201 ch 12 day 1
 
1202 ch 12 day 2
1202 ch 12 day 21202 ch 12 day 2
1202 ch 12 day 2
 
1104 ch 11 day 4
1104 ch 11 day 41104 ch 11 day 4
1104 ch 11 day 4
 
1113 ch 11 day 13
1113 ch 11 day 131113 ch 11 day 13
1113 ch 11 day 13
 
1112 ch 11 day 12
1112 ch 11 day 121112 ch 11 day 12
1112 ch 11 day 12
 
1110 ch 11 day 10
1110 ch 11 day 101110 ch 11 day 10
1110 ch 11 day 10
 
1109 ch 11 day 9
1109 ch 11 day 91109 ch 11 day 9
1109 ch 11 day 9
 
1108 ch 11 day 8
1108 ch 11 day 81108 ch 11 day 8
1108 ch 11 day 8
 
1107 ch 11 day 7
1107 ch 11 day 71107 ch 11 day 7
1107 ch 11 day 7
 
1106 ch 11 day 6
1106 ch 11 day 61106 ch 11 day 6
1106 ch 11 day 6
 
1105 ch 11 day 5
1105 ch 11 day 51105 ch 11 day 5
1105 ch 11 day 5
 
1115 ch 11 day 15
1115 ch 11 day 151115 ch 11 day 15
1115 ch 11 day 15
 
1007 ch 10 day 7
1007 ch 10 day 71007 ch 10 day 7
1007 ch 10 day 7
 
1006 ch 10 day 6
1006 ch 10 day 61006 ch 10 day 6
1006 ch 10 day 6
 
1005 ch 10 day 5
1005 ch 10 day 51005 ch 10 day 5
1005 ch 10 day 5
 
1004 ch 10 day 4
1004 ch 10 day 41004 ch 10 day 4
1004 ch 10 day 4
 

Recently uploaded

Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxDhatriParmar
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdfMr Bounab Samir
 
Shark introduction Morphology and its behaviour characteristics
Shark introduction Morphology and its behaviour characteristicsShark introduction Morphology and its behaviour characteristics
Shark introduction Morphology and its behaviour characteristicsArubSultan
 
CLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptxCLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptxAnupam32727
 
The role of Geography in climate education: science and active citizenship
The role of Geography in climate education: science and active citizenshipThe role of Geography in climate education: science and active citizenship
The role of Geography in climate education: science and active citizenshipKarl Donert
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptxDhatriParmar
 
Indexing Structures in Database Management system.pdf
Indexing Structures in Database Management system.pdfIndexing Structures in Database Management system.pdf
Indexing Structures in Database Management system.pdfChristalin Nelson
 
4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptxmary850239
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Projectjordimapav
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQuiz Club NITW
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfPrerana Jadhav
 
DBMSArchitecture_QueryProcessingandOptimization.pdf
DBMSArchitecture_QueryProcessingandOptimization.pdfDBMSArchitecture_QueryProcessingandOptimization.pdf
DBMSArchitecture_QueryProcessingandOptimization.pdfChristalin Nelson
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWQuiz Club NITW
 
Sulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesSulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesVijayaLaxmi84
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQuiz Club NITW
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDhatriParmar
 

Recently uploaded (20)

Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdf
 
Shark introduction Morphology and its behaviour characteristics
Shark introduction Morphology and its behaviour characteristicsShark introduction Morphology and its behaviour characteristics
Shark introduction Morphology and its behaviour characteristics
 
CLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptxCLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptx
 
The role of Geography in climate education: science and active citizenship
The role of Geography in climate education: science and active citizenshipThe role of Geography in climate education: science and active citizenship
The role of Geography in climate education: science and active citizenship
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
 
Indexing Structures in Database Management system.pdf
Indexing Structures in Database Management system.pdfIndexing Structures in Database Management system.pdf
Indexing Structures in Database Management system.pdf
 
4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx
 
CARNAVAL COM MAGIA E EUFORIA _
CARNAVAL COM MAGIA E EUFORIA            _CARNAVAL COM MAGIA E EUFORIA            _
CARNAVAL COM MAGIA E EUFORIA _
 
Mattingly "AI & Prompt Design" - Introduction to Machine Learning"
Mattingly "AI & Prompt Design" - Introduction to Machine Learning"Mattingly "AI & Prompt Design" - Introduction to Machine Learning"
Mattingly "AI & Prompt Design" - Introduction to Machine Learning"
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Project
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdf
 
DBMSArchitecture_QueryProcessingandOptimization.pdf
DBMSArchitecture_QueryProcessingandOptimization.pdfDBMSArchitecture_QueryProcessingandOptimization.pdf
DBMSArchitecture_QueryProcessingandOptimization.pdf
 
prashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Professionprashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Profession
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITW
 
Sulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesSulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their uses
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
 
Introduction to Research ,Need for research, Need for design of Experiments, ...
Introduction to Research ,Need for research, Need for design of Experiments, ...Introduction to Research ,Need for research, Need for design of Experiments, ...
Introduction to Research ,Need for research, Need for design of Experiments, ...
 

1114 ch 11 day 14

  • 1. 11.6 The Binomial Theorem Matthew 7:7 "Ask, and it shall be given you; seek, and ye shall find; knock, and it shall be opened unto you."
  • 2. How do we expand ( a + b ) ? n
  • 3. How do we expand ( a + b ) ? n We will explore two methods:
  • 4. How do we expand ( a + b ) ? n We will explore two methods: 1) Using Pascal’s Triangle (a recursive method)
  • 5. How do we expand ( a + b ) ? n We will explore two methods: 1) Using Pascal’s Triangle (a recursive method) 2) Using the Binomial Theorem (an explicit method that uses combinatorics)
  • 7. Pascal’s Triangle Recall from last year ...
  • 8. Pascal’s Triangle Provides coefficients for expansion of a binomial
  • 9. Pascal’s Triangle Provides coefficients for expansion of a binomial 0 (a + b) = 1 1 (a + b) = 1a + 1b 2 2 2 (a + b) = 1a + 2ab + 1b 3 3 2 2 3 (a + b) = 1a + 3a b + 3ab + 1b 4 4 3 2 2 3 4 (a + b) = 1a + 4a b + 6a b + 4ab + 1b 5 5 4 3 2 2 3 4 5 (a + b) = 1a + 5a b + 10a b + 10a b + 5ab + 1b
  • 10. Pascal’s Triangle Provides coefficients for expansion of a binomial 0 (a + b) = 1 1 (a + b) = 1a + 1b 2 2 2 (a + b) = 1a + 2ab + 1b 3 3 2 2 3 (a + b) = 1a + 3a b + 3ab + 1b 4 4 3 2 2 3 4 (a + b) = 1a + 4a b + 6a b + 4ab + 1b 5 5 4 3 2 2 3 4 5 (a + b) = 1a + 5a b + 10a b + 10a b + 5ab + 1b Also notice the pattern of the exponents!
  • 11. Pascal’s Triangle Provides coefficients for expansion of a binomial 0 (a + b) = 1 1 (a + b) = 1a + 1b 2 2 2 (a + b) = 1a + 2ab + 1b 3 3 2 2 3 (a + b) = 1a + 3a b + 3ab + 1b 4 4 3 2 2 3 4 (a + b) = 1a + 4a b + 6a b + 4ab + 1b 5 5 4 3 2 2 3 4 5 (a + b) = 1a + 5a b + 10a b + 10a b + 5ab + 1b Also notice the pattern of the exponents! Let’s expand ( a + b ) . 6 (do on the board)
  • 12. Let’s expand ( 3 − xy ) 4
  • 13. Let’s expand ( 3 − xy ) 4 First, write out ( a + b ) in expanded form. 4
  • 14. Let’s expand ( 3 − xy ) 4 First, write out ( a + b ) in expanded form. 4 4 3 2 2 3 4 a + 4a b + 6a b + 4ab + b
  • 15. Let’s expand ( 3 − xy ) 4 First, write out ( a + b ) in expanded form. 4 4 3 2 2 3 4 a + 4a b + 6a b + 4ab + b Then substitute 3 for a and -xy for b
  • 16. Let’s expand ( 3 − xy ) 4 First, write out ( a + b ) in expanded form. 4 4 3 2 2 3 4 a + 4a b + 6a b + 4ab + b Then substitute 3 for a and -xy for b 4 3 2 2 3 4 ( 3) + 4 ( 3) ( −xy ) + 6 ( 3) ( −xy ) + 4 ( 3) ( −xy ) + ( −xy )
  • 17. Let’s expand ( 3 − xy ) 4 First, write out ( a + b ) in expanded form. 4 4 3 2 2 3 4 a + 4a b + 6a b + 4ab + b Then substitute 3 for a and -xy for b 4 3 2 2 3 4 ( 3) + 4 ( 3) ( −xy ) + 6 ( 3) ( −xy ) + 4 ( 3) ( −xy ) + ( −xy ) and simplify
  • 18. Let’s expand ( 3 − xy ) 4 First, write out ( a + b ) in expanded form. 4 4 3 2 2 3 4 a + 4a b + 6a b + 4ab + b Then substitute 3 for a and -xy for b 4 3 2 2 3 4 ( 3) + 4 ( 3) ( −xy ) + 6 ( 3) ( −xy ) + 4 ( 3) ( −xy ) + ( −xy ) and simplify 2 2 3 3 4 4 81− 108xy + 54x y − 12x y + x y
  • 19. Pascal’s Triangle works great when n is small in ( a + b ) n The Binomial Theorem is better when n is large. Let’s take a look at that now.
  • 21. The Binomial Theorem a, b ∈ ° ; n ∈ positive integers n ⎛ n ⎞ n ⎛ n ⎞ n−1 ⎛ n ⎞ n−2 2 ⎛ n ⎞ n−1 ⎛ n ⎞ n (a + b) = ⎜ ⎟ a + ⎜ ⎟ a b + ⎜ ⎟ a b +K + ⎜ ⎟ ab + ⎜ n ⎟ b ⎝ 0 ⎠ ⎝ 1 ⎠ ⎝ 2 ⎠ ⎝ n − 1⎠ ⎝ ⎠
  • 22. The Binomial Theorem a, b ∈ ° ; n ∈ positive integers n ⎛ n ⎞ n ⎛ n ⎞ n−1 ⎛ n ⎞ n−2 2 ⎛ n ⎞ n−1 ⎛ n ⎞ n (a + b) = ⎜ ⎟ a + ⎜ ⎟ a b + ⎜ ⎟ a b +K + ⎜ ⎟ ab + ⎜ n ⎟ b ⎝ 0 ⎠ ⎝ 1 ⎠ ⎝ 2 ⎠ ⎝ n − 1⎠ ⎝ ⎠ Let’s review combinations ... (next slide)
  • 23. Combinations ⎛ n ⎞ n! ⎜ r ⎟ = r!( n − r )! ⎝ ⎠
  • 24. Combinations ⎛ n ⎞ n! ⎜ r ⎟ = r!( n − r )! ⎝ ⎠ Example: ⎛ 5 ⎞ 5! ⎜ 2 ⎟ = 2!( 5 − 2 )! ⎝ ⎠ 5 ⋅ 4 ⋅ 3⋅ 2 ⋅1 = ( 2 ⋅1)( 3⋅ 2 ⋅1) 5⋅4 = 2 = 10
  • 25. Combinations ⎛ n ⎞ n! ⎜ r ⎟ = r!( n − r )! ⎝ ⎠ Example: ⎛ 5 ⎞ 5! ⎜ 2 ⎟ = 2!( 5 − 2 )! ⎝ ⎠ 5 ⋅ 4 ⋅ 3⋅ 2 ⋅1 = ( 2 ⋅1)( 3⋅ 2 ⋅1) 5⋅4 = 2 = 10 Let’s review how your calculator can do this ...
  • 26. ⎛ 5 ⎞ To do ⎜ ⎟ enter 5 nCr 2 ⎝ 2 ⎠
  • 27. ⎛ 5 ⎞ To do ⎜ ⎟ enter 5 nCr 2 ⎝ 2 ⎠ For all combinations, you can use your calculator. In your work, just show the combination notation, but not the nCr notation.
  • 28. 4 Use the Binomial Theorem to expand ( a + b )
  • 29. 4 Use the Binomial Theorem to expand ( a + b ) ⎛ 4 ⎞ 4 ⎛ 4 ⎞ 3 ⎛ 4 ⎞ 2 2 ⎛ 4 ⎞ 3 ⎛ 4 ⎞ 4 ⎜ 0 ⎟ a + ⎜ 1⎟ a b + ⎜ 2 ⎟ a b + ⎜ 3 ⎟ ab + ⎜ 4 ⎟ b ⎝ ⎠ ⎝ ⎠ ⎝ ⎠ ⎝ ⎠ ⎝ ⎠
  • 30. 4 Use the Binomial Theorem to expand ( a + b ) ⎛ 4 ⎞ 4 ⎛ 4 ⎞ 3 ⎛ 4 ⎞ 2 2 ⎛ 4 ⎞ 3 ⎛ 4 ⎞ 4 ⎜ 0 ⎟ a + ⎜ 1⎟ a b + ⎜ 2 ⎟ a b + ⎜ 3 ⎟ ab + ⎜ 4 ⎟ b ⎝ ⎠ ⎝ ⎠ ⎝ ⎠ ⎝ ⎠ ⎝ ⎠ 4 3 2 2 3 4 a + 4a b + 6a b + 4ab + b
  • 31. 4 Use the Binomial Theorem to expand ( a + b ) ⎛ 4 ⎞ 4 ⎛ 4 ⎞ 3 ⎛ 4 ⎞ 2 2 ⎛ 4 ⎞ 3 ⎛ 4 ⎞ 4 ⎜ 0 ⎟ a + ⎜ 1⎟ a b + ⎜ 2 ⎟ a b + ⎜ 3 ⎟ ab + ⎜ 4 ⎟ b ⎝ ⎠ ⎝ ⎠ ⎝ ⎠ ⎝ ⎠ ⎝ ⎠ 4 3 2 2 3 4 a + 4a b + 6a b + 4ab + b n For more complex binomials, first expand ( a + b ) and then substitute in for a and b ... just like we did with the Pascal’s Triangle method.
  • 32. 6 Use the Binomial Theorem to expand ( x −2 )
  • 33. 6 Use the Binomial Theorem to expand ( x −2 ) ⎛ 6 ⎞ 6 ⎛ 6 ⎞ 5 ⎛ 6 ⎞ 4 2 ⎛ 6 ⎞ 3 3 ⎛ 6 ⎞ 2 4 ⎛ 6 ⎞ 5 ⎛ 6 ⎞ 6 ⎜ 0 ⎟ a + ⎜ 1 ⎟ a b + ⎜ 2 ⎟ a b + ⎜ 3⎟ a b + ⎜ 4 ⎟ a b + ⎜ 5 ⎟ ab + ⎜ 6 ⎟ b ⎝ ⎠ ⎝ ⎠ ⎝ ⎠ ⎝ ⎠ ⎝ ⎠ ⎝ ⎠ ⎝ ⎠
  • 34. 6 Use the Binomial Theorem to expand ( x −2 ) ⎛ 6 ⎞ 6 ⎛ 6 ⎞ 5 ⎛ 6 ⎞ 4 2 ⎛ 6 ⎞ 3 3 ⎛ 6 ⎞ 2 4 ⎛ 6 ⎞ 5 ⎛ 6 ⎞ 6 ⎜ 0 ⎟ a + ⎜ 1 ⎟ a b + ⎜ 2 ⎟ a b + ⎜ 3⎟ a b + ⎜ 4 ⎟ a b + ⎜ 5 ⎟ ab + ⎜ 6 ⎟ b ⎝ ⎠ ⎝ ⎠ ⎝ ⎠ ⎝ ⎠ ⎝ ⎠ ⎝ ⎠ ⎝ ⎠ a= x b = −2
  • 35. 6 Use the Binomial Theorem to expand ( x −2 ) ⎛ 6 ⎞ 6 ⎛ 6 ⎞ 5 ⎛ 6 ⎞ 4 2 ⎛ 6 ⎞ 3 3 ⎛ 6 ⎞ 2 4 ⎛ 6 ⎞ 5 ⎛ 6 ⎞ 6 ⎜ 0 ⎟ a + ⎜ 1 ⎟ a b + ⎜ 2 ⎟ a b + ⎜ 3⎟ a b + ⎜ 4 ⎟ a b + ⎜ 5 ⎟ ab + ⎜ 6 ⎟ b ⎝ ⎠ ⎝ ⎠ ⎝ ⎠ ⎝ ⎠ ⎝ ⎠ ⎝ ⎠ ⎝ ⎠ a= x b = −2 6 5 4 2 3 3 2 4 1 x + 6 x ( −2 ) + 15 x ( −2 ) + 20 x ( −2 ) + 15 x ( −2 ) 5 6 +6 x ( −2 ) + 1( −2 )
  • 36. 6 Use the Binomial Theorem to expand ( x −2 ) ⎛ 6 ⎞ 6 ⎛ 6 ⎞ 5 ⎛ 6 ⎞ 4 2 ⎛ 6 ⎞ 3 3 ⎛ 6 ⎞ 2 4 ⎛ 6 ⎞ 5 ⎛ 6 ⎞ 6 ⎜ 0 ⎟ a + ⎜ 1 ⎟ a b + ⎜ 2 ⎟ a b + ⎜ 3⎟ a b + ⎜ 4 ⎟ a b + ⎜ 5 ⎟ ab + ⎜ 6 ⎟ b ⎝ ⎠ ⎝ ⎠ ⎝ ⎠ ⎝ ⎠ ⎝ ⎠ ⎝ ⎠ ⎝ ⎠ a= x b = −2 6 5 4 2 3 3 2 4 1 x + 6 x ( −2 ) + 15 x ( −2 ) + 20 x ( −2 ) + 15 x ( −2 ) 5 6 +6 x ( −2 ) + 1( −2 ) 5 3 1 3 2 x − 12x + 60x − 160x + 240x − 192x + 64 2 2 2
  • 37. HW #11 “I am a little pencil in the hand of a writing God who is sending a love letter to the world.” Mother Teresa

Editor's Notes

  1. \n
  2. \n
  3. \n
  4. \n
  5. \n
  6. \n
  7. \n
  8. \n
  9. \n
  10. \n
  11. \n
  12. \n
  13. \n
  14. \n
  15. \n
  16. \n
  17. \n
  18. \n
  19. \n
  20. \n
  21. \n
  22. \n
  23. \n
  24. \n
  25. \n
  26. \n
  27. \n
  28. \n