Chapter 4/5 - Anne Gloag's Math Page...

60
Chapter Probability Distributions 4/5

Transcript of Chapter 4/5 - Anne Gloag's Math Page...

Page 1: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Chapter

Probability Distributions

4/5

Page 2: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Section 4.1

Probability Distributions

Page 3: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Random Variables

Random Variable

• Represents a numerical value associated with each outcome of a probability distribution.

• Denoted by x

• Examples

x = Number of sales calls a salesperson makes in one day.

x = Hours spent on sales calls in one day.

Page 4: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Discrete Random Variable

• Has a finite or countable number of possible outcomes that can be listed.

• Example

x = Number of sales calls a salesperson makes in one day.

Continuous Random Variable

• Has an uncountable number of possible outcomes, represented by an interval on the number line.

• Example

x = Hours spent on sales calls in one day.

x

1 5 3 0 2 4

x

1 24 3 0 2 …

Page 5: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Discrete Probability Distributions

Discrete probability distribution

• Lists each possible value the random variable can assume, together with its probability.

• Must satisfy the following conditions:

In Words In Symbols

1. The probability of each value of the discrete random variable is between 0 and 1, inclusive.

2. The sum of all the probabilities is 1.

0 ≤ P (x) ≤ 1

ΣP (x) = 1

Page 6: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Constructing a Discrete Probability

Distribution

1. Make a frequency distribution for the possible outcomes.

2. Find the sum of the frequencies.

3. Find the probability of each possible outcome by dividing its frequency by the sum of the frequencies.

4. Check that each probability is between 0 and 1, inclusive, and that the sum of all probabilities is 1.

Let x be a discrete random variable with possible

outcomes x1, x2, … , xn.

Page 7: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Example: Constructing a Discrete

Probability Distribution

An industrial psychologist administered a personality inventory test for passive-aggressive traits to 150 employees. Individuals were given a score from 1 to 5, where 1 was extremely passive and 5 extremely

Score, x Frequency, f

1 24

2 33

3 42

4 30

5 21

aggressive. A score of 3 indicated neither trait. Construct a probability distribution for the random variable x. Then graph the distribution using a histogram.

Page 8: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Solution: Constructing a Discrete

Probability Distribution

• Divide the frequency of each score by the total number of individuals in the study to find the probability for each value of the random variable.

24(1) 0.16

150P

33(2) 0.22

150P

42(3) 0.28

150P

30(4) 0.20

150P

21(5) 0.14

150P

x 1 2 3 4 5

P(x) 0.16 0.22 0.28 0.20 0.14

• Discrete probability distribution:

Page 9: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Solution: Constructing a Discrete

Probability Distribution

This is a valid discrete probability distribution since

1. Each probability is between 0 and 1, inclusive,

0 ≤ P(x) ≤ 1.

2. The sum of the probabilities equals 1,

ΣP(x) = 0.16 + 0.22 + 0.28 + 0.20 + 0.14 = 1.

x 1 2 3 4 5

P(x) 0.16 0.22 0.28 0.20 0.14

Page 10: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Solution: Constructing a Discrete

Probability Distribution

• Histogram

0

0.05

0.1

0.15

0.2

0.25

0.3

1 2 3 4 5

Pro

bab

ilit

y, P

(x)

Score, x

Passive-Aggressive Traits

Because the width of each bar is one, the area of each bar is equal to the probability of a particular outcome.

Page 11: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Mean

Mean of a discrete probability distribution

• μ = ΣxP(x)

• Each value of x is multiplied by its corresponding probability and the products are added.

The probability distribution for the personality inventory test for passive-aggressive traits is given. Find the mean score.

x P(x) xP(x)

1 0.16 1(0.16) = 0.16

2 0.22 2(0.22) = 0.44

3 0.28 3(0.28) = 0.84

4 0.20 4(0.20) = 0.80

5 0.14 5(0.14) = 0.70

μ = ΣxP(x) = 2.94

Page 12: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Variance and Standard Deviation

Standard deviation of a discrete probability

distribution

2 2( ) ( )x P x

x P(x) x – μ (x – μ)2 (x – μ)2P(x)

1 0.16 1 – 2.94 = –1.94 (–1.94)2 ≈ 3.764 3.764(0.16) ≈ 0.602

2 0.22 2 – 2.94 = –0.94 (–0.94)2 ≈ 0.884 0.884(0.22) ≈ 0.194

3 0.28 3 – 2.94 = 0.06 (0.06)2 ≈ 0.004 0.004(0.28) ≈ 0.001

4 0.20 4 – 2.94 = 1.06 (1.06)2 ≈ 1.124 1.124(0.20) ≈ 0.225

5 0.14 5 – 2.94 = 2.06 (2.06)2 ≈ 4.244 4.244(0.14) ≈ 0.594

2 1.616 1.3

Page 13: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Expected Value

Expected value of a discrete random variable

• Equal to the mean of the random variable.

• E(x) = μ = ΣxP(x)

Example:

At a raffle, 1500 tickets are sold at $2 each for four

prizes of $500, $250, $150, and $75. You buy one

ticket. What is the expected value of your gain?

Page 14: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Solution: Finding an Expected Value

• To find the gain for each prize, subtract the price of the ticket from the prize:

Your gain for the $500 prize is $500 – $2 = $498

Your gain for the $250 prize is $250 – $2 = $248

Your gain for the $150 prize is $150 – $2 = $148

Your gain for the $75 prize is $75 – $2 = $73

• If you do not win a prize, your gain is $0 – $2 = –$2

Page 15: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Solution: Finding an Expected Value

• Probability distribution for the possible gains (outcomes)

Gain, x $498 $248 $148 $73 –$2

P(x)

1

1500

1

1500

1

1500

1

1500

1496

1500

( ) ( )

1 1 1 1 1496$498 $248 $148 $73 ( $2)

1500 1500 1500 1500 1500

$1.35

E x xP x

You can expect to lose an average of $1.35 for each ticket you buy.

Page 16: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

• A wheel comes up green 75% of the time and red 25% of the

time. If it comes up green, you win $100. If it comes up red,

you win nothing. Calculate the expected value of the game.

E(x) = Σ x P(X) = 100(0.75) + 0(0.25) = $75

S

li

d

e

1

-

1

6

Example 2

x P(X=x)

100 0.75

0 0.25

Page 17: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

• A company bids on two contracts. It anticipates a profit of

$45,000 if it gets the larger contract and a profit of $20,000 if

it gets the smaller contract. The company estimates that there

is a 28% chance it will get the larger contract and a 61%

change it will get the smaller contract. If the company does not

get either contract, it will neither gain nor lose money.

Assuming the contracts will be awarded independently, what is

the expected profit.

S

li

d

e

1

-

1

7

Example 3

Page 18: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

E(x) = Σ x P(X)

= 45,000*.28 + 20,000*.61 + 0*.11

=$24,800

S

li

d

e

1

-

1

8

Example 3

x P(x)

$45,000 .28

$20,000 .61

$0 .11

Page 19: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

In a group of 10 batteries, 3 are dead. You choose 2

batteries at random.

Create a probability model for the number of good batteries you

get.

P(0) = 3/10 * 2/9 = 6/90 = 0.067

P(1) = 7/10*3/9 + 3/10*7/9 = 0.467

P(2) = 7/10 * 6/9 = .467

S

li

d

e

1

-

1

9

Example 5

Number of good 0 1 2

P(number of good) .067 .467 .467

Page 20: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

b) Find the expected value of the good ones you get.

E(x) = Σ x P(x) = 0*.067 + 1*.467 + 2*.467 = 1.4 c) Find the standard deviation Sqrt(Σ (x – μ)2 P(x)) = (0–1.4)2(0.067) + (1–1.4)2(0.467) + (2–1.4)2(0.467) =0.37416 Take the square root, standard deviation = 0.61

Example 5

Number of good 0 1 2

P(number of good) .067 .467 .467

Page 21: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Section 4.2

Binomial Distributions

