document.write( "Question 863261: A container has 50 electronic components, of which 10 are defective.If 6 components are drawn at random from the container, what is the probability that at least 4 are good? \n" ); document.write( "
Algebra.Com's Answer #520314 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "p(def) = .2, n = 6
\n" ); document.write( "P(x ≥ 4 good) = 1-binomcdf(6, .8, 3) = .9011 = 90.11%
\n" ); document.write( " \n" ); document.write( "
\n" );