Probability Bayes formula Question

Finally for (c) you are asked to calculate P(P|\overline{T}) which is the probability of the test being positive given the patient does not have tuberculosis. You can use the numbers from (a) and (b) in this part of the calculation as well.In summary, the conversation includes two probability questions. The first question involves determining the number of programmers needed to detect an error with a given probability, while the second question involves calculating the probability of having tuberculosis given a positive skin test result. The conversation also mentions using symbols and equations to solve the problems, specifically using the binomial distribution and the Bayes formula.
  • #1
crays
160
0
Hi guys, I've got 2 probability questions that i couldn't solve. Please help.

1) A computer program has an error that causes the program not to function perfectly. n programmer are assigned separately to detect the error. The probability that each programmer will detect the error is 0.875. Determine the value of n if the probability that at least one programmer detects the error is 0.998


2) A new skin test is devised for detecting tuberculosis. To evaluate the test before it is put into use, a research indicates tuberculosis in 96% of those who have it and in 2% of those who do not. It is known that 8% of the population has tuberculosis.

a) Find the probability of a randomly selected person having tuberculosis given that the skin test is positive.

I've gotten this right, Its (Have tuberculosis|Test is positive) so what i did was using (0.96 x 0.08) + (0.02 x 0.92) the value for all test is positive. Then 0.96 x 0.08 divide by the value i just got, i got the answer right.

b) Find the probability that a person has tuberculosis given that the test indicates no tuberculosis is present.

What i had in mind is to reverse the probability for all test is positive and get all test is negative and do the same, but it wasn't right.

c) Find the probability of the skin test giving a false positive result.

Please help :) Thanks
 
Physics news on Phys.org
  • #2
You would do well to use symbols and equations. For part (a) if you let X = number of programmers finding the error then X is binomial with parameters n and p = .875. You are looking for P(X ≥ 1) which is 1 - P(X = 0) to be .998.

For the second part, again, use some mathematical notation.

Let P be the event the test is positive
Let T be the event the patient has tuberculosis.

In part (a) you were calculating P(T|P) using the (unwritten) Bayes formula. To make your solution readable you should write:

[tex]P(T|P) = \frac {P(P|T)P(T)}{P(P|T)P(T) + P(P|\overline{T})P(\overline{T})} =[/tex]

and put your numbers in after the = sign.

For (b) you are asking for [tex]P(T|\overline{P})[/tex]. If you will begin by writing out the formula for that you may see how to calculate it. Using the formulas can make all the difference.
 
  • #3



For the first question, we can use the Bayes formula to solve for n:

P(at least one programmer detects error) = 1 - P(no programmer detects error)

= 1 - (0.125)^n

= 0.998

Solving for n, we get n = 5.

For the second question, we can use the Bayes formula again to solve for the probabilities:

a) P(have tuberculosis | test is positive) = P(test is positive | have tuberculosis) * P(have tuberculosis) / P(test is positive)

= (0.96 * 0.08) / (0.96 * 0.08 + 0.02 * 0.92)

= 0.96

b) P(have tuberculosis | test is negative) = P(test is negative | have tuberculosis) * P(have tuberculosis) / P(test is negative)

= (0.04 * 0.08) / (0.04 * 0.08 + 0.98 * 0.92)

= 0.0004

c) P(false positive) = P(test is positive | no tuberculosis) * P(no tuberculosis)

= 0.02 * 0.92

= 0.0184

Hope this helps!
 

Related to Probability Bayes formula Question

1. What is the Probability Bayes formula?

The Probability Bayes formula, also known as Bayes' theorem, is a mathematical formula that describes the probability of an event occurring based on prior knowledge of related events. It is used to update the probability of an event based on new evidence or information.

2. How is the Probability Bayes formula used in science?

The Probability Bayes formula is used in many fields of science, including statistics, data analysis, and machine learning. It is used to make predictions and decisions based on available data and to update those predictions as new data is gathered.

3. What are the components of the Probability Bayes formula?

The Probability Bayes formula has two main components: the prior probability and the likelihood. The prior probability is the initial belief about the likelihood of an event occurring, while the likelihood is the probability of the new evidence given that the event has occurred. These components are multiplied together and divided by the total probability of the new evidence to calculate the updated probability of the event.

4. What are some real-life applications of the Probability Bayes formula?

The Probability Bayes formula has many real-life applications, including medical diagnosis, spam filtering, and weather forecasting. It is also used in forensic science to calculate the probability of a suspect's guilt based on evidence from a crime scene.

5. What is the difference between frequentist and Bayesian approaches to probability?

The frequentist approach to probability is based on long-term frequencies of events occurring, while the Bayesian approach takes into account prior knowledge and updates as new evidence is gathered. The frequentist approach is more commonly used in traditional statistics, while the Bayesian approach is gaining popularity in fields such as machine learning and data science.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
1
Views
612
  • Precalculus Mathematics Homework Help
Replies
7
Views
2K
  • Calculus and Beyond Homework Help
Replies
4
Views
885
  • Set Theory, Logic, Probability, Statistics
2
Replies
47
Views
3K
  • Precalculus Mathematics Homework Help
Replies
1
Views
3K
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Precalculus Mathematics Homework Help
Replies
8
Views
2K
  • Precalculus Mathematics Homework Help
Replies
4
Views
2K
  • Quantum Physics
Replies
7
Views
886
  • Set Theory, Logic, Probability, Statistics
Replies
5
Views
1K
Back
Top