Page 22: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

• The basis for the probability models we will examine in this

chapter is the Bernoulli trial.

• We have Bernoulli trials if:

there are two possible outcomes (success and failure).

the probability of success, p, is constant.

the trials are independent.

Bernoulli Trials

Page 23: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

• A single Bernoulli trial is usually not all that interesting.

• A Geometric probability model tells us the probability for a

random variable that counts the number of Bernoulli trials

until the first success.

• Geometric models are completely specified by one parameter,

p, the probability of success, and are denoted Geom(p).

The Geometric Model

Page 24: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

E(X) 1

p

The Geometric Model (cont.)

Geometric probability model for Bernoulli trials: Geom(p)

p = probability of success

q = 1 – p = probability of failure

X = number of trials until the first success occurs

P(X = x) = q x-1p

2

q

p

Page 25: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

A basketball player has made 70% of his foul shots during the

season. Assuming the shots are independent, find the probability

that in tonight’s game he does the following.

a) Misses for the first time on his fourth attempt.

b) Makes his first basket on his fourth shot.

c) Makes his first basket on one of his first 3 shots.

Example 1

Page 26: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

This is a Bernoulli trial. X = number of shots until the first missed shot. Y = number of shots until he made the first shot. a) Misses for the first time on his fourth attempt. Geom(p): P(X = x) = qx-1 p P(X = 4) = (0.70)4-1 (0.30) = 0.1029

b) Makes his first basket on his fourth shot Geom(p): P(Y = x) = py-1 q P(Y = 4) = (0.30)4-1 (0.70) = 0.0189 c) Makes his first basket on one of his first 3 shots

Geom(p): P(Y = x) = py-1 q

P(Y = 1) + P(Y = 2) + P(Y = 3) =

(0.30)1-1 (0.70) + (0.30)2-1 (0.70) + (0.30)3-1 (0.70) =.973

Example 1

Page 27: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

A basketball player has made 95% of his foul shots during the

season. Assuming that the shots are independent, what is the

expected number of shots until he missed.

E(x) = 1/p

p = probability that he misses = 1 – 0.95 = 0.05

E(x) = 1/0.05 = 20 shots until the first miss.

Example 2

Page 28: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

• One of the important requirements for Bernoulli trials is that

the trials be independent.

• When we don’t have an infinite population, the trials are not

independent. But, there is a rule that allows us to pretend we

have independent trials:

The 10% condition: Bernoulli trials must be independent. If

that assumption is violated, it is still okay to proceed as

long as the sample is smaller than 10% of the population.

Independence

Page 29: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Binomial Experiments

1. The experiment is repeated for a fixed number of trials, where each trial is independent of other trials.

2. There are only two possible outcomes of interest for each trial. The outcomes can be classified as a success (S) or as a failure (F).

3. The probability of a success P(S) is the same for each trial.

4. The random variable x counts the number of successful trials.

Page 30: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Notation for Binomial Experiments

Symbol Description

n The number of times a trial is repeated

p = P(S) The probability of success in a single trial

q = P(F) The probability of failure in a single trial

(q = 1 – p)

x The random variable represents a count of

the number of successes in n trials:

x = 0, 1, 2, 3, … , n.

Page 31: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Example: Binomial Experiments

Binomial Experiment

1. Each surgery represents a trial. There are eight surgeries, and each one is independent of the others.

2. There are only two possible outcomes of interest for each surgery: a success (S) or a failure (F).

3. The probability of a success, P(S), is 0.85 for each surgery.

4. The random variable x counts the number of successful surgeries

Decide whether the following is a binomial experiment:

A certain surgical procedure has an 85% chance of success. A doctor performs the procedure on eight patients. The random variable represents the number of successful surgeries.

Page 32: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Solution: Binomial Experiments

Binomial Experiment

• n = 8 (number of trials)

• p = 0.85 (probability of success)

• q = 1 – p = 1 – 0.85 = 0.15 (probability of failure)

• x = 0, 1, 2, 3, 4, 5, 6, 7, 8 (number of successful

surgeries)

