Question 161724
let a = key stroke assembly is good.
let b = logic circuit is good
-----
p(a) = .88
p(~a) = 1-.88 = .12
-----
p(b) = .93
p(~b) = .07
-----
~a means (not) a means keystroke assembly is bad
~b means (not) b means logic circuit is bad.
-----
a. Find the probability that a  finished calculator will be satisfactory
-----
probability finished calculator is good means the keystroke assembly and the logic circuit is good.
p(a and b) = p(a)*p(b)
p(a)*p(b) = .88*.93 = .8184
-----
b. Find the probability that a finished calculator will have both a bad keystroke assembly and a bad logic circuit.
-----
probability that a finished calculator will have both a bad keystroke assembly and a bad logic circuit is p (~a and ~b).
p(~a and ~b) = p(~a)*p(~b) = .12*.07 = .0084
-----
c. Find the probability that a finished calculator will have either a bad keystroke assembly or a bad logic circuit.
-----
probability that a finished calculator will have either a bad keystroke assembly or a bad logic circuit is equal to 1 minus the probability that they are both good.
p(~(a or b)) = 1 - p(a and b)
p(a and b) = p(a)*p(b) = .8184 (calculated above in part a).
1 - p(a and b) = 1 - p(a)*p(b) = 1 - .8184 = .1816.
-----