Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
SlideShare a Scribd company logo
Figuring out how to create sets of
number or groups of elements, and
expand binomials
*
Combination: a selection of r
objects from a group of n objects
where order is not important.
!
( )! !
n r
n
C
n r r

 
How is this formula different from the one
for permutations, nPr?
How is this formula the same?
Memorize this formula!!!
Example 1: How many different ways can
you choose a group of 7 books from a shelf
containing 32 books if order isn’t important?
32C7= ?
Remember to use parentheses
around the denominator or use
the nCr choice on the
calculator.
Ex 2: There are 12 comedies, 8 action
movies, 7 dramas, 5 suspense and 9
family movies.
a) In how many different ways can you
choose exactly 2 comedies and 3
family movies?
SOL: 12C2· 9C3
(if AND is involved,
you multiply the
combinations,
if OR is involved,
you add combinations)

Recommended for you

Geometric Sequence
Geometric SequenceGeometric Sequence
Geometric Sequence

This document discusses geometric sequences and provides examples. It defines a geometric sequence as a sequence where each term is found by multiplying or dividing the same value from one term to the next. An example given is 2, 4, 8, 16, 32, 64, 128, etc. The document also provides the general formula for a geometric sequence as {a, ar, ar2, ar3, ...} where a is the first term and r is the common ratio between terms. It gives practice problems for finding missing terms and the common ratio of geometric sequences.

Matrices
MatricesMatrices
Matrices

The document provides an overview of a lecture covering matrices, matrix algebra, vectors, homogeneous coordinates, and transformations in homogeneous coordinates. Key points include: matrices are arrays of numbers; operations on matrices include addition, multiplication by a scalar, and multiplication; vectors can represent points in space as column or row matrices; homogeneous coordinates allow points to be represented by 4D vectors, enabling translations and other transformations to be described by 4x4 matrices. This provides a unified approach for combining multiple transformations.

Inverse function
Inverse functionInverse function
Inverse function

The document discusses inverse functions, including: - An inverse function undoes the output of the original function by relating the input and output variables. - For a function to have an inverse, it must be one-to-one so that each output is paired with a unique input. - To find the inverse of a function, swap the input and output variables and isolate the new output variable.

functioninverse functioninverse
There are 12 comedies, 8 action
movies, 7 dramas, 5 suspense and 9
family movies.
b) You can afford at most 2 movies. How
many movie combinations could you go
home with?
You could rent 0, 1, or 2
movies. There are 41
movies total.
So 41C0 + 41C1 + 41C2
Ex 3: There are 11 articles in a magazine.
You have time to read at least 2 articles.
How many different combinations of articles
could you choose?
One way: 11C2 + 11C3 +11C4 + . . . + 11C11
(choose 2 articles or 3 articles or 4
articles . . . or 11 articles)
Another way: Since you can choose to
read or not read each article, there
are 2 choices.
211 – (11C0 + 11C1 )
(you didn’t read just 1 or 0 articles.)
Now you try one: There are 10 games
played in a soccer season. How many
combinations of games could you attend if
you chose at least 3 of them?
10C3 + 10C4 +10C5 + . . . + 10C10
or
210 – (10C0 + 10C1 + 10C2 ) = 968
(2 choices each time - go or not go)
Pascal’s Triangle: Pascal was a mathematician
who noticed a pattern that ended up to be
useful!
0C0
1C0 1C1
2C0 2C1 2C2
3C0 3C1 3C2 3C3

Recommended for you

Synthetic division
Synthetic divisionSynthetic division
Synthetic division

This document provides instructions for using synthetic division to divide polynomials. It contains the following key points: 1. Synthetic division can be used to divide polynomials when the divisor has a leading coefficient of 1 and there is a coefficient for every power of the variable in the numerator. 2. The procedure involves writing the terms of the numerator in descending order, bringing down the constant of the divisor, multiplying and adding down the columns to obtain the coefficients of the quotient polynomial and the remainder. 3. An example problem walks through each step of synthetic division to divide (5x^4 - 4x^2 + x + 6) / (x - 3), obtaining a quotient of 5x^3 + 15

POLYNOMIALS - Add Subtract Multiply
POLYNOMIALS - Add Subtract MultiplyPOLYNOMIALS - Add Subtract Multiply
POLYNOMIALS - Add Subtract Multiply

1) This document discusses polynomial operations and rules including combining like terms, adding, subtracting, and multiplying polynomials. Key terms defined include degree of a polynomial, standard form, leading coefficient, monomial, binomial, trinomial, and polynomial. 2) Examples are provided for combining like terms, adding, subtracting, and multiplying polynomials using the distributive property. Special cases like FOIL (First, Outer, Inner, Last) are explained for multiplying binomials. 3) Practice problems with answers are given for multiplying polynomials.

PERMUTATION & COMBINATION
PERMUTATION & COMBINATIONPERMUTATION & COMBINATION
PERMUTATION & COMBINATION

This document discusses permutation and combination concepts in counting. It provides examples of using the multiplication principle when order matters and addition principle when order does not matter to count outcomes of events. It also defines permutation as arrangements of objects where order matters and combination as selections of objects where order does not matter. Formulas are given for counting permutations and combinations of distinct objects. Examples demonstrate calculating the number of ways to arrange or select objects in different scenarios.