Page 33: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Example: Binomial Experiments

Decide whether the experiment is a binomial experiment. If it is, specify the values of n, p, and q, and list the possible values of the random variable x.

A jar contains five red marbles, nine blue marbles, and six green marbles. You randomly select three marbles from the jar, without replacement. The random variable represents the number of red marbles.

Not a Binomial Experiment

The probability of selecting a red marble on the first trial is 5/20.

Because the marble is not replaced, the probability of success (red) for subsequent trials is no longer 5/20.

The trials are not independent and the probability of a success is not the same for each trial.

Page 34: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Assume that 13% of all people are left handed. Suppose 3 people are selected at random.

a) What is the probability

that there are exactly 3 lefties?

P(LLL) = (.13)(.13)(.13) = .0022

Example 4

Page 35: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Assume that 13% of all people are left handed. Suppose 3 people are selected at random.

b) What is the probability

that two are left-handed?

P(LLR)=(.13)(.13)(.87)

P(LRL)=(.13)(.87)(.13)

P(RLL)=(.87)(.13)(.13)

Add

P(two are lefties) = 3(.13)2(.87)=.044

Example 4

Page 36: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Assume that 13% of all people are left handed. Suppose 3 people are selected at random. c) What is the probability that the majority is right-handed? P(LRR)=(.13)(.87)(.87) P(RLR)=(.87)(.13)(.87) P(RRL)=(.87)(.87)(.13) P(RRR)=(.87)(.87)(.87) Add P(majority is righties)= 3(.13)(.87)2 + (.87)3 = 0.954

Example 4

Page 37: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Assume that 13% of all people are left handed. Suppose 3 people are selected at random.

d) Find the mean and standard deviation of the number of right-handers in the group.

Probability Distribution

μ = E(x) = np = 0.87*3 = 2.61

σ = sqrt(npq) = sqrt(3*0.87*0.13) = 0.58

Example 4

x P(x)

0 (.13)3 = .002197

1 3(.13)2(.87) = .044108

2 3(.13)(.87)2 = .295191

3 (.87)3 = .658503

Page 38: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Binomial Probability Formula

Binomial Probability Formula

• The probability of exactly x successes in n trials is

!( )

( )! !

x n x x n x

n x

nP x C p q p q

n x x

• n = number of trials

• p = probability of success

• q = 1 – p probability of failure

• x = number of successes in n trials

Page 39: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Example: Finding Binomial Probabilities

Microfracture knee surgery has a 75% chance of success

on patients with degenerative knees. The surgery is

performed on three patients. Find the probability of the

surgery being successful on exactly two patients.

Page 40: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Solution: Finding Binomial Probabilities

Binomial Probability Formula

P(2 successful surgeries) 3C

2

3

4

2

1

4

32

3!

(3 2)!2!

3

4

2

1

4

1

39

16

1

4

27

64 0.422

3 13, , 1 , 2

4 4n p q p x

Page 41: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Example: Constructing a Binomial

Distribution

In a survey, U.S. adults were asked to give reasons why they liked texting on their cellular phones. Seven adults who participated in the survey are randomly selected and asked whether they like texting because it is quicker than

calling. Create a binomial probability distribution for the number of adults who respond yes.

Page 42: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Solution: Constructing a Binomial

Distribution

• 56% of adults like texting because it is quicker than

calling.

• n = 7, p = 0.56, q = 0.44, x = 0, 1, 2, 3, 4, 5, 6, 7

P(0) = 7C0(0.56)0(0.44)7 = 1(0.56)0(0.44)7 ≈ 0.0032

P(1) = 7C1(0.56)1(0.44)6 = 7(0.56)1(0.44)6 ≈ 0.0284

P(2) = 7C2(0.56)2(0.44)5 = 21(0.56)2(0.44)5 ≈ 0.1086

P(3) = 7C3(0.56)3(0.44)4 = 35(0.56)3(0.44)4 ≈ 0.2304

P(4) = 7C4(0.56)4(0.44)3 = 35(0.56)4(0.44)3 ≈ 0.2932

P(5) = 7C5(0.56)5(0.44)2 = 21(0.56)5(0.44)2 ≈ 0.2239

P(6) = 7C6(0.56)6(0.44)1 = 7(0.56)6(0.44)1 ≈ 0.0950

P(7) = 7C7(0.56)7(0.44)0 = 1(0.56)7(0.44)0 ≈ 0.0173

Page 43: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Solution: Constructing a Binomial

Distribution

x P(x)

0 0.0032

1 0.0284

2 0.1086

3 0.2304

4 0.2932

5 0.2239

6 0.0950

7 0.0173

All of the probabilities are between

0 and 1 and the sum of the

probabilities is 1.

Page 44: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Example: Finding Binomial Probabilities

Using Technology The results of a recent survey indicate that 67% of U.S. adults consider air conditioning a necessity. If you randomly select 100 adults, what is the probability that exactly 75 adults consider air conditioning a necessity? Use a technology tool to find the probability. (Source: Opinion Research Corporation)

Solution: • Binomial with n = 100, p = 0.67, x = 75

From the displays, you can see that the probability

that exactly 75 adults consider air conditioning a

necessity is about 0.02.

Page 45: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Example: Finding Binomial Probabilities A survey indicates that 41% of women in the U.S. consider reading their favorite leisure-time activity. You randomly select four U.S. women and ask them if reading is their favorite leisure-time activity. Find the probability that at least two of them respond yes.

Solution:

• n = 4, p = 0.41, q = 0.59 • At least two means two or more. • Find the sum of P(2), P(3), and P(4).

P(2) = 4C2(0.41)2(0.59)2 = 6(0.41)2(0.59)2 ≈ 0.351094

P(3) = 4C3(0.41)3(0.59)1 = 4(0.41)3(0.59)1 ≈ 0.162654

P(4) = 4C4(0.41)4(0.59)0 = 1(0.41)4(0.59)0 ≈ 0.028258

P(x ≥ 2) = P(2) + P(3) + P(4) ≈ 0.351094 + 0.162654 + 0.028258 ≈ 0.542

Page 46: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Example: Finding Binomial Probabilities

Using a Table

About ten percent of workers (16 years and over) in the

United States commute to their jobs by carpooling. You

randomly select eight workers. What is the probability

that exactly four of them carpool to work?

Solution:

• Binomial with n = 8, p = 0.10, x = 4

Page 47: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Example: Graphing a Binomial

Distribution

Sixty percent of households in the U.S. own a video

game console. You randomly select six households and

ask each if they own a video game console. Construct a

probability distribution for the random variable x. Then

graph the distribution. (Source: Deloitte, LLP)

Solution:

• n = 6, p = 0.6, q = 0.4

• Find the probability for each value of x

Page 48: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Solution: Graphing a Binomial

Distribution

x 0 1 2 3 4 5 6

P(x) 0.004 0.037 0.138 0.276 0.311 0.187 0.047

Histogram:

Page 49: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Mean and Standard Deviation

• Mean: μ = np

• Standard Deviation: npq

Example: In Pittsburgh, Pennsylvania, about 56% of the days in a year are cloudy. Find the mean, variance, and standard deviation for the number of cloudy days during the month of June. Interpret the results and determine any unusual values. (Source: National Climatic Data Center)

Solution: n = 30, p = 0.56, q = 0.44

Mean: μ = np = 30∙0.56 = 16.8

Standard Deviation: 30 0.56 0.44 2.7npq

Page 50: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Solution: Finding the Mean, Variance, and

Standard Deviation

μ = 16.8 σ ≈ 2.7

• On average, there are 16.8 cloudy days during the month of June.

• The standard deviation is about 2.7 days. • Values that are more than two standard deviations from

the mean are considered unusual. 16.8 – 2(2.7) =11.4, a June with 11 cloudy days or fewer

would be unusual. 16.8 + 2(2.7) = 22.2, a June with 23 cloudy days or more

would also be unusual.

Page 51: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Chapter 5

Continuous Probability Distributions

Page 52: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Properties of Continuous Probability Distributions

• The graph of a continuous probability distribution is a curve. Probability is represented by area under the curve.

• The curve is called the probability density function (abbreviated: pdf).

• Area under the curve is given by a different function called the cumulative distribution function (abbreviated: cdf). The cumulative distribution function is used to evaluate probability as area.

• The outcomes are measured, not counted.

Page 53: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Probability as Area

• The entire area under the curve and above the x-axis is equal to 1.

• Probability is found for intervals of x values rather than for individual x values.

• P(c < x < d) is the probability that the random variable X is in the interval between the values c and d. P(c < x < d) is the area under the curve, above the x-axis, to the right of c and the left of d.

• P(x = c) = 0 The probability that x takes on any single individual value is 0. The area below the curve, above the x-axis, and between x = c and x = c has no width, and therefore no area. Since the probability is equal to the area, the probability is also 0.

• We will find the area that represents probability by using geometry, formulas, technology, or probability tables.

Page 54: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

The Uniform Distribution

• The uniform distribution is a continuous distribution. The random variable is measured.

• Each outcome is equally likely.

• Example of uniform distribution. The data that follows are 55 smiling times, in seconds, of an eight-week old baby.

• sample mean = 11.49 and sample standard deviation = 6.23

Page 55: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Variable of interest is

X = length, in seconds, of an eight-week old baby's smile.

The notation for the uniform distribution is X ~ U(a,b)

where a = the lowest value of x and b = the highest value of x.

• Formulas for the theoretical mean and standard deviation are

𝜇 =𝑎+𝑏

2 and 𝜎 =

𝑏−𝑎 2

12

Page 56: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

EXAMPLE 1

• What is the probability that a randomly chosen eight-week old baby smiles between 2 and 18 seconds?

SOLUTION

Find P(2 < x < 18).

P(2 < x < 18) = (base)(height) = (18−2)⋅(1/23)=16/23.

Page 57: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Example 2

Find the 90th percentile for an eight week old baby's smiling time.

SOLUTION

Ninety percent of the smiling times fall below the 90th percentile, k, so P(x < k) = 0.90

(base)(height) = 0.90

(k−0)⋅(1/23) = 0.90

k = 23⋅0.90 = 20.7

Page 58: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

Example 3

The amount of time, in minutes, that a person must wait for a bus is uniformly distributed between 0 and 15 minutes, inclusive.

• What is the probability that a person waits fewer than 12.5 minutes?

SOLUTION

Let X = the number of minutes a person must wait for a bus.

a = 0 and b = 15.

x ~ U(0,15). Write the probability density function.

𝑓 𝑥 =1

15−0=

1

15 for 0 ≤ x ≤ 15.

Find P(x < 12.5). Draw a graph.

• P(x < k) = (base)(height) = (12.5−0)⋅(1/15) = 0.8333

• The probability a person waits less than 12.5 minutes is 0.8333.

Page 59: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

• On the average, how long must a person wait?

• Find the mean, μ, and the standard deviation, σ.

SOLUTION

𝜇 =𝑎+𝑏

2=

15+0

2= 7.5

On the average, a person must wait 7.5 minutes.

𝜎 =𝑏 − 𝑎 2

12=

15 − 0 2

12= 4.3

The Standard deviation is 4.3 minutes.

Page 60: Chapter 4/5 - Anne Gloag's Math Page …annegloag.weebly.com/uploads/2/2/9/9/22998796/chapter4and5.pdf · Discrete Probability Distributions Discrete probability distribution •

• Ninety percent of the time, the time a person must wait falls below what value?

NOTE: This asks for the 90th percentile.

SOLUTION

Find the 90th percentile. Draw a graph. Let k = the 90th percentile.

P(x < k) = (base)(height) = (k−0)⋅(1/15)

0.90 = k⋅(1/15)

k = (0.90)(15) = 13.5

k is sometimes called a critical value.

The 90th percentile is 13.5 minutes. Ninety percent of the time, a person must wait at most 13.5 minutes.