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
 
Mathematics
MathematicsMathematics
Mathematics
 
Mathematics
MathematicsMathematics
Mathematics
 
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 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

JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...anjaliyadav012327
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxShobhayan Kirtania
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 

Recently uploaded (20)

JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptx
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 

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