mathsquantitative aptitude
n=0
n=1
n=2
n=3
(a+b)0= 1
(a+b)1= 1a + 1b
(a+b)2= 1a2 + 2ab + 1b2
(a+b)3= 1a3 + 3a2b + 3ab2 +1b3
In the last line, notice the pattern of the
coefficients - they come from Pascal’s triangle, from
the row that has 3 as the second number. Also
notice the pattern of the powers of a and b – a goes
down in power, b goes up in power.
n=0
n=1
n=2
n=3
Binomial Theorem:
For any positive integer n,
0 0 1 1 2 2
0 1 2( ) ...
...
n n n n n r r
n n n n r
n n n
n n
a b C a b C a b C a b C a b
C a b
   

      

You can see the pattern of the coefficients that
come from Pascal’s triangle, from the row that
has n as the second number. You can also see the
pattern of the powers of a and b –
a goes down in power, b goes up in power.
0 0 1 1 2 2
0 1 2( ) ... ...n n n n n r r n n n
n n n n r n na b C a b C a b C a b C a b C a b    
       
Ex 4: Expand (2x + 1)4
4 0 0 4 1 1 4 2 2 4 3 3 4 4 4
4 0 4 1 4 2 4 3 4 4(2 ) (1) (2 ) (1) (2 ) (1) (2 ) (1) (2 ) (1)C x C x C x C x C x    
    
4 0 3 1 2 2 1 3 0 4
1(2 ) (1) 4(2 ) (1) 6(2 ) (1) 4(2 ) (1) 1(2 ) (1)x x x x x    
4 3 2 1
1(16 )(1) 4(8 )(1) 6(4 )(1) 4(2 ) (1) 1(1)(1)x x x x    
4 3 2
16 32 24 8 1x x x x    
I think it is far faster to generate Pascal’s
triangle and pick the row for coefficients
based on the power than to put nCr into my
calculator each time, but you can choose to do
it either way.
Ex 5: Expand (x – 2y)3
3 3 0 2 1 1 2 0 3
( 2 ) 1( ) ( 2 ) 3( ) ( 2 ) 3( ) ( 2 ) 1( ) ( 2 )x y x y x y x y x y        
Row from Pascal’s that has 3 as second number:
1 3 3 1
3 2 2 3
1( )(1) 3( )( 2 ) 3( )(4 ) 1(1)( 8 )x x y x y y     
3 2 2 3
6 12 8x x y xy y   

Recommended for you

Increasing and decreasing functions ap calc sec 3.3
Increasing and decreasing functions ap calc sec 3.3Increasing and decreasing functions ap calc sec 3.3
Increasing and decreasing functions ap calc sec 3.3

The document discusses increasing and decreasing functions and the first derivative test. It defines that a function is increasing if the derivative is positive, decreasing if the derivative is negative, and constant if the derivative is zero. It provides examples of finding the intervals where a function is increasing or decreasing by identifying critical numbers and testing points in each interval. The document also summarizes the first derivative test, stating that a critical point is an extremum if the derivative changes sign there, and whether it is a maximum or minimum depends on if the derivative changes from negative to positive or positive to negative.

5.4 long division
5.4 long division5.4 long division
5.4 long division

Long division can be used to divide polynomials in a similar way to dividing numbers. The key steps are to set up the division problem, divide the term of the dividend by the term of the divisor, multiply the divisor by the quotient term and subtract, then bring down the next term of the dividend and repeat. This polynomial long division allows polynomials to be factored by finding all divisor polynomials that give a remainder of zero. The factor theorem can also be used to check if a linear polynomial is a factor by setting it equal to zero and checking if it makes the other polynomial equal to zero.

Probability(mutually exclusive events)
Probability(mutually exclusive events)Probability(mutually exclusive events)
Probability(mutually exclusive events)

The document contains solutions to 3 probability problems: 1) Finding the probability of rolling a die with a face that is a multiple of 3 or 5. The probability is 5/6. 2) Finding the probability that a randomly selected digit between 1-50 is a multiple of 10 or 11. The probability is 18/50. 3) Finding the probability that a randomly drawn card is a queen or king. The probability is 8/52.

statistics
And last but not least,
Ex 6: Find the coefficient of the term containing
x4 in (2x – 7)9
We start with where r=term#-1.
Powers in the polynomial would be
9,8,7,6,5,4,3,2,1, so x4 would be in the 6th term.
r = 6 – 1, so r = 5
(9-r has to equal 4)
9
9 (2 ) ( 7)r r
rC x 

4 5
126(2 ) ( 7)x 
9 5 5
9 5(2 ) ( 7)C x 

4
126(16 )( 16807)x 
The coefficient is -33,882,912
You can try it: Find coefficient of x4 in the
expansion of (3x – 1)11
This is #24 on 10.2 B assignment!
11 7 7
11 7 (3 ) ( 1)C x 


More Related Content

What's hot

Multiplication of algebraic expressions
Multiplication of algebraic expressionsMultiplication of algebraic expressions
Multiplication of algebraic expressions
Vendavaram
 
Rational expressions ppt
Rational expressions pptRational expressions ppt
Rational expressions ppt
Doreen Mhizha
 
factoring polynomials
factoring polynomialsfactoring polynomials
factoring polynomials
abigail Dayrit
 
Geometric Sequence
Geometric SequenceGeometric Sequence
Geometric Sequence
Daisy Rey Luciano
 
Matrices
MatricesMatrices
Inverse function
Inverse functionInverse function
Inverse function
Mehedi Hasan Raju
 
Synthetic division
Synthetic divisionSynthetic division
Synthetic division
swartzje
 
POLYNOMIALS - Add Subtract Multiply
POLYNOMIALS - Add Subtract MultiplyPOLYNOMIALS - Add Subtract Multiply
POLYNOMIALS - Add Subtract Multiply
swartzje
 
PERMUTATION & COMBINATION
PERMUTATION & COMBINATIONPERMUTATION & COMBINATION
PERMUTATION & COMBINATION
Pawan Mishra
 
Increasing and decreasing functions ap calc sec 3.3
Increasing and decreasing functions ap calc sec 3.3Increasing and decreasing functions ap calc sec 3.3
Increasing and decreasing functions ap calc sec 3.3
Ron Eick
 
5.4 long division
5.4 long division5.4 long division
5.4 long division
leblance
 
Probability(mutually exclusive events)
Probability(mutually exclusive events)Probability(mutually exclusive events)
Probability(mutually exclusive events)
Nadeem Uddin
 
THE BINOMIAL THEOREM
THE BINOMIAL THEOREM THE BINOMIAL THEOREM
THE BINOMIAL THEOREM
τυσηαρ ηαβιβ
 
Inverse matrix
Inverse matrixInverse matrix
Inverse matrix
Melody Kaye
 
Abstract Algebra - Cyclic Group.pptx
Abstract Algebra - Cyclic Group.pptxAbstract Algebra - Cyclic Group.pptx
Abstract Algebra - Cyclic Group.pptx
VidhyaSenthil
 
Repeating decimal to fraction 1
Repeating decimal to fraction 1Repeating decimal to fraction 1
Repeating decimal to fraction 1
dave1108
 
5 1 quadratic transformations
5 1 quadratic transformations5 1 quadratic transformations
5 1 quadratic transformations
lothomas
 
4.1-4.2 Sample Spaces and Probability
4.1-4.2 Sample Spaces and Probability4.1-4.2 Sample Spaces and Probability
4.1-4.2 Sample Spaces and Probability
mlong24
 
Adding Polynomials
Adding PolynomialsAdding Polynomials
Adding Polynomials
chulitt
 
Dividing polynomials
Dividing polynomialsDividing polynomials
Dividing polynomials
salvie alvaro
 

What's hot (20)

Multiplication of algebraic expressions
Multiplication of algebraic expressionsMultiplication of algebraic expressions
Multiplication of algebraic expressions
 
Rational expressions ppt
Rational expressions pptRational expressions ppt
Rational expressions ppt
 
factoring polynomials
factoring polynomialsfactoring polynomials
factoring polynomials
 
Geometric Sequence
Geometric SequenceGeometric Sequence
Geometric Sequence
 
Matrices
MatricesMatrices
Matrices
 
Inverse function
Inverse functionInverse function
Inverse function
 
Synthetic division
Synthetic divisionSynthetic division
Synthetic division
 
POLYNOMIALS - Add Subtract Multiply
POLYNOMIALS - Add Subtract MultiplyPOLYNOMIALS - Add Subtract Multiply
POLYNOMIALS - Add Subtract Multiply
 
PERMUTATION & COMBINATION
PERMUTATION & COMBINATIONPERMUTATION & COMBINATION
PERMUTATION & COMBINATION
 
Increasing and decreasing functions ap calc sec 3.3
Increasing and decreasing functions ap calc sec 3.3Increasing and decreasing functions ap calc sec 3.3
Increasing and decreasing functions ap calc sec 3.3
 
5.4 long division
5.4 long division5.4 long division
5.4 long division
 
Probability(mutually exclusive events)
Probability(mutually exclusive events)Probability(mutually exclusive events)
Probability(mutually exclusive events)
 
THE BINOMIAL THEOREM
THE BINOMIAL THEOREM THE BINOMIAL THEOREM
THE BINOMIAL THEOREM
 
Inverse matrix
Inverse matrixInverse matrix
Inverse matrix
 
Abstract Algebra - Cyclic Group.pptx
Abstract Algebra - Cyclic Group.pptxAbstract Algebra - Cyclic Group.pptx
Abstract Algebra - Cyclic Group.pptx
 
Repeating decimal to fraction 1
Repeating decimal to fraction 1Repeating decimal to fraction 1
Repeating decimal to fraction 1
 
5 1 quadratic transformations
5 1 quadratic transformations5 1 quadratic transformations
5 1 quadratic transformations
 
4.1-4.2 Sample Spaces and Probability
4.1-4.2 Sample Spaces and Probability4.1-4.2 Sample Spaces and Probability
4.1-4.2 Sample Spaces and Probability
 
Adding Polynomials
Adding PolynomialsAdding Polynomials
Adding Polynomials
 
Dividing polynomials
Dividing polynomialsDividing polynomials
Dividing polynomials
 

Similar to 10.2 using combinations and the binomial theorem

Binomial Theorem
Binomial TheoremBinomial Theorem
Binomial Theorem
itutor
 
Binomial theorem
Binomial theorem Binomial theorem
Binomial theorem
Harshit Sharma
 
1631-thebinomialtheorem-161031145734.pdf
1631-thebinomialtheorem-161031145734.pdf1631-thebinomialtheorem-161031145734.pdf
1631-thebinomialtheorem-161031145734.pdf
RajDubey83
 
M112rev
M112revM112rev
ملزمة الرياضيات للصف السادس الاحيائي الفصل الاول
ملزمة الرياضيات للصف السادس الاحيائي الفصل الاولملزمة الرياضيات للصف السادس الاحيائي الفصل الاول
ملزمة الرياضيات للصف السادس الاحيائي الفصل الاول
anasKhalaf4
 
M.c.a (1)
M.c.a (1)M.c.a (1)
M.c.a (1)
8930615208
 
Gr-11-Maths-3-in-1-extract.pdf.study.com
Gr-11-Maths-3-in-1-extract.pdf.study.comGr-11-Maths-3-in-1-extract.pdf.study.com
Gr-11-Maths-3-in-1-extract.pdf.study.com
abenathixanga17
 
ملزمة الرياضيات للصف السادس التطبيقي الفصل الاول الاعداد المركبة 2022
 ملزمة الرياضيات للصف السادس التطبيقي الفصل الاول الاعداد المركبة 2022 ملزمة الرياضيات للصف السادس التطبيقي الفصل الاول الاعداد المركبة 2022
ملزمة الرياضيات للصف السادس التطبيقي الفصل الاول الاعداد المركبة 2022
anasKhalaf4
 
Cbse Class 12 Maths Sample Paper 2013 Model 3
Cbse Class 12 Maths Sample Paper 2013 Model 3Cbse Class 12 Maths Sample Paper 2013 Model 3
Cbse Class 12 Maths Sample Paper 2013 Model 3
Sunaina Rawat
 
Chapter 6 taylor and maclaurin series
Chapter 6 taylor and maclaurin seriesChapter 6 taylor and maclaurin series
Chapter 6 taylor and maclaurin series
Irfaan Bahadoor
 
Vivek
VivekVivek
6.5 determinant x
6.5 determinant x6.5 determinant x
6.5 determinant x
math260
 
Algebra unit 8.7
Algebra unit 8.7Algebra unit 8.7
Algebra unit 8.7
Mark Ryder
 
[Maths] arithmetic
[Maths] arithmetic[Maths] arithmetic
[Maths] arithmetic
Ourutopy
 
Nbhm m. a. and m.sc. scholarship test september 20, 2014 with answer key
Nbhm m. a. and m.sc. scholarship test september 20, 2014 with answer keyNbhm m. a. and m.sc. scholarship test september 20, 2014 with answer key
Nbhm m. a. and m.sc. scholarship test september 20, 2014 with answer key
MD Kutubuddin Sardar
 
4th Semester Computer Science and Engineering (ACU-2022) Question Paper
4th Semester Computer Science and Engineering (ACU-2022) Question Paper4th Semester Computer Science and Engineering (ACU-2022) Question Paper
4th Semester Computer Science and Engineering (ACU-2022) Question Paper
BGS Institute of Technology, Adichunchanagiri University (ACU)
 
Em01 ba
Em01 baEm01 ba
Em01 ba
nahomyitbarek
 
CAPE PURE MATHEMATICS UNIT 2 MODULE 1 PRACTICE QUESTIONS
CAPE PURE MATHEMATICS UNIT 2 MODULE 1 PRACTICE QUESTIONSCAPE PURE MATHEMATICS UNIT 2 MODULE 1 PRACTICE QUESTIONS
CAPE PURE MATHEMATICS UNIT 2 MODULE 1 PRACTICE QUESTIONS
Carlon Baird
 
Algebra Trigonometry Problems
Algebra Trigonometry ProblemsAlgebra Trigonometry Problems
Algebra Trigonometry Problems
Don Dooley
 
CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA
CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA
CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA
Gautham Rajesh
 

Similar to 10.2 using combinations and the binomial theorem (20)

Binomial Theorem
Binomial TheoremBinomial Theorem
Binomial Theorem
 
Binomial theorem
Binomial theorem Binomial theorem
Binomial theorem
 
1631-thebinomialtheorem-161031145734.pdf
1631-thebinomialtheorem-161031145734.pdf1631-thebinomialtheorem-161031145734.pdf
1631-thebinomialtheorem-161031145734.pdf
 
M112rev
M112revM112rev
M112rev
 
ملزمة الرياضيات للصف السادس الاحيائي الفصل الاول
ملزمة الرياضيات للصف السادس الاحيائي الفصل الاولملزمة الرياضيات للصف السادس الاحيائي الفصل الاول
ملزمة الرياضيات للصف السادس الاحيائي الفصل الاول
 
M.c.a (1)
M.c.a (1)M.c.a (1)
M.c.a (1)
 
Gr-11-Maths-3-in-1-extract.pdf.study.com
Gr-11-Maths-3-in-1-extract.pdf.study.comGr-11-Maths-3-in-1-extract.pdf.study.com
Gr-11-Maths-3-in-1-extract.pdf.study.com
 
ملزمة الرياضيات للصف السادس التطبيقي الفصل الاول الاعداد المركبة 2022
 ملزمة الرياضيات للصف السادس التطبيقي الفصل الاول الاعداد المركبة 2022 ملزمة الرياضيات للصف السادس التطبيقي الفصل الاول الاعداد المركبة 2022
ملزمة الرياضيات للصف السادس التطبيقي الفصل الاول الاعداد المركبة 2022
 
Cbse Class 12 Maths Sample Paper 2013 Model 3
Cbse Class 12 Maths Sample Paper 2013 Model 3Cbse Class 12 Maths Sample Paper 2013 Model 3
Cbse Class 12 Maths Sample Paper 2013 Model 3
 
Chapter 6 taylor and maclaurin series
Chapter 6 taylor and maclaurin seriesChapter 6 taylor and maclaurin series
Chapter 6 taylor and maclaurin series
 
Vivek
VivekVivek
Vivek
 
6.5 determinant x
6.5 determinant x6.5 determinant x
6.5 determinant x
 
Algebra unit 8.7
Algebra unit 8.7Algebra unit 8.7
Algebra unit 8.7
 
[Maths] arithmetic
[Maths] arithmetic[Maths] arithmetic
[Maths] arithmetic
 
Nbhm m. a. and m.sc. scholarship test september 20, 2014 with answer key
Nbhm m. a. and m.sc. scholarship test september 20, 2014 with answer keyNbhm m. a. and m.sc. scholarship test september 20, 2014 with answer key
Nbhm m. a. and m.sc. scholarship test september 20, 2014 with answer key
 
4th Semester Computer Science and Engineering (ACU-2022) Question Paper
4th Semester Computer Science and Engineering (ACU-2022) Question Paper4th Semester Computer Science and Engineering (ACU-2022) Question Paper
4th Semester Computer Science and Engineering (ACU-2022) Question Paper
 
Em01 ba
Em01 baEm01 ba
Em01 ba
 
CAPE PURE MATHEMATICS UNIT 2 MODULE 1 PRACTICE QUESTIONS
CAPE PURE MATHEMATICS UNIT 2 MODULE 1 PRACTICE QUESTIONSCAPE PURE MATHEMATICS UNIT 2 MODULE 1 PRACTICE QUESTIONS
CAPE PURE MATHEMATICS UNIT 2 MODULE 1 PRACTICE QUESTIONS
 
Algebra Trigonometry Problems
Algebra Trigonometry ProblemsAlgebra Trigonometry Problems
Algebra Trigonometry Problems
 
CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA
CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA
CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA
 

More from hartcher

Binomial distributions
Binomial distributionsBinomial distributions
Binomial distributions
hartcher
 
Calc 3.4b
Calc 3.4bCalc 3.4b
Calc 3.4b
hartcher
 
2.6b scatter plots and lines of best fit
2.6b scatter plots and lines of best fit2.6b scatter plots and lines of best fit
2.6b scatter plots and lines of best fit
hartcher
 
Ap and dual enrollment presentation
Ap and dual enrollment presentationAp and dual enrollment presentation
Ap and dual enrollment presentation
hartcher
 
Ap and Dual Enrollment Presentation
Ap and Dual Enrollment PresentationAp and Dual Enrollment Presentation
Ap and Dual Enrollment Presentation
hartcher
 
AP and Dual Enrollment Presentation
AP and Dual Enrollment PresentationAP and Dual Enrollment Presentation
AP and Dual Enrollment Presentation
hartcher
 
Ap and dual enrollment presentation final
Ap and dual enrollment presentation   finalAp and dual enrollment presentation   final
Ap and dual enrollment presentation final
hartcher
 
7.4 A arc length
7.4 A arc length7.4 A arc length
7.4 A arc length
hartcher
 
Calc 2.2b
Calc 2.2bCalc 2.2b
Calc 2.2b
hartcher
 
Calc 8.7 again
Calc 8.7 againCalc 8.7 again
Calc 8.7 again
hartcher
 
Calc 8.7 l'hopital
Calc 8.7 l'hopitalCalc 8.7 l'hopital
Calc 8.7 l'hopital
hartcher
 
Calc 2.6
Calc 2.6Calc 2.6
Calc 2.6
hartcher
 
Calc 6.1b
Calc 6.1bCalc 6.1b
Calc 6.1b
hartcher
 
Calc 6.1a
Calc 6.1aCalc 6.1a
Calc 6.1a
hartcher
 
Calc 7.3a
Calc 7.3aCalc 7.3a
Calc 7.3a
hartcher
 
Calc 7.3b
Calc 7.3bCalc 7.3b
Calc 7.3b
hartcher
 
Calc 7.2a
Calc 7.2aCalc 7.2a
Calc 7.2a
hartcher
 
Calc 7.2b
Calc 7.2bCalc 7.2b
Calc 7.2b
hartcher
 
Calc 7.1b
Calc 7.1bCalc 7.1b
Calc 7.1b
hartcher
 
Calc 7.1a
Calc 7.1aCalc 7.1a
Calc 7.1a
hartcher
 

More from hartcher (20)

Binomial distributions
Binomial distributionsBinomial distributions
Binomial distributions
 
Calc 3.4b
Calc 3.4bCalc 3.4b
Calc 3.4b
 
2.6b scatter plots and lines of best fit
2.6b scatter plots and lines of best fit2.6b scatter plots and lines of best fit
2.6b scatter plots and lines of best fit
 
Ap and dual enrollment presentation
Ap and dual enrollment presentationAp and dual enrollment presentation
Ap and dual enrollment presentation
 
Ap and Dual Enrollment Presentation
Ap and Dual Enrollment PresentationAp and Dual Enrollment Presentation
Ap and Dual Enrollment Presentation
 
AP and Dual Enrollment Presentation
AP and Dual Enrollment PresentationAP and Dual Enrollment Presentation
AP and Dual Enrollment Presentation
 
Ap and dual enrollment presentation final
Ap and dual enrollment presentation   finalAp and dual enrollment presentation   final
Ap and dual enrollment presentation final
 
7.4 A arc length
7.4 A arc length7.4 A arc length
7.4 A arc length
 
Calc 2.2b
Calc 2.2bCalc 2.2b
Calc 2.2b
 
Calc 8.7 again
Calc 8.7 againCalc 8.7 again
Calc 8.7 again
 
Calc 8.7 l'hopital
Calc 8.7 l'hopitalCalc 8.7 l'hopital
Calc 8.7 l'hopital
 
Calc 2.6
Calc 2.6Calc 2.6
Calc 2.6
 
Calc 6.1b
Calc 6.1bCalc 6.1b
Calc 6.1b
 
