document.write( "Question 470899: Nine percent of men and 0.25% of women cannot distinguish between the colors red and green. If six men are randomly selected, find the probability that exactly two of them cannot tell red from green. \n" ); document.write( "
Algebra.Com's Answer #322979 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 = .09 q = .91 n = 6
\n" ); document.write( "nCx = \"n%21%2F%28x%21%28n-x%29%21%29\"
\n" ); document.write( "P(exactly 2 out of 6 men...) = 6C2(.09)^2(.81)^4 = 15(.09)^2(.91)^4 = .0833 \n" ); document.write( "
\n" );