document.write( "Question 1162533: A dangerous computer virus attacks a folder consisting of 250 files. Files
\n" );
document.write( "are affected by the virus independently of one another. Each file is
\n" );
document.write( "affected with the probability 0.032. What is the probability that more than
\n" );
document.write( "7 files are affected by this virus?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #786344 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! A dangerous computer virus attacks a folder consisting of 250 files. Files \n" ); document.write( "are affected by the virus independently of one another. Each file is \n" ); document.write( "affected with the probability 0.032. What is the probability that more than \n" ); document.write( "7 files are affected by this virus? \n" ); document.write( " \r\n" ); document.write( "n is your sample size, 250\r\n" ); document.write( "p is your given probability, 0.032\r\n" ); document.write( "q is 1 - p, q = 1 - 0.032 = 0.968 \r\n" ); document.write( "When n∙p and n∙q are greater than 5, you can use the normal approximation\r\n" ); document.write( "to the binomial to solve a problem.\r\n" ); document.write( "\r\n" ); document.write( "n∙p = 250∙0.032 = 8 and n∙p = 250∙0.968 = 242, and they are both greater\r\n" ); document.write( "than 5, so we can use the normal approximation to the binomial.\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |