35
Bayes’ Theorem In this section, we look at how we can use information about conditional probabilities to calculate the reverse conditional probabilities such as in the example below. We already know how to solve these problems with tree diagrams. Bayes’ theorem just states the associated algebraic formula.

Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

Embed Size (px)

Citation preview

Page 1: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

Bayes’ TheoremIn this section, we look at how we can use informationabout conditional probabilities to calculate the reverseconditional probabilities such as in the example below. Wealready know how to solve these problems with treediagrams. Bayes’ theorem just states the associatedalgebraic formula.

Example Suppose that a factory has two machines,Machine A and Machine B, both producing jPhone touchscreens. Forty percent of their touch screens come fromMachine A and 60% of their touch screens come fromMachine B. Ten percent of the touch screens produced byMachine A are defective and five percent of the touchscreens from Machine B are defective. If I randomly choosea touch screen from those produced by both machines andfind that it is defective, what is the probability that it camefrom machine A?

Page 2: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

Bayes’ TheoremIn this section, we look at how we can use informationabout conditional probabilities to calculate the reverseconditional probabilities such as in the example below. Wealready know how to solve these problems with treediagrams. Bayes’ theorem just states the associatedalgebraic formula.

Example Suppose that a factory has two machines,Machine A and Machine B, both producing jPhone touchscreens. Forty percent of their touch screens come fromMachine A and 60% of their touch screens come fromMachine B. Ten percent of the touch screens produced byMachine A are defective and five percent of the touchscreens from Machine B are defective. If I randomly choosea touch screen from those produced by both machines andfind that it is defective, what is the probability that it camefrom machine A?

Page 3: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

Bayes’ Theorem

We can draw a tree diagram representing the informationwe are given. If we choose a touch screen at random fromthose produced in the factory, we let MA be the event thatit came from Machine A and let MB be the event that itcame from Machine B. We let D denote the event that thetouch screen is defective and let ND denote the event thatit is not defective. Fill in the appropriate probabilities onthe tree diagram on the left on the next page.

Page 4: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

Bayes’ Theorem

D

MA

xxxxxxxxxND

0

CCCCCCCC