Calc 6.1a
Calc 6.1aCalc 6.1a
Calc 6.1a
 
Calc 7.3a
Calc 7.3aCalc 7.3a
Calc 7.3a
 
Calc 7.3b
Calc 7.3bCalc 7.3b
Calc 7.3b
 
Calc 7.2a
Calc 7.2aCalc 7.2a
Calc 7.2a
 
Calc 7.2b
Calc 7.2bCalc 7.2b
Calc 7.2b
 
Calc 7.1b
Calc 7.1bCalc 7.1b
Calc 7.1b
 
Calc 7.1a
Calc 7.1aCalc 7.1a
Calc 7.1a
 

Recently uploaded

The membership Module in the Odoo 17 ERP
The membership Module in the Odoo 17 ERPThe membership Module in the Odoo 17 ERP
The membership Module in the Odoo 17 ERP
Celine George
 
Beginner's Guide to Bypassing Falco Container Runtime Security in Kubernetes ...
Beginner's Guide to Bypassing Falco Container Runtime Security in Kubernetes ...Beginner's Guide to Bypassing Falco Container Runtime Security in Kubernetes ...
Beginner's Guide to Bypassing Falco Container Runtime Security in Kubernetes ...
anjaliinfosec
 
Understanding and Interpreting Teachers’ TPACK for Teaching Multimodalities i...
Understanding and Interpreting Teachers’ TPACK for Teaching Multimodalities i...Understanding and Interpreting Teachers’ TPACK for Teaching Multimodalities i...
Understanding and Interpreting Teachers’ TPACK for Teaching Multimodalities i...
Neny Isharyanti
 
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 12 - GLOBAL SUCCESS - FORM MỚI 2025 - HK1 (C...
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 12 - GLOBAL SUCCESS - FORM MỚI 2025 - HK1 (C...CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 12 - GLOBAL SUCCESS - FORM MỚI 2025 - HK1 (C...
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 12 - GLOBAL SUCCESS - FORM MỚI 2025 - HK1 (C...
Nguyen Thanh Tu Collection
 
Capitol Doctoral Presentation -June 2024v2.pptx
Capitol Doctoral Presentation -June 2024v2.pptxCapitol Doctoral Presentation -June 2024v2.pptx
Capitol Doctoral Presentation -June 2024v2.pptx
CapitolTechU
 
Front Desk Management in the Odoo 17 ERP
Front Desk  Management in the Odoo 17 ERPFront Desk  Management in the Odoo 17 ERP
Front Desk Management in the Odoo 17 ERP
Celine George
 
How to Store Data on the Odoo 17 Website
How to Store Data on the Odoo 17 WebsiteHow to Store Data on the Odoo 17 Website
How to Store Data on the Odoo 17 Website
Celine George
 
eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
siemaillard
 
BRIGADA ESKWELA OPENING PROGRAM KICK OFF.pptx
BRIGADA ESKWELA OPENING PROGRAM KICK OFF.pptxBRIGADA ESKWELA OPENING PROGRAM KICK OFF.pptx
BRIGADA ESKWELA OPENING PROGRAM KICK OFF.pptx
kambal1234567890
 
Conducting exciting academic research in Computer Science
Conducting exciting academic research in Computer ScienceConducting exciting academic research in Computer Science
Conducting exciting academic research in Computer Science
Abhik Roychoudhury
 
Delegation Inheritance in Odoo 17 and Its Use Cases
Delegation Inheritance in Odoo 17 and Its Use CasesDelegation Inheritance in Odoo 17 and Its Use Cases
Delegation Inheritance in Odoo 17 and Its Use Cases
Celine George
 
How to Configure Time Off Types in Odoo 17
How to Configure Time Off Types in Odoo 17How to Configure Time Off Types in Odoo 17
How to Configure Time Off Types in Odoo 17
Celine George
 
SYBCOM SEM III UNIT 1 INTRODUCTION TO ADVERTISING
SYBCOM SEM III UNIT 1 INTRODUCTION TO ADVERTISINGSYBCOM SEM III UNIT 1 INTRODUCTION TO ADVERTISING
SYBCOM SEM III UNIT 1 INTRODUCTION TO ADVERTISING
Dr Vijay Vishwakarma
 
Beyond the Advance Presentation for By the Book 9
Beyond the Advance Presentation for By the Book 9Beyond the Advance Presentation for By the Book 9
Beyond the Advance Presentation for By the Book 9
John Rodzvilla
 
Final_SD_Session3_Ferriols, Ador Dionisio, Fajardo.pptx
Final_SD_Session3_Ferriols, Ador Dionisio, Fajardo.pptxFinal_SD_Session3_Ferriols, Ador Dionisio, Fajardo.pptx
Final_SD_Session3_Ferriols, Ador Dionisio, Fajardo.pptx
shimeathdelrosario1
 
(T.L.E.) Agriculture: Essentials of Gardening
(T.L.E.) Agriculture: Essentials of Gardening(T.L.E.) Agriculture: Essentials of Gardening
(T.L.E.) Agriculture: Essentials of Gardening
MJDuyan
 
No, it's not a robot: prompt writing for investigative journalism
No, it's not a robot: prompt writing for investigative journalismNo, it's not a robot: prompt writing for investigative journalism
No, it's not a robot: prompt writing for investigative journalism
Paul Bradshaw
 
L1 L2- NLC PPT for Grade 10 intervention
L1 L2- NLC PPT for Grade 10 interventionL1 L2- NLC PPT for Grade 10 intervention
L1 L2- NLC PPT for Grade 10 intervention
RHODAJANEAURESTILA
 
Howe Writing Center - Orientation Summer 2024
Howe Writing Center - Orientation Summer 2024Howe Writing Center - Orientation Summer 2024
Howe Writing Center - Orientation Summer 2024
Elizabeth Walsh
 
Chapter-2-Era-of-One-party-Dominance-Class-12-Political-Science-Notes-2 (1).pptx
Chapter-2-Era-of-One-party-Dominance-Class-12-Political-Science-Notes-2 (1).pptxChapter-2-Era-of-One-party-Dominance-Class-12-Political-Science-Notes-2 (1).pptx
Chapter-2-Era-of-One-party-Dominance-Class-12-Political-Science-Notes-2 (1).pptx
Brajeswar Paul
 

Recently uploaded (20)

The membership Module in the Odoo 17 ERP
The membership Module in the Odoo 17 ERPThe membership Module in the Odoo 17 ERP
The membership Module in the Odoo 17 ERP
 
Beginner's Guide to Bypassing Falco Container Runtime Security in Kubernetes ...
Beginner's Guide to Bypassing Falco Container Runtime Security in Kubernetes ...Beginner's Guide to Bypassing Falco Container Runtime Security in Kubernetes ...
Beginner's Guide to Bypassing Falco Container Runtime Security in Kubernetes ...
 
Understanding and Interpreting Teachers’ TPACK for Teaching Multimodalities i...
Understanding and Interpreting Teachers’ TPACK for Teaching Multimodalities i...Understanding and Interpreting Teachers’ TPACK for Teaching Multimodalities i...
Understanding and Interpreting Teachers’ TPACK for Teaching Multimodalities i...
 
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 12 - GLOBAL SUCCESS - FORM MỚI 2025 - HK1 (C...
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 12 - GLOBAL SUCCESS - FORM MỚI 2025 - HK1 (C...CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 12 - GLOBAL SUCCESS - FORM MỚI 2025 - HK1 (C...
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 12 - GLOBAL SUCCESS - FORM MỚI 2025 - HK1 (C...
 
Capitol Doctoral Presentation -June 2024v2.pptx
Capitol Doctoral Presentation -June 2024v2.pptxCapitol Doctoral Presentation -June 2024v2.pptx
Capitol Doctoral Presentation -June 2024v2.pptx
 
Front Desk Management in the Odoo 17 ERP
Front Desk  Management in the Odoo 17 ERPFront Desk  Management in the Odoo 17 ERP
Front Desk Management in the Odoo 17 ERP
 
How to Store Data on the Odoo 17 Website
How to Store Data on the Odoo 17 WebsiteHow to Store Data on the Odoo 17 Website
How to Store Data on the Odoo 17 Website
 
eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
 
BRIGADA ESKWELA OPENING PROGRAM KICK OFF.pptx
BRIGADA ESKWELA OPENING PROGRAM KICK OFF.pptxBRIGADA ESKWELA OPENING PROGRAM KICK OFF.pptx
BRIGADA ESKWELA OPENING PROGRAM KICK OFF.pptx
 
Conducting exciting academic research in Computer Science
Conducting exciting academic research in Computer ScienceConducting exciting academic research in Computer Science
Conducting exciting academic research in Computer Science
 
Delegation Inheritance in Odoo 17 and Its Use Cases
Delegation Inheritance in Odoo 17 and Its Use CasesDelegation Inheritance in Odoo 17 and Its Use Cases
Delegation Inheritance in Odoo 17 and Its Use Cases
 
How to Configure Time Off Types in Odoo 17
How to Configure Time Off Types in Odoo 17How to Configure Time Off Types in Odoo 17
How to Configure Time Off Types in Odoo 17
 
SYBCOM SEM III UNIT 1 INTRODUCTION TO ADVERTISING
SYBCOM SEM III UNIT 1 INTRODUCTION TO ADVERTISINGSYBCOM SEM III UNIT 1 INTRODUCTION TO ADVERTISING
SYBCOM SEM III UNIT 1 INTRODUCTION TO ADVERTISING
 
Beyond the Advance Presentation for By the Book 9
Beyond the Advance Presentation for By the Book 9Beyond the Advance Presentation for By the Book 9
Beyond the Advance Presentation for By the Book 9
 
Final_SD_Session3_Ferriols, Ador Dionisio, Fajardo.pptx
Final_SD_Session3_Ferriols, Ador Dionisio, Fajardo.pptxFinal_SD_Session3_Ferriols, Ador Dionisio, Fajardo.pptx
Final_SD_Session3_Ferriols, Ador Dionisio, Fajardo.pptx
 
(T.L.E.) Agriculture: Essentials of Gardening
(T.L.E.) Agriculture: Essentials of Gardening(T.L.E.) Agriculture: Essentials of Gardening
(T.L.E.) Agriculture: Essentials of Gardening
 
No, it's not a robot: prompt writing for investigative journalism
No, it's not a robot: prompt writing for investigative journalismNo, it's not a robot: prompt writing for investigative journalism
No, it's not a robot: prompt writing for investigative journalism
 
L1 L2- NLC PPT for Grade 10 intervention
L1 L2- NLC PPT for Grade 10 interventionL1 L2- NLC PPT for Grade 10 intervention
L1 L2- NLC PPT for Grade 10 intervention
 
Howe Writing Center - Orientation Summer 2024
Howe Writing Center - Orientation Summer 2024Howe Writing Center - Orientation Summer 2024
Howe Writing Center - Orientation Summer 2024
 
Chapter-2-Era-of-One-party-Dominance-Class-12-Political-Science-Notes-2 (1).pptx
Chapter-2-Era-of-One-party-Dominance-Class-12-Political-Science-Notes-2 (1).pptxChapter-2-Era-of-One-party-Dominance-Class-12-Political-Science-Notes-2 (1).pptx
Chapter-2-Era-of-One-party-Dominance-Class-12-Political-Science-Notes-2 (1).pptx
 

10.2 using combinations and the binomial theorem

  • 1. Figuring out how to create sets of number or groups of elements, and expand binomials *
  • 2. Combination: a selection of r objects from a group of n objects where order is not important. ! ( )! ! n r n C n r r    How is this formula different from the one for permutations, nPr? How is this formula the same? Memorize this formula!!!
  • 3. Example 1: How many different ways can you choose a group of 7 books from a shelf containing 32 books if order isn’t important? 32C7= ? Remember to use parentheses around the denominator or use the nCr choice on the calculator.
  • 4. Ex 2: There are 12 comedies, 8 action movies, 7 dramas, 5 suspense and 9 family movies. a) In how many different ways can you choose exactly 2 comedies and 3 family movies? SOL: 12C2· 9C3 (if AND is involved, you multiply the combinations, if OR is involved, you add combinations)
  • 5. There are 12 comedies, 8 action movies, 7 dramas, 5 suspense and 9 family movies. b) You can afford at most 2 movies. How many movie combinations could you go home with? You could rent 0, 1, or 2 movies. There are 41 movies total. So 41C0 + 41C1 + 41C2
  • 6. Ex 3: There are 11 articles in a magazine. You have time to read at least 2 articles. How many different combinations of articles could you choose? One way: 11C2 + 11C3 +11C4 + . . . + 11C11 (choose 2 articles or 3 articles or 4 articles . . . or 11 articles) Another way: Since you can choose to read or not read each article, there are 2 choices. 211 – (11C0 + 11C1 ) (you didn’t read just 1 or 0 articles.)
  • 7. Now you try one: There are 10 games played in a soccer season. How many combinations of games could you attend if you chose at least 3 of them? 10C3 + 10C4 +10C5 + . . . + 10C10 or 210 – (10C0 + 10C1 + 10C2 ) = 968 (2 choices each time - go or not go)
  • 8. Pascal’s Triangle: Pascal was a mathematician who noticed a pattern that ended up to be useful! 0C0 1C0 1C1 2C0 2C1 2C2 3C0 3C1 3C2 3C3
  • 9. n=0 n=1 n=2 n=3 (a+b)0= 1 (a+b)1= 1a + 1b (a+b)2= 1a2 + 2ab + 1b2 (a+b)3= 1a3 + 3a2b + 3ab2 +1b3 In the last line, notice the pattern of the coefficients - they come from Pascal’s triangle, from the row that has 3 as the second number. Also notice the pattern of the powers of a and b – a goes down in power, b goes up in power. n=0 n=1 n=2 n=3
  • 10. Binomial Theorem: For any positive integer n, 0 0 1 1 2 2 0 1 2( ) ... ... n n n n n r r n n n n r n n n n n a b C a b C a b C a b C a b C a b              You can see the pattern of the coefficients that come from Pascal’s triangle, from the row that has n as the second number. You can also see the pattern of the powers of a and b – a goes down in power, b goes up in power.
  • 11. 0 0 1 1 2 2 0 1 2( ) ... ...n n n n n r r n n n n n n n r n na b C a b C a b C a b C a b C a b             Ex 4: Expand (2x + 1)4 4 0 0 4 1 1 4 2 2 4 3 3 4 4 4 4 0 4 1 4 2 4 3 4 4(2 ) (1) (2 ) (1) (2 ) (1) (2 ) (1) (2 ) (1)C x C x C x C x C x          4 0 3 1 2 2 1 3 0 4 1(2 ) (1) 4(2 ) (1) 6(2 ) (1) 4(2 ) (1) 1(2 ) (1)x x x x x     4 3 2 1 1(16 )(1) 4(8 )(1) 6(4 )(1) 4(2 ) (1) 1(1)(1)x x x x     4 3 2 16 32 24 8 1x x x x     I think it is far faster to generate Pascal’s triangle and pick the row for coefficients based on the power than to put nCr into my calculator each time, but you can choose to do it either way.
  • 12. Ex 5: Expand (x – 2y)3 3 3 0 2 1 1 2 0 3 ( 2 ) 1( ) ( 2 ) 3( ) ( 2 ) 3( ) ( 2 ) 1( ) ( 2 )x y x y x y x y x y         Row from Pascal’s that has 3 as second number: 1 3 3 1 3 2 2 3 1( )(1) 3( )( 2 ) 3( )(4 ) 1(1)( 8 )x x y x y y      3 2 2 3 6 12 8x x y xy y   
  • 13. And last but not least, Ex 6: Find the coefficient of the term containing x4 in (2x – 7)9 We start with where r=term#-1. Powers in the polynomial would be 9,8,7,6,5,4,3,2,1, so x4 would be in the 6th term. r = 6 – 1, so r = 5 (9-r has to equal 4) 9 9 (2 ) ( 7)r r rC x   4 5 126(2 ) ( 7)x  9 5 5 9 5(2 ) ( 7)C x   4 126(16 )( 16807)x  The coefficient is -33,882,912
  • 14. You can try it: Find coefficient of x4 in the expansion of (3x – 1)11 This is #24 on 10.2 B assignment! 11 7 7 11 7 (3 ) ( 1)C x  