document.write( "Question 1018955: A retail company must choose a few employees to send to a national retail conference. Of the 707 employees at this company, 504 are male. If 4 employees are randomly chosen, find the probability that exactly 3 are male. \n" ); document.write( "
Algebra.Com's Answer #634973 by mathmate(429)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Question: \n" ); document.write( "A retail company must choose a few employees to send to a national retail conference. Of the 707 employees at this company, 504 are male. If 4 employees are randomly chosen, find the probability that exactly 3 are male. \n" ); document.write( " \n" ); document.write( "Solution: \n" ); document.write( "Choosing the first male is 504 out of 707. \n" ); document.write( "Choosing the second male is 503 out of 706. \n" ); document.write( "Choosing the third male is 502 out of 705. \n" ); document.write( "The probability of randomly choosing male for all three is therefore the product of each, according to the multiplication rule. \n" ); document.write( " \n" ); document.write( "P(3 males) \n" ); document.write( "=(504*503*502)/(707*706*705) \n" ); document.write( "= \n" ); document.write( "=0.362 (approximately) \n" ); document.write( " \n" ); document.write( "Alternatively, if you have done hypergeometric distribution, it would be applicable here. \n" ); document.write( "Let \n" ); document.write( "A=number of males, 504 \n" ); document.write( "B=number of non-males, 707-504=203 \n" ); document.write( "a=number of males chosen, 3 \n" ); document.write( "b=number of non-males chosen, 0 \n" ); document.write( "and \n" ); document.write( "C(n,r):=n!/(r!(n-r)!) [combination of r objects out of n] \n" ); document.write( "P(a,b)=C(A,a)*C(B,b)/C(A+B,a+b) \n" ); document.write( "=> \n" ); document.write( " \n" ); document.write( "P(3,0)=C(504,3)*C(203,0)/C(707,3) \n" ); document.write( "= \n" ); document.write( "The advantage of using hypergeometric distribution is that it is a systematic method, requiring very little input. \n" ); document.write( "For example, the same problem but choosing 25 male candidates and 5 female candidates would be: \n" ); document.write( "P(25,5)=C(504,25)*C(203,5)/C(707,30) \n" ); document.write( "=0.057 (approximately) \n" ); document.write( " |