{{{{{{{{

MB

FFFFFFFF D

ND

Page 5: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

Bayes’ Theorem

We can now calculate P(MA

∣∣D)=

P(MA ∩D)

P(D)=

P(MA ∩D)

P(D

∣∣MA)·P(MA) + P

(D

∣∣MB)·P(MB)

. Note the

event D is shown in red above and the event MA ∩D isshown in blue.

D

MA

0.1rrrrrrrrrrr

0.9ND

0

0.6 JJJJJJJJJJJ

0.4ttttttttttt

MB0.05

0.95 LLLLLLLLLL D

ND

Page 6: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

Bayes’ TheoremD

MA

0.1rrrrrrrrrrr

0.9ND

0

0.6 JJJJJJJJJJJ

0.4ttttttttttt

MB0.05

0.95 LLLLLLLLLL D

ND

P(MA

∣∣D)=

P(MA ∩D)

P(D)=

P(MA ∩D)

P(D

∣∣MA)·P(MA) + P

(D

∣∣MB)·P(MB)

=

0.4 · 0.1

0.4 · 0.1 + 0.6 · 0.05=

0.04

0.04 + 0.03=

0.04

0.07=

4

7

Page 7: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

Bayes’ Theorem

Let E1 and E2 be mutually exclusive events (E1 ∩ E2 = ∅)whose union is the sample space, i.e. E1 ∪ E2 = S. Let Fbe an event in S for which P(F ) 6= 0. Then

P(E1

∣∣F)=

P(E1 ∩ F )

P(F )=

P(E1 ∩ F )

P(E1 ∩ F ) + P(E2 ∩ F )=

P(E1)P(F

∣∣E1

)P(E1)P

(F

∣∣E1

)+ P(E2)P

(F

∣∣E2

) .

Note that if we cross-classify outcomes in the sample spaceaccording to whether they belong to E1 or E2 and whetherthey belong to F or F ′, we get a tree diagram as abovefrom which we can calculate the probabilities.

Page 8: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

Bayes’ Theorem

F

E1

||||||||F ′

0

@@@@@@@@

~~~~~~~~

E2

BBBBBBBB F

F ′

P(E )

P(F| E )

1

1

P(E )

P(E )

P(F| E )

P(F| E )

1

2 2

1

Page 9: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

Predictive value of diagnostic testThe above analysis allows us to gain insight a commonlymisunderstood point about the accuracy of tests fordiseases and drugs. The predictive value of a diagnostictest does not depend entirely on the sensitivity of the test.It also depend on the prevalence of the disease. Manypeople when asked the following question “If a swimmerfails a drug test that is known to be 95 percentaccurate(whether they have drugs in their system or not),how likely is it that he/she is really guilty?” will answer 95percent, but of course you know that you need moreinformation in order to answer the question. Check out thefollowing article on the subject:

Doctors flunk quiz on screening-test math

If you are more legally inclined, here is a discussion ofBayes Theorem as it applies to criminal trials.Let’s see what happens in a few examples.

Page 10: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

Predictive value of diagnostic testThe above analysis allows us to gain insight a commonlymisunderstood point about the accuracy of tests fordiseases and drugs. The predictive value of a diagnostictest does not depend entirely on the sensitivity of the test.It also depend on the prevalence of the disease. Manypeople when asked the following question “If a swimmerfails a drug test that is known to be 95 percentaccurate(whether they have drugs in their system or not),how likely is it that he/she is really guilty?” will answer 95percent, but of course you know that you need moreinformation in order to answer the question. Check out thefollowing article on the subject:

Doctors flunk quiz on screening-test math

If you are more legally inclined, here is a discussion ofBayes Theorem as it applies to criminal trials.

Let’s see what happens in a few examples.

Page 11: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

Predictive value of diagnostic testThe above analysis allows us to gain insight a commonlymisunderstood point about the accuracy of tests fordiseases and drugs. The predictive value of a diagnostictest does not depend entirely on the sensitivity of the test.It also depend on the prevalence of the disease. Manypeople when asked the following question “If a swimmerfails a drug test that is known to be 95 percentaccurate(whether they have drugs in their system or not),how likely is it that he/she is really guilty?” will answer 95percent, but of course you know that you need moreinformation in order to answer the question. Check out thefollowing article on the subject:

Doctors flunk quiz on screening-test math

If you are more legally inclined, here is a discussion ofBayes Theorem as it applies to criminal trials.Let’s see what happens in a few examples.

Page 12: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

Predictive value of diagnostic test

Example Suppose, for example a test for the HIV virus is95% accurate.The test gives a positive result for 95% ofthose taking the test who are HIV positive. Also the testgives a negative result for 95% of those taking the test whoare not HIV positive.

(a) According to a recent estimate, approximately onemillion people in the U.S. are HIV positive. The populationof the U.S. is approximately 308 million. Suppose a randomU.S. resident takes the aids test and tests positive, what isthe probability that the person is infected given that theyhave tested positive, That is what is P

(I∣∣P)

?

(We let P denote the event that a person chosen at randomfrom the population tests positive, we let I denote theevent that a person chosen at random is infected.)

Page 13: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

Predictive value of diagnostic testP

NI

lllllllllllllllllNP

0

QQQQQQQQQQQQQQQQQ

mmmmmmmmmmmmmmmm

I

RRRRRRRRRRRRRRRRRR NP

P

P

NI

0.05lllllllllllllllll

0.95NP

0

1

308QQQQQQQQQQQQQQQQQ

307

308mmmmmmmmmmmmmmmm

I0.05

0.95 RRRRRRRRRRRRRRRRRR NP

P

P(I∣∣P)≈

1308· 0.95

307308· 0.05 + 1

308· 0.95

=

0.00308441558442

0.04983766233766 + 0.00308441558442=

0.00308441558442

0.05292207792208≈ 0.0583 = 5.83%

Page 14: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

Predictive value of diagnostic test(b) In country X, forty percent of the residents are HIVpositive. Suppose a random resident of Country X takesthe aids test and tests positive, what is the probability thatthe person is infected given that they have tested positive,That is what is P

(I∣∣P)

?

P

NI

lllllllllllllllllNP

0

QQQQQQQQQQQQQQQQQ

mmmmmmmmmmmmmmmm

I

RRRRRRRRRRRRRRRRRR NP

P

P

NI

0.05lllllllllllllllll

0.95NP

0

0.4 QQQQQQQQQQQQQQQQQ

0.6mmmmmmmmmmmmmmmm

I0.05

0.95 RRRRRRRRRRRRRRRRRR NP

P

P(I∣∣P)

=0.4 · 0.95

0.6 · 0.05 + 0.4 · 0.95=

0.38

0.03 + 0.38=

0.38

0.41≈

0.9268 ≈ 93%

Page 15: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

Predictive value of diagnostic test(b) In country X, forty percent of the residents are HIVpositive. Suppose a random resident of Country X takesthe aids test and tests positive, what is the probability thatthe person is infected given that they have tested positive,That is what is P

(I∣∣P)

?P

NI

lllllllllllllllllNP

0

QQQQQQQQQQQQQQQQQ

mmmmmmmmmmmmmmmm

I

RRRRRRRRRRRRRRRRRR NP

P

P

NI

0.05lllllllllllllllll

0.95NP

0

0.4 QQQQQQQQQQQQQQQQQ

0.6mmmmmmmmmmmmmmmm

I0.05

0.95 RRRRRRRRRRRRRRRRRR NP

P

P(I∣∣P)

=0.4 · 0.95

0.6 · 0.05 + 0.4 · 0.95=

0.38

0.03 + 0.38=

0.38

0.41≈

0.9268 ≈ 93%

Page 16: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

Predictive value of diagnostic test(b) In country X, forty percent of the residents are HIVpositive. Suppose a random resident of Country X takesthe aids test and tests positive, what is the probability thatthe person is infected given that they have tested positive,That is what is P

(I∣∣P)

?P

NI

lllllllllllllllllNP

0

QQQQQQQQQQQQQQQQQ

mmmmmmmmmmmmmmmm

I

RRRRRRRRRRRRRRRRRR NP

P

P

NI

0.05lllllllllllllllll

0.95NP

0

0.4 QQQQQQQQQQQQQQQQQ

0.6mmmmmmmmmmmmmmmm

I0.05

0.95 RRRRRRRRRRRRRRRRRR NP

P

P(I∣∣P)

=0.4 · 0.95

0.6 · 0.05 + 0.4 · 0.95=

0.38

0.03 + 0.38=

0.38

0.41≈

0.9268 ≈ 93%

Page 17: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

Predictive value of diagnostic test(b) In country X, forty percent of the residents are HIVpositive. Suppose a random resident of Country X takesthe aids test and tests positive, what is the probability thatthe person is infected given that they have tested positive,That is what is P

(I∣∣P)

?P

NI

lllllllllllllllllNP

0

QQQQQQQQQQQQQQQQQ

mmmmmmmmmmmmmmmm

I

RRRRRRRRRRRRRRRRRR NP

P

P

NI

0.05lllllllllllllllll

0.95NP

0

0.4 QQQQQQQQQQQQQQQQQ

0.6mmmmmmmmmmmmmmmm

I0.05

0.95 RRRRRRRRRRRRRRRRRR NP

P

P(I∣∣P)

=0.4 · 0.95

0.6 · 0.05 + 0.4 · 0.95=

0.38

0.03 + 0.38=

0.38

0.41≈

0.9268 ≈ 93%

Page 18: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

Predictive value of diagnostic testExample A test for Lyme disease is 60% accurate when aperson has the disease and 99% accurate when a persondoes not have the disease. In Country Y, 0.01% of thepopulation has Lyme disease. What is the probability thata person chosen randomly from the population who testpositive for the disease actually has the disease?

P

NI

lllllllllllllllllNP

0

QQQQQQQQQQQQQQQQQ

mmmmmmmmmmmmmmmm

I

RRRRRRRRRRRRRRRRRR NP

P

P

NI

0.01lllllllllllllllll

0.99NP

0

0.0001 QQQQQQQQQQQQQQQQQ

0.9999mmmmmmmmmmmmmmmm

I0.4

0.6 RRRRRRRRRRRRRRRRRR NP

P

P(I∣∣P)

= 0.0001 · 0.06

0.9999 · 0.01 + 0.0001 · 0.06=

0.00006

0.00006 + 0.009999=

0.00006

0.010059≈

0.006.

Page 19: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

Predictive value of diagnostic testExample A test for Lyme disease is 60% accurate when aperson has the disease and 99% accurate when a persondoes not have the disease. In Country Y, 0.01% of thepopulation has Lyme disease. What is the probability thata person chosen randomly from the population who testpositive for the disease actually has the disease?

P

NI

lllllllllllllllllNP

0

QQQQQQQQQQQQQQQQQ

mmmmmmmmmmmmmmmm

I

RRRRRRRRRRRRRRRRRR NP

P

P

NI

0.01lllllllllllllllll

0.99NP

0

0.0001 QQQQQQQQQQQQQQQQQ

0.9999mmmmmmmmmmmmmmmm

I0.4

0.6 RRRRRRRRRRRRRRRRRR NP

P

P(I∣∣P)

= 0.0001 · 0.06

0.9999 · 0.01 + 0.0001 · 0.06=

0.00006

0.00006 + 0.009999=

0.00006

0.010059≈

0.006.

Page 20: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

A legal example

A crime has been committed and the only evidence is ablood spatter that could only have come from theperpetrator. The chance of a random individual having thesame blood type as that of the spatter is 10%. Joe hasbeen arrested and charged. The trial goes as follows.Prosecutor: Since there is only a 10% chance that Joe’sblood would match, there is a 90% chance that Joe did it.That’s good enough for me.Defence Lawyer: There are two hundred people in theneighborhood who could have done the crime. Twenty ofthem will have the same blood type as the sample. Hence

the chances that Joe did it are1

20= 5% so there is a 95%

chance that Joe is innocent. That’s good enough for me.

Page 21: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

The ghost of the Reverend Thomas Bayes: You’re allnuts!

./figures/guilty.{ps,eps} not found (or no BBox)If P(I) = x and so P(G) = 1− x then

P(I∣∣M)

=0.1 · x

0.1 · x + 1 · (1− x)=

0.1x

1− 0.9x

Page 22: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

The ghost of the Reverend Thomas Bayes: You’re allnuts!./figures/guilty.{ps,eps} not found (or no BBox)If P(I) = x and so P(G) = 1− x then

P(I∣∣M)

=0.1 · x

0.1 · x + 1 · (1− x)=

0.1x

1− 0.9x

Page 23: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

If P(I) = x and so P(G) = 1− x then

P(I∣∣M)

=0.1 · x

0.1 · x + 1 · (1− x)=

0.1x

1− 0.9x

If you think that Joe is guilty, then x = 0 and after seeingthe evidence you still think Joe is guilty, P

(I∣∣M)

= 0.If you think that Joe is innocent, then x = 1 and afterseeing the evidence you still think Joe is innocent,P

(I∣∣M)

= 1.If you think that Joe there is a 40% change that Joe isguilty, then x = 0.4 and after seeing the evidenceP

(I∣∣M)

= 0.0625.If you think that the police just searched a blood typedatabase until they came up with a name in theneighborhood, then you should probably start with the

defense lawyer’s idea that x = P (I) =19

20= 95%. Now after

seeing the evidence P(I∣∣M)

=0.095

1− 0.855=

0.095

0.145= 0.66.

Page 24: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

If P(I) = x and so P(G) = 1− x then

P(I∣∣M)

=0.1 · x

0.1 · x + 1 · (1− x)=

0.1x

1− 0.9xIf you think that Joe is guilty, then x = 0 and after seeingthe evidence you still think Joe is guilty, P

(I∣∣M)

= 0.

If you think that Joe is innocent, then x = 1 and afterseeing the evidence you still think Joe is innocent,P

(I∣∣M)

= 1.If you think that Joe there is a 40% change that Joe isguilty, then x = 0.4 and after seeing the evidenceP

(I∣∣M)

= 0.0625.If you think that the police just searched a blood typedatabase until they came up with a name in theneighborhood, then you should probably start with the

defense lawyer’s idea that x = P (I) =19

20= 95%. Now after

seeing the evidence P(I∣∣M)

=0.095

1− 0.855=

0.095

0.145= 0.66.

Page 25: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

If P(I) = x and so P(G) = 1− x then

P(I∣∣M)

=0.1 · x

0.1 · x + 1 · (1− x)=

0.1x

1− 0.9xIf you think that Joe is guilty, then x = 0 and after seeingthe evidence you still think Joe is guilty, P

(I∣∣M)

= 0.If you think that Joe is innocent, then x = 1 and afterseeing the evidence you still think Joe is innocent,P

(I∣∣M)

= 1.

If you think that Joe there is a 40% change that Joe isguilty, then x = 0.4 and after seeing the evidenceP

(I∣∣M)

= 0.0625.If you think that the police just searched a blood typedatabase until they came up with a name in theneighborhood, then you should probably start with the

defense lawyer’s idea that x = P (I) =19

20= 95%. Now after

seeing the evidence P(I∣∣M)

=0.095

1− 0.855=

0.095

0.145= 0.66.

Page 26: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

If P(I) = x and so P(G) = 1− x then

P(I∣∣M)

=0.1 · x

0.1 · x + 1 · (1− x)=

0.1x

1− 0.9xIf you think that Joe is guilty, then x = 0 and after seeingthe evidence you still think Joe is guilty, P

(I∣∣M)

= 0.If you think that Joe is innocent, then x = 1 and afterseeing the evidence you still think Joe is innocent,P

(I∣∣M)

= 1.If you think that Joe there is a 40% change that Joe isguilty, then x = 0.4 and after seeing the evidenceP

(I∣∣M)

= 0.0625.

If you think that the police just searched a blood typedatabase until they came up with a name in theneighborhood, then you should probably start with the

defense lawyer’s idea that x = P (I) =19

20= 95%. Now after

seeing the evidence P(I∣∣M)

=0.095

1− 0.855=

0.095

0.145= 0.66.

Page 27: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

If P(I) = x and so P(G) = 1− x then

P(I∣∣M)

=0.1 · x

0.1 · x + 1 · (1− x)=

0.1x

1− 0.9xIf you think that Joe is guilty, then x = 0 and after seeingthe evidence you still think Joe is guilty, P

(I∣∣M)

= 0.If you think that Joe is innocent, then x = 1 and afterseeing the evidence you still think Joe is innocent,P

(I∣∣M)

= 1.If you think that Joe there is a 40% change that Joe isguilty, then x = 0.4 and after seeing the evidenceP

(I∣∣M)

= 0.0625.If you think that the police just searched a blood typedatabase until they came up with a name in theneighborhood, then you should probably start with the

defense lawyer’s idea that x = P (I) =19

20= 95%. Now after

seeing the evidence P(I∣∣M)

=0.095

1− 0.855=

0.095

0.145= 0.66.

Page 28: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

General Bayes’ Theorem

Let E1, E2, . . . , En be (pairwise) mutually exclusive eventssuch that E1 ∪ E2 ∪ · · · ∪ En = S, where S denotes thesample space. Let F be an event such that P(F ) 6= 0, Then

P(E1

∣∣F)=

P(E1 ∩ F )

P(F )=

P(E1 ∩ F )

P(E1 ∩ F ) + P(E2 ∩ F ) + · · ·+ P(En ∩ F )=

P(E1)P(F

∣∣E1

)P(E1)P

(F

∣∣E1

)+ P(E2)P

(F

∣∣E2

)+ · · ·+ P(En)P

(F

∣∣En

)

Page 29: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

General Bayes’ Theorem

Example A pile of 8 playing cards has 4 aces, 2 kings and2 queens. A second pile of 8 playing cards has 1 ace, 4kings and 3 queens. You conduct an experiment in whichyou randomly choose a card from the first pile and place iton the second pile. The second pile is then shuffled and yourandomly choose a card from the second pile. If the carddrawn from the second deck was an ace, what is theprobability that the first card was also an ace?

Page 30: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

General Bayes’ TheoremLet A be the event that you draw an ace, K the event thatyou draw a king and Q be the event that you draw a queen.

A2

A

mmmmmmmmmmmmmmmm

QQQQQQQQQQQQQQQQ K2

Q2

A2

0

66666666666666666666666666

��������������������������K

mmmmmmmmmmmmmmmm

QQQQQQQQQQQQQQQQ K2

Q2

A2

Q

QQQQQQQQQQQQQQQQ

mmmmmmmmmmmmmmmmK2

Q2

Page 31: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

General Bayes’ Theorem

In the first round there are 4 + 2 + 2 = 8 cards so theprobabilities in the first round are

A2

A

mmmmmmmmmmmmmmmm

QQQQQQQQQQQQQQQQ K2

Q2

A2

0

0.25

666666666666666666666666660.25

.5

��������������������������K

mmmmmmmmmmmmmmmm

QQQQQQQQQQQQQQQQ K2

Q2

A2

Q

QQQQQQQQQQQQQQQQ

mmmmmmmmmmmmmmmmK2

Q2

Page 32: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

General Bayes’ TheoremIn the second round there are 1 + 4 + 3 + 1 = 9 cards andthe probabilities are different at the various nodes. If youdraw an ace in round 1 the cards are 2 aces, 4 kings and 3queens so we get

A2

A

29

mmmmmmmmmmmmmmmm49

39

QQQQQQQQQQQQQQQQ K2

Q2

A2

0

0.25

666666666666666666666666660.25

.5

��������������������������K

mmmmmmmmmmmmmmmm

QQQQQQQQQQQQQQQQ K2

Q2

A2

Q

QQQQQQQQQQQQQQQQ

mmmmmmmmmmmmmmmmK2

Q2

Page 33: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

General Bayes’ TheoremIf you draw a king in round 1 the cards are 1 ace, 5 kingsand 3 queens so we get

A2

A

29

mmmmmmmmmmmmmmmm49

39

QQQQQQQQQQQQQQQQ K2

Q2

A2

0

0.25

666666666666666666666666660.25

.5

��������������������������K

59

19

mmmmmmmmmmmmmmmm

39

QQQQQQQQQQQQQQQQ K2

Q2

A2

Q

QQQQQQQQQQQQQQQQ

mmmmmmmmmmmmmmmmK2

Q2

Page 34: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

General Bayes’ Theorem

If you draw a queen in round 1 the cards are 1 ace, 4 kingsand 4 queens so we get

A2

A

29

mmmmmmmmmmmmmmmm49

39

QQQQQQQQQQQQQQQQ K2

Q2

A2

0

0.25

666666666666666666666666660.25

.5

��������������������������K

59

19

mmmmmmmmmmmmmmmm

39

QQQQQQQQQQQQQQQQ K2

Q2

A2

Q49

49 QQQQQQQQQQQQQQQQ

19

mmmmmmmmmmmmmmmmK2

Q2

Page 35: Bayes’ Theorem - University of Notre Dameapilking/Math10120/Lectures/Solutions/Topic13.pdf · Bayes’ Theorem In this section, we look at how we can use information about conditional

General Bayes’ Theorem A2

A

29

mmmmmmmmmmmmmmmm49

39

QQQQQQQQQQQQQQQQ K2

Q2

A2

0

0.25

666666666666666666666666660.25

.5

��������������������������K

59

19

mmmmmmmmmmmmmmmm

39

QQQQQQQQQQQQQQQQ K2

Q2

A2

Q49

49 QQQQQQQQQQQQQQQQ

19

mmmmmmmmmmmmmmmmK2

Q2

The question asks for

P(A

∣∣A2)

=P(A ∩ A2)

P(A2)=

12· 2

912· 2

9+ 1

4· 1

9+ 1

4· 1

9

=

436

436

+ 136

+ 136

=4

6=

2

3.