document.write( "Question 265891: A production process produces an item. On average, 15% of all items produced are defective. Each item is inspected before being shipped, and the inspector misclassifies an item 10% of the time. What proportion of the items will be \"classified as good?\" What is the probability that an item is defective given that it was classified as good?\r
\n" );
document.write( "\n" );
document.write( "Thanks!
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #195443 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A production process produces an item. On average, 15% of all items produced are defective. Each item is inspected before being shipped, and the inspector misclassifies an item 10% of the time. \n" ); document.write( "What proportion of the items will be \"classified as good?\" \n" ); document.write( "P(classed as good) = 90% of Good + 10% of Bad = 0.9*0.85+0.1(0.15)= 0.78 \n" ); document.write( "----------------------------------------- \n" ); document.write( "What is the probability that an item is defective given that it was classified as good? \n" ); document.write( "P(defect | classgood) = p(defect AND classgood)/P(classgood) \n" ); document.write( "= (0.1*0.15)/0.85 = 0.0176 \n" ); document.write( "================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |