document.write( "Question 394621: 5.Three computer viruses arrive as an email attachment. Virus A damages the system with probability 0.4. Independently of it, virus B damages the system with probability 0.5. Independently of A and B, virus C damages the system with probability 0.2. What is the probability that the system gets damaged? \n" ); document.write( "
Algebra.Com's Answer #280049 by jrfrunner(365)\"\" \"About 
You can put this solution on YOUR website!
if the viruses are truly independent then
\n" ); document.write( "probability that the system gets damaged=
\n" ); document.write( "P(AUBUC)=P(A)+P(B)+P(C)-P(AnB)-P(anc)-P(bnc)+P(AnBnC)=
\n" ); document.write( "0.4+0.5+0.2-0.4*0.5-0.4*0.2-0.5*0.2+0.4*0.5*0.2=1.1-0.2-0.08-0.1+0.04
\n" ); document.write( "=0.76
\n" ); document.write( "
\n" );