document.write( "Question 1024805:  KSDLD-Pros, an IT Project consulting firm, is forming an IT Project management team of 5 professionals. In the firm of 50 professionals, 8 are considered to be data analytics specialists. If the professionals are selected at random, what is the probability that the team will include...
\n" );
document.write( "a. no data analytics specialist?
\n" );
document.write( "b. at least one data analytics specialist?  \n" );
document.write( "
| Algebra.Com's Answer #640172 by mathmate(429)     You can put this solution on YOUR website! \n" ); document.write( "Question: \n" ); document.write( "KSDLD-Pros, an IT Project consulting firm, is forming an IT Project management team of 5 professionals. In the firm of 50 professionals, 8 are considered to be data analytics specialists. If the professionals are selected at random, what is the probability that the team will include... \n" ); document.write( "a. no data analytics specialist? \n" ); document.write( "b. at least one data analytics specialist? \n" ); document.write( " \n" ); document.write( "Solution: \n" ); document.write( "The hypergeometric distribution will be used. \n" ); document.write( "A=number of Analytics specialists in the population (8) \n" ); document.write( "B=number of non-Analytics specialists in the population (42) \n" ); document.write( "a=number of Analytics specialists chosen in the sample (x) \n" ); document.write( "b=number of non-Analytics specialists chosen in the sample (5-x) \n" ); document.write( "and \n" ); document.write( "C(n,r)=n!/(r!(n-r)!) is the binomial coefficient of taking r out of n objects \n" ); document.write( "then \n" ); document.write( "P(a,a+b) [choosing a specialists out of (a+b)] \n" ); document.write( "=C(a,A)*C(b,B)/C(a+b,A+B) [hypergeometric distribution]\r \n" ); document.write( "\n" ); document.write( "(a) No analytics specialist (x=0, a=0, b=5) \n" ); document.write( "P(a,a+b) \n" ); document.write( "P(0,5) \n" ); document.write( "=C(8,0)*C(42,5)/C(50,5) \n" ); document.write( "=1*850668/2118760 \n" ); document.write( "= \n" ); document.write( "=0.4015 (approx.) \n" ); document.write( "(b)At least one analytics specialist \n" ); document.write( "Since this case is the complement of case (a), the result is \n" ); document.write( "P(1≤x≤5;5) \n" ); document.write( "=1-P(0,5) \n" ); document.write( "=0.5985 (approx.) \n" ); document.write( " \n" ); document.write( "On the other hand, if we would have used (incorrectly) the binomial distribution, then p=0.2, n=0, \n" ); document.write( "(a) P(0,5)=C(0,5)*0.2^0*(0.8^5)=0.328 \n" ); document.write( " \n" ); document.write( "This problem has a relatively small population (50)from which a relatively large sample (5) is taken. Use of the binomial distribution will only provide an approximation, since the probability of choosing a analytics specialist (varies from 20% to a minimum of 11%) varies during the experiment.\r \n" ); document.write( "\n" ); document.write( "So it is important to choose the right distribution for a given application. \n" ); document.write( " |