document.write( "Question 1201704: WidgCo is a company that manufactures widgets. It is known that 1 out of every 50 widgets that the company produces is defective. A batch of 150 widgets is produced.\r
\n" ); document.write( "\n" ); document.write( "Find the probability that more than 5 widgets in the batch are defective.\r
\n" ); document.write( "\n" ); document.write( "Round your answer to 4 decimal places.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #836194 by ikleyn(52781)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "WidgCo is a company that manufactures widgets. It is known that 1 out of every 50 widgets
\n" ); document.write( "that the company produces is defective. A batch of 150 widgets is produced.
\n" ); document.write( "Find the probability that more than 5 widgets in the batch are defective.
\n" ); document.write( "Round your answer to 4 decimal places.
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "It is a binomial distribution probability problem.\r\n" );
document.write( "\r\n" );
document.write( "The number of trials is n= 150. The number of successful trials is \"more than 5\",\r\n" );
document.write( "or k >= 6 (here the success is finding a defective widget). The probability of an individual success\r\n" );
document.write( "is p = 1/50 = 0.02.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Since the number of trials is very big, the theory recommends to use a normal\r\n" );
document.write( "approximation to binomial distribution.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The parameters of the normal approximation are \r\n" );
document.write( "\r\n" );
document.write( "    - the mean = \"sqrt%28np%29\" = \"sqrt%28150%2A0.02%29\" = \"sqrt%283%29\" = 1.732051 (rounded);\r\n" );
document.write( "\r\n" );
document.write( "    - the standard deviation SD = \"sqrt%28p%2An%2A%281-p%29%29\" = \"sqrt%280.02%2A150%2A%281-0.02%29%29\" = 1.71464 (rounded).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So, we should find the area under the normal curve with the mean 1.732051 and standard deviation 1.71464282\r\n" );
document.write( "on the right of the raw score 5.5 (using the continuity correction). Use the calculator normalcdf function\r\n" );
document.write( "\r\n" );
document.write( "                z1    z2     mean     SD       <<<---=== the formatting pattern\r\n" );
document.write( "    P = normcdf(5.5, 9999, 1.732051, 1.71464)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The answer is P = 0.014.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "--------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Instead of using a regular calculator, you can use free of charge online calculator\r
\n" ); document.write( "\n" ); document.write( "https://onlinestatbook.com/2/calculators/normal_dist.html\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "////////////////////\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "

A post-solution note

\r
\n" ); document.write( "\n" ); document.write( "        As a Math problem, it is not very well posed.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "        From one side, the number of trials is very big (150). Thus the \"good style\" does not leave us \r
\n" ); document.write( "\n" ); document.write( "        the possibility to solve the problem as a binomial distribution and FORCES us to use \r
\n" ); document.write( "\n" ); document.write( "        a normal distribution as an APPROXIMATION.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "        From the other side, formal requirements for applicability of the normal distribution approximation \r
\n" ); document.write( "\n" ); document.write( "        (that are n*p >= 5) are not satisfied, so we can not expect that this approximation will be good.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "        It only allows to give an estimation of the order of a value, but does not allow to evaluate a value itself\r
\n" ); document.write( "\n" ); document.write( "        with a perfect precision.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );