3.4k views
5 votes
An athletic league does drug testing of its athletes, 10 percent of whom use drugs. This test, however, is only 95 percent reliable. That is, a drug user will test positive with probability 0.95 and negative with probability 0.05, and a nonuser will test negative with probability 0.95 and positive with probability 0.05. Develop a probability tree diagram to determine the posterior probability of each of the following outcomes of testing an athlete.

(a) The athlete is a drug user, given that the test is positive.

(b) The athlete is not a drug user, given that the test is positive.

(c) The athlete is a drug user, given that the test is negative.

(d) The athlete is not a drug user, given that the test is negative.

(e) Use the corresponding Excel template to check your answers in the preceding parts.

1 Answer

2 votes

Answer:

0.6786

0.3214

1 / 172

171 / 172

Explanation:

Note: The tree diagram is attached below.

a) The athlete is a drug user, given that the test is positive P(D/+)

Using conditional Probability:

P ( D / + ) = P ( D and + ) / P ( +)

= (0.1 * 0.95) / (0.1 * 0.95 + 0.9*0.05)

= 0.6786

Answer: P ( D / + ) = 0.6786

b) The athlete is not a drug user, given that the test is positive P(D' / + )

Using conditional Probability:

P ( D' / + ) = P ( D' and + ) / P (+)

= (0.9 * 0.05) / (0.1 * 0.95 + 0.9*0.05)

= 0.3214

Answer: P ( D' / + ) = 0.3214

c) The athlete is a drug user, given that the test is negative P (D / - )

Using conditional Probability:

P ( D / - ) = P ( D and - ) / P (-)

= (0.1 * 0.05) / (0.9 * 0.95 + 0.1*0.05)

= 1 / 172

Answer: P ( D / - ) = 1 / 172

(d) The athlete is not a drug user, given that the test is negative P (D' / - )

Using conditional Probability:

P ( D' / - ) = P ( D' and - ) / P (-)

= (0.9 * 0.95) / (0.9 * 0.95 + 0.1*0.05)

= 171 / 172

Answer: P ( D / - ) = 171 / 172

An athletic league does drug testing of its athletes, 10 percent of whom use drugs-example-1
User Benjol
by
5.8k points