SOLUTION: A computer program is tested by 3 independent tests. When there is an error, these tests will discover it with probabilities 0.2, 0.3, and 0.5, respectively. Suppose that the prog

Algebra.Com
Question 394742: A computer program is tested by 3 independent tests. When there is an error, these
tests will discover it with probabilities 0.2, 0.3, and 0.5, respectively. Suppose that the program
contains an error. What is the probability that it will be found by at least one test?

Answer by jrfrunner(365)   (Show Source): You can put this solution on YOUR website!
let A =error found by test 1
let B=error found by test 2
let C=error found by test 3
-
Given P(A)=0.2, P(B)=0.3, P(C)=0.5
therefore P(notA)=0.8, P(notB)=0.7, P(notC)=0.5
-
Note: tests are independent P(notA & notB & notC)=P(notA)*P(notB)*P(notC)=0.8*0.7*0.5=0.28
--
P(found by at least one test)= 1- P(not found by any test)=1-P(notA & notB & notC)=1-0.28=0.82





RELATED QUESTIONS

10)A computer program is tested by 5 independent tests. If there is an error, these tests (answered by robertb)
a computer program consists of two blocks written independently by two different... (answered by stanbon,avadhut007,ikleyn)
"Untitled," by Stephen Chen "I've often wondered how software is released and sold to... (answered by CPhill)
A computer company checks every computer it produces before shipping. Each computer... (answered by ikleyn)
A computer company checks every computer it produces before shipping. Each computer... (answered by CPhill)
""Untitled," by Stephen Chen I've often wondered how software is released and sold to... (answered by CPhill)
You have 7 means, and you want to compare each mean to every other mean. (a) How many... (answered by Boreal)
A medical screening program administers three independent tests. of the person taking the (answered by Boreal)
A student is taking a computer course in which there will be four tests each worth 100... (answered by ewatrrr)