/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} Problem 73 In an article that appears on th... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

In an article that appears on the web site of the American Statistical Association (www.amstat.org), Carlton Gunn, a public defender in Seattle, Washington, wrote about how he uses statistics in his work as an attorney. He states: I personally have used statistics in trying to challenge the reliability of drug testing results. Suppose the chance of a mistake in the taking and processing of a urine sample for a drug test is just 1 in 100 . And your client has a "dirty" (i.e., positive) test result. Only a 1 in 100 chance that it could be wrong? Not necessarily. If the vast majority of all tests given- say 99 in \(100-\) are truly clean, then you get one false dirty and one true dirty in every 100 tests, so that half of the dirty tests are false. Define the following events as \(T D=\) event that the test result is dirty, \(T C=\) event that the test result is clean, \(D=\) event that the person tested is actually dirty, and \(C=\) event that the person tested is actually clean. a. Using the information in the quote, what are the values of \mathbf{i} . ~ \(P(T D \mid D)\) iii. \(P(C)\) ii. \(P(T D \mid C)\) iv. \(P(D)\) b. Use the law of total probability to find \(P(T D)\). c. Use Bayes' rule to evaluate \(P(C \mid T D)\). Is this value consistent with the argument given in the quote? Explain.

Short Answer

Expert verified
The respective probabilities are \(P(T D \mid D) = 1\), \(P(T D \mid C) = 0.01\), \(P(D) = 0.01\) and \(P(C) = 0.99\). The probability that the test is dirty \(P(T D) = 0.02\). Also, the probability that a person is clean given that the test result is dirty \(P(C \mid T D)= 0.495\). These results are consistent with the assertion made in the quote.

Step by step solution

01

Identifying and Calculating Probabilities

The given probabilities from the problem can be defined as follows: \\(P(T D \mid D)\) is the probability that the test result is dirty given the person is actually dirty. This is a true positive and its value is 1 because if a person is actually dirty, the test is correct. \\(P(T D \mid C)\) is the probability that the test result is dirty given the person is actually clean. This is a false positive, which indicates errors in testing and its value is 1/100 or 0.01 because there's 1% error. \\(P(D)\) is the probability that a person is actually dirty. This value is 1/100 or 0.01 because one in every 100 tests is true dirty. \\(P(C)\) is the probability that a person is actually clean which is 99/100 or 0.99 since 99 in every 100 tests are truly clean.
02

Using the Law of Total Probability to Find \(P(T D)\)

The law of total probability states that the probability of an event can be found by considering all the ways that it could happen, summing products of conditional probability and the probability of each condition. Here, \(P(T D) = P(T D \mid D) * P(D) + P(T D \mid C) * P(C)\). Substituting the values, we get \(P(T D) = 1 * 0.01 + 0.01 * 0.99 = 0.02\)
03

Using Bayes' Rule to Evaluate \(P(C \mid T D)\)

Bayes' theorem allows us to revise predictions in light of new data. It is given by \(P(C \mid T D) = \frac{P(T D \mid C) * P(C)}{P(T D)}\). Upon substituting the values we get \(P(C \mid T D) = \frac{0.01 * 0.99}{0.02} = 0.495\). This indicates that there is approximately 50% chance that a person is clean given that the test result is dirty. This is consistent with what was argued in the quote in the question where it was mentioned that 'half of the dirty tests are false'.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!

Key Concepts

These are the key concepts you need to understand to accurately answer the question.

Conditional Probability
Conditional probability provides a way to find the probability of an event occurring given that another event has already occurred. In our context, let's say you want to find the probability of the test result being dirty (T D) given certain conditions about the person's actual status - whether they are truly dirty (D) or clean (C). This draws directly from the concept of conditional probability.

You may encounter such terms as:- \(P(T D \mid D)\), which shows the probability of a dirty result if the test subject is truly dirty.- \(P(T D \mid C)\), which is the probability of a dirty result if the test subject is actually clean.

Understanding these definitions helps you interpret drug test results more accurately. It highlights how errors can occur even with a seemingly small probability of false positives. These calculations use conditional probability to give clarity on the reliability of test outcomes.

Law of Total Probability
The Law of Total Probability is a fundamental rule that connects marginal probabilities to conditional probabilities. It helps compute the likelihood of an event by considering all possible underlying scenarios, each weighted by their respective probabilities.

In this exercise, you see it in action while calculating the probability of the test showing dirty (T D). With the probabilities \(P(T D \mid D)\) and \(P(T D \mid C)\) already known, the law aids by summing these conditional probabilities, each multiplied by the probability of each condition (clean or dirty).

Here's how it works: \[P(T D) = P(T D \mid D) \times P(D) + P(T D \mid C) \times P(C)\] where - \(P(T D \mid D)\) and \(P(T D \mid C)\) are conditional probabilities we've defined earlier.- \(P(D)\) and \(P(C)\) represent prior probabilities of being dirty or clean.

This equation effectively combines information about various sources of a "dirty" result, yielding a total probability that represents real-world testing conditions more fully.

Bayes' Theorem
Bayes' Theorem is a powerful tool in statistics that allows us to update our beliefs based on new evidence. It's particularly useful when you want to calculate the probability of a certain hypothesis, given some observed data.

From the exercise, it demonstrates how you can find the probability that a person is actually clean (C) given a dirty test result (T D). This formula you use in this scenario looks like:\[P(C \mid T D) = \frac{P(T D \mid C) \times P(C)}{P(T D)}\]

Where:- \(P(T D \mid C)\) is the probability a test shows dirty when in fact the person is clean.- \(P(C)\) is the probability that a person is clean overall.- \(P(T D)\) is the total probability of receiving a dirty test.

By applying Bayes' Theorem, you find that around 49.5%, or nearly half the time, a positive test result could be an error for someone actually clean. This insight matches the scenario described in Gunn's argument from the quote, showing how crucial Bayes’ Theorem is for decision-making in uncertain conditions.

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

Suppose that, starting at a certain time, batteries coming off an assembly line are examined one by one to see whether they are defective (let \(\mathrm{D}=\) defective and \(\mathrm{N}=\) not defective). The chance experiment terminates as soon as a nondefective battery is obtained. a. Give five possible experimental outcomes. b. What can be said about the number of outcomes in the sample space? c. What outcomes are in the event \(E\), that the number of batteries examined is an even number?

Suppose that a six-sided die is "loaded" so that any particular even-numbered face is twice as likely to land face up as any particular odd-numbered face. Consider the chance experiment that consists of rolling this die. a. What are the probabilities of the six simple events? (Hint: Denote these events by \(O_{1}, \ldots, O_{6}\). Then \(P\left(O_{1}\right)=p, P\left(O_{2}\right)=2 p, P\left(O_{3}\right)=p, \ldots, P\left(O_{6}\right)=2 p\) Now use a condition on the sum of these probabilities to determine \(p\).) b. What is the probability that the number showing is an odd number? at most three? c. Now suppose that the die is loaded so that the probability of any particular simple event is proportional to the number showing on the corresponding upturned face; that is, \(P\left(O_{1}\right)=c, P\left(O_{2}\right)=2 c, \ldots\), \(P\left(O_{6}\right)=6 c\). What are the probabilities of the six simple events? Calculate the probabilities of Part (b) for this die.

A company uses three different assembly lines \(A_{1}, A_{2}\), and \(A_{3}\) -to manufacture a particular component. Of those manufactured by \(A_{1}, 5 \%\) need rework to remedy a defect, whereas \(8 \%\) of \(A_{2}\) 's components and \(10 \%\) of \(A_{3}\) 's components need rework. Suppose that \(50 \%\) of all components are produced by \(A_{1}\), whereas \(30 \%\) are produced by \(A_{2}\) and \(20 \%\) come from \(A_{3}\). a. Construct a tree diagram with first-generation branches corresponding to the three lines. Leading from each branch, draw one branch for rework (R) and another for no rework (N). Then enter appropriate probabilities on the branches. b. What is the probability that a randomly selected component came from \(A_{1}\) and needed rework? c. What is the probability that a randomly selected component needed rework?

A shipment of 5000 printed circuit boards contains 40 that are defective. Two boards will be chosen at random, without replacement. Consider the two events \(E_{1}=\) event that the first board selected is defective and \(E_{2}=\) event that the second board selected is defective. a. Are \(E_{1}\) and \(E_{2}\) dependent events? Explain in words. b. Let \(n o t E_{1}\) be the event that the first board selected is not defective (the event \(E_{1}^{C}\) ). What is \(P\left(\right.\) not \(E_{1}\) )? c. How do the two probabilities \(P\left(E_{2} \mid E_{1}\right)\) and \(P\left(E_{2} \mid\right.\) not \(\left.E_{1}\right)\) compare? d. Based on your answer to Part (c), would it be reasonable to view \(E_{1}\) and \(E_{2}\) as approximately independent?

The accompanying probabilities are from the report "Estimated Probability of Competing in Athletics Beyond the High School Interscholastic Level" (www.ncaa.org). The probability that a randomly selected high school basketball player plays NCAA basketball as a freshman in college is \(.0303\); the probability that someone who plays NCAA basketball as a freshman will be playing NCAA basketball in his senior year is .7776; and the probability that a college senior NCAA basketball player will play professionally after college is .0102. Suppose that a high school senior basketball player is chosen at random. Define the events \(F, S\), and \(D\) as \(F=\) the event that the player plays as a college freshman \(S=\) the event that the player also plays as a senior \(D=\) the event that the player plays professionally after college a. Based on the information given, what are the values of \(P(F), P(S \mid F)\), and \(P(D \mid S \cap F)\) ? b. What is the probability that a senior high school basketball player plays college basketball as a freshman and as a senior and then plays professionally? (Hint: This is \(P(F \cap S \cap D) .)\)

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.