[Math] Creating Venn Diagram To Aid In Solving Probability Question.

elementary-set-theoryprobabilitystatistics

The question is:

Human visual inspection of solder joints on printed circuit
boards can be very subjective. Part of the problem stems
from the numerous types of solder defects (e.g., pad non-wetting, knee visibility, voids) and even the degree to
which a joint possesses one or more of these defects.
Consequently, even highly trained inspectors can disagree
on the disposition of a particular joint. In one batch of
10,000 joints, inspector A found 724 that were judged
defective, inspector B found 751 such joints, and 1159 of
the joints were judged defective by at least one of the
inspectors. Suppose that one of the 10,000 joints is randomly selected.

(a).What is the probability that the selected joint was judged
to be defective by neither of the two inspectors?

(b).What is the probability that the selected joint was
judged to be defective by inspector B but not by
inspector A?

Is the the number 724 strictly in $A$; how about 751, is that strictly in $B$, and it is not in $A \cap B$ or in $A \cup B$?

Best Answer

$A$: the set of joints deemed defective by inspector A.

$B$: the set of joints deemed defective by inspector B.

$U$: the set of all joints.

The problem says $|A| = 724$, $|B| = 751$, $|A\cup B| = 1159$, $|U| = 10000$.

(a) This asks for the number of joints that are $\notin (A\cup B)$.

(b) This asks for the number of joints that are in B but not in A, which I represent as the set $B-A$.

Then, (a) is easy, $\frac{10000-1159}{10000}$ (which I guess you solved as well).

For (b), your expression is wrong, $B-A$ is not $B \cup A'$, but is rather $B \cap A'$ (You may want to draw a Venn diagram to see that is the case). Since we know $|A\cap B| = 316$, we then get $\frac{751-316}{10000}$.

Related Question