document.write( "Question 923861: assuming you are looking at quality data from a production process. you have found that the probability of a good item is 0.9 and the probability of a bad item is 0.1. if you were to inspect 5 items, what is the probability that you would get all good items in that sample? \n" ); document.write( "
Algebra.Com's Answer #560429 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
p(good) = .9, p(bad) = .1
\n" ); document.write( "n = 5
\n" ); document.write( "P(x = 5good) = (.9)^5 = .5905 0r 59.05% chance all five would be good
\n" ); document.write( "
\n" );