179k views
4 votes
A test for a disease gives an answer "Positive" or "Negative". Because of experimental error, the test gives an incorrect answer with probability 1/4. That is, if the person has the disease, the outcome is negative with probability 1/4 and if the person does not have the disease, the outcome is positive with probability 1/4. You can assume that the probability an error is made in one test is independent of the outcomes of any other tests. In order to improve the probability of getting the correct answer, the test is run n times and the majority outcome is used as the final answer. If n = 3, what is the probability of getting the wrong answer? What about n = 5?

User Axiol
by
5.3k points

1 Answer

3 votes

Answer:

1. n = 3, P(x >= 2) = 0.15625 2. n = 5, P(x >= 3) = 0.103491

Explanation:

Consider that P = ¼, by that logic Q = 1 – P = 1 – ¼ = ¾, where Q represents the value of the probability of the result being correct

When n = 3, the wrong probability can be written as p(x ≥ 2)

P(x ≥ 2) = P(x = 2) + P(x = 3)

P(x ≥ 2) = ³C₂ (1/4)² x (3/4) + (1/4)³

P(x ≥ 2) = 0.140625 + 0.015625

P(x 2) = 0.15625

When n = 5 the wrong probability P(x >= 3)

P(x ≥ 3) = P(x = 3) + P(x = 4) + P(x = 5)

P(x ≥ 3) = ⁵C₃ x (1/4)³ x (3/4)² + ⁵C₄ (1/4)⁴ x (3/4) + (1/4)⁵

P(x ≥ 3) = (10 x 0.15625 x 0.5625) + (5 x 0.00390 x 0.75) + (0.000976)

P(x ≥ 3) = 0.08789 + 0.014625 + 0.000976

P(x 3) = 0.103491

User Akeem
by
5.6k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.