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)\"\" \"About 
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( "\"mu+=+n%2Ap+=+250%2A0.032+=+8\"\r\n" );
document.write( "\r\n" );
document.write( "\"sigma+=+sqrt%28n%2Ap%2Aq%29+=+sqrt%28250%2A0.032%2A0.968%29+=+sqrt%287.744%29+=+2.782804341\"\r\n" );
document.write( "\r\n" );
document.write( "On your TI-84, press 2ND VARS 2\r\n" );
document.write( "\r\n" );
document.write( "       normalcdf \r\n" );
document.write( "lower:7\r\n" );
document.write( "upper:1E99     <--to get the \"E\", press 2ND and then the comma key.\r\n" );
document.write( "μ:8\r\n" );
document.write( "σ:2.78894341\r\n" );
document.write( "paste          <--scroll to highlight \"paste\" using down arrow key.\r\n" );
document.write( "\r\n" );
document.write( "Press enter\r\n" );
document.write( "\r\n" );
document.write( "See this:\r\n" );
document.write( "\r\n" );
document.write( "normalcdf(7,1E99,8,2,2.78804341)\r\n" );
document.write( "\r\n" );
document.write( "Press enter\r\n" );
document.write( "\r\n" );
document.write( "See this:\r\n" );
document.write( "\r\n" );
document.write( "0.6400806277    <--answer, round to 0.64\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );