document.write( "Question 851252: The manufacturer of a computer component expects that 5% of the components will malfunction before six months. In a random sample of 8 components, what is the probability that at most 1 will function before six months? Binomial \n" ); document.write( "
Algebra.Com's Answer #512663 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "P(malf) = .05, P (function) = .95
\n" ); document.write( "random sample of 8 components
\n" ); document.write( "P(at most one will function) = 1 - P(none will function) = 1 - (.05)^8 \n" ); document.write( "
\n" );