document.write( "Question 436898: (This problem has 4 different questions.)
\n" ); document.write( "Twenty-five percent of the employees of a large company are minorities. A random sample of 7 employees is selected.
\n" ); document.write( "A) what is the probability that the sample contains 4 minorities?
\n" ); document.write( "B) what is the probability that the sample contains fewer than 2 minorities?
\n" ); document.write( "C) what is the probability that the sample contains exactly 1 non-minority?
\n" ); document.write( "D) what is the expected value of minorities in the sample?
\n" ); document.write( "

Algebra.Com's Answer #302268 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi
\n" ); document.write( "Note: The probability of x successes in n trials is:
\n" ); document.write( "P = nCx* \"p%5Ex%2Aq%5E%28n-x%29\" where p and q are the probabilities of success and failure respectively.
\n" ); document.write( "In this case p = .25 and q = .75 and n = 7
\n" ); document.write( "nCx = \"n%21%2F%28x%21%28n-x%29%21%29\"
\n" ); document.write( "P( sample contains 4 minorities) = 35(.25)^4(.75)^3
\n" ); document.write( "P(sample < than 2 minorities)= P(0)+P(1) = (.75)^7 + 7(.25)(.75)^6
\n" ); document.write( "P(sample contains exactly 1 non-minority) = 7(.25)(.75)^6\r
\n" ); document.write( "\n" ); document.write( "expected value of minorities in the sample = .25*7 = 1.75 \n" ); document.write( "
\n" );