document.write( "Question 865625: Suppose that in a large company, 30% of the computers are infected by adware. If 6 computers are randomly selected and tested, what is the probability that 2 of the computers are infected by adware? \n" ); document.write( "
Algebra.Com's Answer #521795 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "p(inf) = .3, n = 6
\n" ); document.write( "P(x = 2) = binompdf(6,.30, 2) = .3241 0r 32.41% \n" ); document.write( "
\n" );