13

A binomial is a polynomial with two terms such as x + a. Often we need to raise a binomial to a power. In this section we'll explore a way to do just

Embed Size (px)

Citation preview

Page 1: A binomial is a polynomial with two terms such as x + a. Often we need to raise a binomial to a power. In this section we'll explore a way to do just
Page 2: A binomial is a polynomial with two terms such as x + a. Often we need to raise a binomial to a power. In this section we'll explore a way to do just

1x a x a

A binomial is a polynomial with two terms such as x + a. Often we need to raise a binomial to a power. In this section we'll explore a way to do just that without lengthy multiplication.

2 2 22x a x ax a

3 3 2 2 33 3x a x ax a x a

4 4 3 2 2 3 44 6 4x a x ax a x a x a

Can you see a pattern?

Can you make a guess what the next

one would be?

5x a 5 4 2 3 3 2 4 5__ __ __ __x ax a x a x a x a We can easily see the pattern on the x's and the a's. But what about the coefficients? Make a guess and then as we go we'll see how you did.

01x a

Page 3: A binomial is a polynomial with two terms such as x + a. Often we need to raise a binomial to a power. In this section we'll explore a way to do just

11 1x a x a

Let's list all of the coefficients on the x's and the a's and look for a pattern.

2 2 21 2 1x a x ax a

3 3 2 2 31 3 3 1x a x ax a x a

4 4 3 2 2 3 41 4 6 4 1x a x ax a x a x a

01x a

1

1 1

1 2 1

1 3 3 1

1 4 6 4 1

+

+ +

+ + +

Can you guess the next row?

1 5 10 10 5 1

+ + + +

5x a 5 4 2 3 3 2 4 51 5 10 10 5 1x ax a x a x a x a

Page 4: A binomial is a polynomial with two terms such as x + a. Often we need to raise a binomial to a power. In this section we'll explore a way to do just

1

1 1

1 2 1

1 3 3 1

1 4 6 4 1

1 5 10 10 5 1

This is called Pascal's Triangle and would give us the coefficients for a binomial expansion of any power if we extended it far enough.

This is good for lower powers but could get very large. We will introduce some notation to help us and generalise the coefficients with a formula based on what was observed here.

Page 5: A binomial is a polynomial with two terms such as x + a. Often we need to raise a binomial to a power. In this section we'll explore a way to do just

4 8495a x

1 2 20 1 2

n n n n nn n n n nx a C x C ax C a x C a

The Binomial Theorem

The x's start out to the nth power and decrease by 1 in power each term. The a's start out to the 0 power and increase by 1 in power each term. The binomial coefficients are found by computing the combination symbol. Also the sum of the powers on a and x is n.

Find the 5th term of (x + a)12

5th term will have a4 (power on a is 1 less than term number)

So we'll have x8 (sum of two powers is 12)

4 812

4a x

1 less

than term number

Page 6: A binomial is a polynomial with two terms such as x + a. Often we need to raise a binomial to a power. In this section we'll explore a way to do just

Binomial Probability Theorem

The binomial theorem is used to calculate the probability for the outcomes of repeated independent and identical trials. If p is the probability of success and q is the probability of failure (q = 1 - p), then the probability of x successes in n trials is:

P(x successes) = nCx px qn - x

1. Hockey cards, chosen at random from a set of 20, aregiven away inside cereal boxes. Stan needs one more card to complete his set so he buys five boxes of cereal. What is the probability that he will complete his set?

n 5 (number of trials)

x 1 (number of successes)

p 1

20 (probability of success)

q 1920

(probability of failure)

P(x successes) = nCx px qn - x

P(1 success) 5 C1

1

20

1

19

20

4

= 0.2

The probability of Stan completing his set is 20%.

Page 7: A binomial is a polynomial with two terms such as x + a. Often we need to raise a binomial to a power. In this section we'll explore a way to do just

2. Seven coins are tossed. What is the probability of four tails and three heads?

P(x successes) = nCx px qn - x

= 0.273

3. A true-false test has 12 questions. Suppose you guess all 12. What is the probability of exactly seven correct answers?

P(x successes) = nCx px qn - x

= 0.193

The probability of seven correct answers is 19%.

The probability of four heads and three tails is 27%.

Binomial Distribution - Applications

n = 7 (number of trials)

x = 4 (number of successes)

p = (probability of success)

q = (probability of failure)

1

21

2

P(4 successes) = 7 44 31

212

C ( ) ( )

n = 12 (number of trials)

x = 7 (number of successes)

p = (probability of success)1

2

q = (probability of failure)1

2

P(7 successes) = 12 77 51

212

C ( ) ( )

Page 8: A binomial is a polynomial with two terms such as x + a. Often we need to raise a binomial to a power. In this section we'll explore a way to do just

4. A test consists of 10 multiple choice questions, each with four possible answers. To pass the test, one must answer at least nine questions correctly. Find the probability of passing, if one were to guess the answer for each question.

n 10 (number of trials)

x 9 (number of successes)

p 1

4 (probability of success)

q 34

(probability of failure)

P(x successes) = nCx px qn - x

P(x successes) = P(9 successes) + P(10 successes)

n 10 (number of trials)

x 10 (number of successes)

p 1

4 (probability of success)

q 34

(probability of failure)

10C9

1

4

9

3

4

1

10C10 1

4

10

3

4

0

= 0.000 0296

The probability of passing is 0.003%.

Binomial Distribution - Applications

Page 9: A binomial is a polynomial with two terms such as x + a. Often we need to raise a binomial to a power. In this section we'll explore a way to do just

5. A family has nine children. What is the probability that there is at least one girl?

This can be best solved using the compliment, that is, the probability of zero girls:

P(x successes) = nCx px qn - x

= 0.001 95

The probability of zero girls is 0.001 95, therefore the probability of at least one girl is 1 - 0.001 95 = 0.998.

Binomial Distribution - Applications

9 00 91

212

C ( ) ( )P(0 successes) =

n = 9 (number of trials)

x = 0 (number of successes)

p = (probability of success)

n = (probability of failure)

1212

Page 10: A binomial is a polynomial with two terms such as x + a. Often we need to raise a binomial to a power. In this section we'll explore a way to do just

Binomial Distribution - Applications

6. While pitching for the Toronto Blue Jays, 4 of every 7 pitches Juan Guzman threw in the first 5 innings were strikes. What is the probability that 3 of the next 4 pitches will be strikes?

n = 4 (number of pitches)

x = 3 (number of strikes)

p = (probability of success)7

4

q = (probability of failure)7

3

P(x successes) = nCx px qn - x

= 0.32

P(3 successes) =

7

3

7

43

34C

Let’s assume that there are only two possible outcomes, strikes or balls.

4 1CNote: will also yield the same result.

Page 11: A binomial is a polynomial with two terms such as x + a. Often we need to raise a binomial to a power. In this section we'll explore a way to do just

Using the Binomial Theorem to Calculate Probabilities

What is the probability of correctly guessing the outcome ofexactly one out of four rolls of a die?

The probability of correctly guessing one roll of the die is1

6.

The probability of incorrectly guessing the outcome is5

6.

The probability of one correct and three incorrect guesses is1

6

5

6

3

.

The correct guess can occur in any one of the four rolls so there are 4C1 ways of arranging the correct guess.

P(one correct guess in four rolls) = 4C1 1

6

1

5

6

3

= 0.386

NOTE: This experiment is called a binomial experiment because it has two outcomes: guessing correctly guessing incorrectly

Page 12: A binomial is a polynomial with two terms such as x + a. Often we need to raise a binomial to a power. In this section we'll explore a way to do just

Using the Binomial Theorem to Calculate Probabilities

For this experiment, let p represent the probability of a correct guess and q represent the probability of an incorrect guess.Use the binomial theorem. Expand and evaluate (p + q)6, where

1 5 and .

6 6p q

1

6

5

6

6

6C6

1

6

6 5

6

0

6C5

1

6

5 5

6

1

6C4

1

6

4 5

6

2

6C3

1

6

3 5

6

3

6C2

1

6

2 5

6

4

6C1

1

6

1 5

6

5

6C0

1

6

0 5

6

6

Thus, the probability of correctly guessing the outcome of six out of six rolls is

6

6 6

10.000021 4.

6C

Find the probability of correctly guessing the outcome ofexactly six out of six rolls of the die.NOTE: This is a binomial experiment because there are only two outcomes for each roll: guessing correctly or incorrectly.

Page 13: A binomial is a polynomial with two terms such as x + a. Often we need to raise a binomial to a power. In this section we'll explore a way to do just

Using the Binomial Theorem to Calculate Probabilities [cont’d]

You can use the table feature of a graphing calculator to calculate probabilities.

Using the Binomial Probability Distribution feature of the TI-84:

DISTR 0: binompdf

binompdf (number of trials, probability of success, x-value)

n = 6p = 0.17P(6 successes)

binompdf(6, 0.17, 6)= 0.000 021 4

The table shows theprobabilityfor any number ofcorrect guesses.