6.6 tree diagrams

12
6.6 Tree Diagrams 1. Tree Diagram 2. Medical Example 3. Quality Control Example 1

Upload: lydia

Post on 23-Feb-2016

44 views

Category:

Documents


0 download

DESCRIPTION

6.6 Tree Diagrams. Tree Diagram Medical Example Quality Control Example. Tree Diagram. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: 6.6  Tree Diagrams

6.6 Tree Diagrams1. Tree Diagram2. Medical Example3. Quality Control Example

1

Page 2: 6.6  Tree Diagrams

Tree DiagramA tree diagram helps us represent the various events and their associated probabilities. The various outcomes of each experiment are represented as branches emanating from a point. Each branch is labeled with the probability of the associated outcome.For example:

2

Page 3: 6.6  Tree Diagrams

Tree Diagram (2)We represent experiments performed one after another by stringing together diagrams of the sort given in the previous slide. The probabilities for the second set of branches are conditional probabilities given the outcome from which the branches are emanating.

3

Page 4: 6.6  Tree Diagrams

Tree Diagram (3)For example:

4

Page 5: 6.6  Tree Diagrams

Example MedicalThe reliability of a skin test for active pulmonary tuberculosis (TB) is as follows: Of people with TB, 98% have a positive reaction and 2% have a negative reaction; of people free of TB, 99% have a negative reaction and 1% have a positive reaction. From a large population of which 2 per 10,000 persons have TB, a person is selected at random and given a skin test, which turns out positive. What is the probability that the person has active TB?

5

Page 6: 6.6  Tree Diagrams

Example Medical (2)Make a tree diagram using: Pr(TB) = 2/10000 = .0002, Pr(not TB) = 1 - .0002 = .9998, Pr(TB|Neg) = .98, Pr(TB|POS) = .02, PR(NEG|not TB) = .99 and PR(POS|not TB) = .01.

6

Page 7: 6.6  Tree Diagrams

Example Medical (3)

Pr(TB POS) .000196So Pr(TB|POS) = .02.Pr(POS) .000196 .009998

7

Page 8: 6.6  Tree Diagrams

Example Quality Control A box contains 5 good light bulbs and 2 defective ones. Bulbs are selected one at a time (without replacement) until a good bulb is found. Find the probability that the number of bulbs selected is (i) 1, (ii) 2, (iii) 3.

8

Page 9: 6.6  Tree Diagrams

Example Quality Control (2)

For the first draw, a bulb selected at random is good (G) with probability 5/7

9

For the first draw, a bulb selected at random is defective (D) with probability 2/7

Page 10: 6.6  Tree Diagrams

Example Quality Control (3)

If the first bulb was good, the activity stops. If the first bulb was defective, then the second selection is good with probability 5/6 and defective with probability 1/6.

10

If the second selection was good, the activity stops. If it was defective, then the third selection is good with probability 1.

Page 11: 6.6  Tree Diagrams

Example Quality Control (4)

The tree diagram is:

5( ) Pr(1)72 5 5( ) Pr(2)7 6 212 1 1( ) Pr(3) 17 6 21

i

ii

iii

11

Page 12: 6.6  Tree Diagrams

Summary Section 6.6 Tree diagrams provide a useful device for determining probabilities of combined outcomes in a sequence of experiments.

12