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)![]() ![]() 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 =\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( " |