document.write( "Question 1160252: A lab network consisting of 20 computers was attacked by a computer virus. This virus enters each computer with probability 0.4, independently of other computers. Find the probability that it entered at least one computer. Ans: 0.99996 \n" ); document.write( "
Algebra.Com's Answer #783527 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
p = .4
\n" ); document.write( "q = 1 - p = .6
\n" ); document.write( "n = 20
\n" ); document.write( "p(x) = p^x * q^(n-x) * c(n,x)
\n" ); document.write( "this is the binomial probability formula you would use to solve this problem.
\n" ); document.write( "the probability that it entered at least 1 computer is equal to 1 minus the probability that it entered 0 computers.
\n" ); document.write( "p(0) = .4^0 * .6^20 * c(20,0) = 3.65615844 * 10^-5.
\n" ); document.write( "1 minus that = .9999634384.
\n" ); document.write( "that's your answer.
\n" ); document.write( "you can use your calculator to confirm.
\n" ); document.write( "all the probabilities, given n = 10, p = .4 and q = .6 are shown below.
\n" ); document.write( "the sum of all probabilities is equal to 1, as it should be.
\n" ); document.write( "\"$$$\"
\n" ); document.write( "
\n" ); document.write( "
\n" );