document.write( "Question 906433: If we inspect paper by drawing 5 sheets (without replacement) from every batch of 1000, what is the probability of getting 5 clean sheets even though 2 % of the sheets contain spots? \n" ); document.write( "
Algebra.Com's Answer #549841 by stanbon(75887) ![]() You can put this solution on YOUR website! If we inspect paper by drawing 5 sheets (without replacement) from every batch of 1000, what is the probability of getting 5 clean sheets even though 2 % of the sheets contain spots? \n" ); document.write( "--------------------- \n" ); document.write( "# of spotted in 1000 = 0.02*1000 = 20 ; # of clean = 980 \n" ); document.write( "------- \n" ); document.write( "# of ways to draw 5 clean = 980C5 \n" ); document.write( "# of ways to draw 5 randomly = 1000C5 = \n" ); document.write( "---- \n" ); document.write( "P(5 clean) = 980C5/1000C5 = 0.9037 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============ \n" ); document.write( " |