We have a batch of 100 musical instruments, 4 of which have impure tone. We randomly select 3 instruments for testing. If at least one of the 3 is identified as having impure tone, the whole batch is rejected. The probability of correctly identifying an impure instrument is 0.95. The probability of mistakenly identifying a pure instrument as impure is 0.01. We want to find the probability that the batch is accepted.

Probability and StatisticsProbabilityConditional ProbabilityCombinationsBayes' Theorem (implied)
2025/4/24

1. Problem Description

We have a batch of 100 musical instruments, 4 of which have impure tone. We randomly select 3 instruments for testing. If at least one of the 3 is identified as having impure tone, the whole batch is rejected. The probability of correctly identifying an impure instrument is 0.
9

5. The probability of mistakenly identifying a pure instrument as impure is 0.

0

1. We want to find the probability that the batch is accepted.

2. Solution Steps

The batch is accepted if all 3 tested instruments are identified as having pure tone. This can happen in two ways: (1) All 3 are actually pure and are identified as pure; or (2) at least one is impure, but all are identified as pure.
Let II denote an impure instrument and PP denote a pure instrument.
Let II' denote that an instrument is identified as impure, and PP' denote that an instrument is identified as pure.
The probability of selecting a pure instrument is 1004100=96100=0.96\frac{100-4}{100} = \frac{96}{100} = 0.96.
The probability of selecting an impure instrument is 4100=0.04\frac{4}{100} = 0.04.
P(PP)=10.01=0.99P(P'|P) = 1 - 0.01 = 0.99. This is the probability that a pure instrument is identified as pure.
P(PI)=10.95=0.05P(P'|I) = 1 - 0.95 = 0.05. This is the probability that an impure instrument is identified as pure.
For the batch to be accepted, we need all 3 instruments tested to be identified as pure. Let A be the event that the batch is accepted.
There are (1003)\binom{100}{3} ways to choose 3 instruments.
The number of ways to select 3 pure instruments is (963)=969594321=142880\binom{96}{3} = \frac{96 \cdot 95 \cdot 94}{3 \cdot 2 \cdot 1} = 142880.
The number of ways to select 2 pure instruments and 1 impure instrument is (962)(41)=969524=18240\binom{96}{2} \binom{4}{1} = \frac{96 \cdot 95}{2} \cdot 4 = 18240.
The number of ways to select 1 pure instrument and 2 impure instruments is (961)(42)=96432=966=576\binom{96}{1} \binom{4}{2} = 96 \cdot \frac{4 \cdot 3}{2} = 96 \cdot 6 = 576.
The number of ways to select 3 impure instruments is (43)=4\binom{4}{3} = 4.
Total ways to select 3 instruments is (1003)=1009998321=161700\binom{100}{3} = \frac{100 \cdot 99 \cdot 98}{3 \cdot 2 \cdot 1} = 161700.
Note that 142880+18240+576+4=161700142880 + 18240 + 576 + 4 = 161700, as expected.
P(all 3 pure)=(963)(1003)=1428801617000.8836P(\text{all 3 pure}) = \frac{\binom{96}{3}}{\binom{100}{3}} = \frac{142880}{161700} \approx 0.8836. The probability that all 3 are pure and all identified as pure is 0.8836(0.99)30.85760.8836 \cdot (0.99)^3 \approx 0.8576
P(2 pure, 1 impure)=(962)(41)(1003)=182401617000.1128P(\text{2 pure, 1 impure}) = \frac{\binom{96}{2} \binom{4}{1}}{\binom{100}{3}} = \frac{18240}{161700} \approx 0.1128. The probability that 2 are pure, 1 is impure, and all are identified as pure is 0.1128(0.99)2(0.05)0.00550.1128 \cdot (0.99)^2 \cdot (0.05) \approx 0.0055.
P(1 pure, 2 impure)=(961)(42)(1003)=5761617000.0036P(\text{1 pure, 2 impure}) = \frac{\binom{96}{1} \binom{4}{2}}{\binom{100}{3}} = \frac{576}{161700} \approx 0.0036. The probability that 1 is pure, 2 are impure, and all are identified as pure is 0.0036(0.99)(0.05)20.0000090.0036 \cdot (0.99) \cdot (0.05)^2 \approx 0.000009.
P(all 3 impure)=(43)(1003)=41617000.000025P(\text{all 3 impure}) = \frac{\binom{4}{3}}{\binom{100}{3}} = \frac{4}{161700} \approx 0.000025. The probability that all 3 are impure and all are identified as pure is 0.000025(0.05)3=0.0000250.0001250.00000000310.000025 \cdot (0.05)^3 = 0.000025 \cdot 0.000125 \approx 0.0000000031.
The probability the batch is accepted is approximately 0.8576+0.0055+0.000009+0.00000000310.86310.8576 + 0.0055 + 0.000009 + 0.0000000031 \approx 0.8631.
Alternative solution:
We want to find the probability that all 3 selected instruments are identified as having pure tone. This is the same as the probability that we do not reject the batch.
P(accept)=P(all 3 identified as pure)P(\text{accept}) = P(\text{all 3 identified as pure}).
P(all 3 identified as pure)=k=03P(all 3 identified as purek impure)P(k impure)P(\text{all 3 identified as pure}) = \sum_{k=0}^{3} P(\text{all 3 identified as pure} | k \text{ impure}) P(k \text{ impure}), where kk is the number of impure instruments chosen.
P(0 impure)=(963)(1003)=142880161700P(0 \text{ impure}) = \frac{\binom{96}{3}}{\binom{100}{3}} = \frac{142880}{161700}.
P(1 impure)=(41)(962)(1003)=18240161700P(1 \text{ impure}) = \frac{\binom{4}{1} \binom{96}{2}}{\binom{100}{3}} = \frac{18240}{161700}.
P(2 impure)=(42)(961)(1003)=576161700P(2 \text{ impure}) = \frac{\binom{4}{2} \binom{96}{1}}{\binom{100}{3}} = \frac{576}{161700}.
P(3 impure)=(43)(1003)=4161700P(3 \text{ impure}) = \frac{\binom{4}{3}}{\binom{100}{3}} = \frac{4}{161700}.
P(all 3 identified as pure0 impure)=(0.99)3=0.970299P(\text{all 3 identified as pure} | 0 \text{ impure}) = (0.99)^3 = 0.970299.
P(all 3 identified as pure1 impure)=(0.99)2(0.05)=0.049005P(\text{all 3 identified as pure} | 1 \text{ impure}) = (0.99)^2 (0.05) = 0.049005.
P(all 3 identified as pure2 impure)=(0.99)(0.05)2=0.002475P(\text{all 3 identified as pure} | 2 \text{ impure}) = (0.99) (0.05)^2 = 0.002475.
P(all 3 identified as pure3 impure)=(0.05)3=0.000125P(\text{all 3 identified as pure} | 3 \text{ impure}) = (0.05)^3 = 0.000125.
P(accept)=(142880161700)(0.970299)+(18240161700)(0.049005)+(576161700)(0.002475)+(4161700)(0.000125)=0.857613+0.005524+0.0000088+0.0000000031=0.863146P(\text{accept}) = (\frac{142880}{161700})(0.970299) + (\frac{18240}{161700})(0.049005) + (\frac{576}{161700})(0.002475) + (\frac{4}{161700})(0.000125) = 0.857613 + 0.005524 + 0.0000088 + 0.0000000031 = 0.863146.

3. Final Answer

The probability that this batch of instruments will be accepted is approximately 0.
8
6
3
1.

Related problems in "Probability and Statistics"

The problem provides a table of annual revenues of a group of companies in millions of CFA francs. T...

Descriptive StatisticsMeanMedianRangeVarianceStandard DeviationFrequency DistributionGrouped Data
2025/4/27

The problem is about analyzing the weight of a sample of fish. We are given the following data in a ...

MedianFrequency DistributionData AnalysisStatistics
2025/4/27

The problem asks us to identify the correct transition matrix that corresponds to the given transiti...

Markov ChainsTransition MatricesProbabilityStochastic Processes
2025/4/27

The problem asks us to identify which of the four graphs (W, X, Y, and Z) best represents the data i...

Data VisualizationGraph InterpretationPercentageData Analysis
2025/4/26

The problem presents a table showing the annual profit (in millions of FCFA) of 170 Senegalese compa...

Descriptive StatisticsFrequency DistributionHistogramsFrequency PolygonsCumulative FrequencyMeasures of Central TendencyMeanStandard DeviationCoefficient of VariationModal ClassMedianMean DeviationGini IndexData Analysis
2025/4/25

The problem presents data about the number of errors made by 7 candidates during a typing test. It a...

Descriptive StatisticsData AnalysisMeanMedianModeVarianceStandard DeviationCoefficient of VariationQuartilesGraphical Representation
2025/4/25

We are given a table showing the distribution of salaries (in thousands of FCFA) of 210 employees. T...

Descriptive StatisticsMeanVarianceStandard DeviationQuartilesModal ClassCoefficient of VariationSkewnessGini IndexMedialeConcentration RangeLorenz Curve
2025/4/24

The problem presents a statistical dataset of 180 authors categorized by the number of manuals they ...

Descriptive StatisticsMeanMedianModeVarianceStandard DeviationCoefficient of VariationFrequency Distribution
2025/4/24

The problem presents a table showing the distribution of annual profits (in millions of CFA francs) ...

Descriptive StatisticsMomentsVarianceSkewnessKurtosisFrequency Distribution
2025/4/24

The problem is based on a pie chart showing the distribution of marks scored by 200 pupils. We need ...

Data AnalysisPie ChartFrequency DistributionPercentagesStatistics
2025/4/24