document.write( "Question 472898: Suppose a company that makes radios is interested in quality control of their factory. As a batch of product goes by on the assembly line, they randomly select two radios from each batch to inspect for defects. Now suppose for a particular batch tested there are 3 defective radios and 15 good radios. What is the probability that at least one of the radios selected for testing will be defective? \n" ); document.write( "
Algebra.Com's Answer #324226 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose a company that makes radios is interested in quality control of their factory. As a batch of product goes by on the assembly line, they randomly select two radios from each batch to inspect for defects. Now suppose for a particular batch tested there are 3 defective radios and 15 good radios. What is the probability that at least one of the radios selected for testing will be defective? \n" ); document.write( "----- \n" ); document.write( "P(defective) = 2/15 \n" ); document.write( "P(not defective) = 13/15 \n" ); document.write( "------ \n" ); document.write( "P(>=1 defective) = 1 - P(3 not not defective) \n" ); document.write( "= 1 - (13/15)^3 \n" ); document.write( "= 1 - 0.651 \n" ); document.write( "= 0.349 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |