SOLUTION: A calculator requires a keystroke assembly and a logic circuit. Assume that 88% of the keystroke assemblies and 93% of the logic circuits are satisfactory.
a. Find the probabili
Algebra ->
Probability-and-statistics
-> SOLUTION: A calculator requires a keystroke assembly and a logic circuit. Assume that 88% of the keystroke assemblies and 93% of the logic circuits are satisfactory.
a. Find the probabili
Log On
Question 161724: A calculator requires a keystroke assembly and a logic circuit. Assume that 88% of the keystroke assemblies and 93% of the logic circuits are satisfactory.
a. Find the probability that a finished calculator will be satisfactory
b. Find the probability that a finished calculator will have both a bad keystroke assembly and a bad logic circuit.
c. Find the probability that a finished calculator will have either a bad keystroke assembly or a bad logic circuit. Answer by gonzo(654) (Show Source):
You can put this solution on YOUR website! 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.
-----